Home
last modified time | relevance | path

Searched defs:LineInfo (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/system/teeui/libteeui/include/teeui/
H A Dlabel.h55 struct LineInfo { struct
56 struct info_t {
60 size_t size_;
61 info_t* info_;
85 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo); argument
/aosp_15_r20/external/rust/android-crates-io/crates/gpio-cdev/src/
Dlib.rs113 LineInfo, enumerator
339 pub struct LineInfo { struct
340 line: Line,
341 flags: LineFlags,
342 name: Option<String>,
343 consumer: Option<String>,
415 pub fn info(&self) -> Result<LineInfo> { in info()
581 impl LineInfo { impl
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCCodeView.h101 struct LineInfo { struct
102 unsigned File;
103 unsigned Line;
104 unsigned Col;
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dquery.rs95 pub struct LineInfo { struct
108 impl From<&libbpf_sys::bpf_line_info> for LineInfo { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCCodeView.h108 struct LineInfo { struct
109 unsigned File;
110 unsigned Line;
111 unsigned Col;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCCodeView.h108 struct LineInfo { struct
109 unsigned File;
110 unsigned Line;
111 unsigned Col;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCCodeView.h108 struct LineInfo { struct
109 unsigned File;
110 unsigned Line;
111 unsigned Col;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCCodeView.h108 struct LineInfo { struct
109 unsigned File;
110 unsigned Line;
111 unsigned Col;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCCodeView.h108 struct LineInfo { struct
109 unsigned File;
110 unsigned Line;
111 unsigned Col;
/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/src/display_list/
Dfrom_snippet.rs286 struct LineInfo { in format_body() struct
287 line_start_index: usize, in format_body()
288 line_end_index: usize, in format_body()
290 char_widths: Vec<usize>, in format_body()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp55 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local
86 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
123 DILineInfo LineInfo; in getInliningInfoForAddress() local
/aosp_15_r20/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc85 struct LineInfo { struct
88 GElf_Off rva_to_func;
90 GElf_Off rva_to_base;
95 uint32_t size;
97 uint32_t line_num;
/aosp_15_r20/system/extras/simpleperf/
H A Dreport_utils.h62 struct LineInfo { struct
73 LineInfo cur_line_; argument
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp55 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local
78 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp53 auto LineInfo = LineNumbers->getNext(); in getLineInfoForAddress() local
77 while (auto LineInfo = LineNumbers->getNext()) { in getLineInfoForAddressRange() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DGCOV.cpp57 struct LineInfo { struct
58 SmallVector<const GCOVBlock *, 1> blocks;
59 uint64_t count = 0;
60 bool exists = false;
/aosp_15_r20/bootable/recovery/tools/image_generator/
H A DImageGenerator.java171 private class LineInfo { class in ImageGenerator.WrappedTextInfo
175 LineInfo(AttributedString text, int width) { in LineInfo() method in ImageGenerator.WrappedTextInfo.LineInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
/aosp_15_r20/external/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo() function in LineInfo
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DLineInfo.java30 interface LineInfo { interface
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DModStream.h52 codeview::ModuleSubstreamArray LineInfo; variable
/aosp_15_r20/external/llvm/tools/sanstats/
H A Dsanstats.cpp79 if (Expected<DILineInfo> LineInfo = in ReadModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h36 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/CodeView/
DLine.h36 LineInfo(uint32_t LineData) : LineData(LineData) {} in LineInfo() function

1234