Home
last modified time | relevance | path

Searched defs:LineEntry (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/
DLineEntry.h21 struct LineEntry { struct
134 const FileSpec &GetFile() const { return file_sp->GetSpecOnly(); } in GetFile()
137 AddressRange range;
140 lldb::SupportFileSP file_sp;
143 lldb::SupportFileSP original_file_sp;
147 uint32_t line = LLDB_INVALID_LINE_NUMBER;
151 uint16_t column = 0;
175 /// The Left Hand Side const LineEntry object reference. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/
DLineEntry.h21 struct LineEntry { struct
134 AddressRange range; ///< The section offset address range for this line entry.
135 FileSpec file; ///< The source file, possibly mapped by the target.source-map
138 original_file_sp; ///< The original source file, from debug info.
139 uint32_t line = LLDB_INVALID_LINE_NUMBER; ///< The source line number, or zero
163 /// The Left Hand Side const LineEntry object reference. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/
DLineEntry.h20 struct LineEntry { struct
139 AddressRange range; ///< The section offset address range for this line entry.
140 FileSpec file; ///< The source file, possibly mapped by the target.source-map
142 FileSpec original_file; ///< The original source file, from debug info.
143 uint32_t line = LLDB_INVALID_LINE_NUMBER; ///< The source line number, or zero
167 /// The Left Hand Side const LineEntry object reference. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Symbol/
DLineEntry.h21 struct LineEntry { struct
134 AddressRange range; ///< The section offset address range for this line entry.
135 FileSpec file; ///< The source file, possibly mapped by the target.source-map
138 original_file_sp; ///< The original source file, from debug info.
139 uint32_t line = LLDB_INVALID_LINE_NUMBER; ///< The source line number, or zero
163 /// The Left Hand Side const LineEntry object reference. argument
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/
Dline.go54 type LineEntry struct { struct
59 Address uint64
67 OpIndex int
71 File *LineFile
77 Line int
82 Column int
87 IsStmt bool
91 BasicBlock bool
98 PrologueEnd bool
105 EpilogueBegin bool
[all …]
Dline_test.go257 func testLineTable(t *testing.T, want []LineEntry, files [][]*LineFile, d *Data) {
353 func compareLines(t *testing.T, a, b []LineEntry) bool {
382 func dumpLines(t *testing.T, lines []LineEntry) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DSourceManagerInternals.h32 struct LineEntry { struct
52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DSourceManagerInternals.h32 struct LineEntry { struct
52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
/aosp_15_r20/external/clang/include/clang/Basic/
H A DSourceManagerInternals.h29 struct LineEntry { struct
49 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DSourceManagerInternals.h32 struct LineEntry { struct
52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DSourceManagerInternals.h32 struct LineEntry { struct
52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/GSYM/
DLineEntry.h22 struct LineEntry { struct
26 LineEntry(uint64_t A = 0, uint32_t F = 0, uint32_t L = 0) argument
31 inline raw_ostream &operator<<(raw_ostream &OS, const LineEntry &LE) { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/GSYM/
DLineEntry.h22 struct LineEntry { struct
26 LineEntry(uint64_t A = 0, uint32_t F = 0, uint32_t L = 0) argument
31 inline raw_ostream &operator<<(raw_ostream &OS, const LineEntry &LE) { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h22 struct LineEntry { struct
26 LineEntry(uint64_t A = 0, uint32_t F = 0, uint32_t L = 0) argument
31 inline raw_ostream &operator<<(raw_ostream &OS, const LineEntry &LE) { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/GSYM/
DLineEntry.h22 struct LineEntry { struct
26 LineEntry(uint64_t A = 0, uint32_t F = 0, uint32_t L = 0) argument
31 inline raw_ostream &operator<<(raw_ostream &OS, const LineEntry &LE) { argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/GSYM/
DLineEntry.h22 struct LineEntry { struct
26 LineEntry(uint64_t A = 0, uint32_t F = 0, uint32_t L = 0) argument
31 inline raw_ostream &operator<<(raw_ostream &OS, const LineEntry &LE) { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h22 struct LineEntry { struct
26 LineEntry(uint64_t A = 0, uint32_t F = 0, uint32_t L = 0) argument
31 inline raw_ostream &operator<<(raw_ostream &OS, const LineEntry &LE) { argument
/aosp_15_r20/external/llvm/lib/MC/
H A DMCCodeView.cpp164 bool HaveColumns = any_of(Locs, [](const MCCVLineEntry &LineEntry) { in emitLineTableForFunction()
451 MCCVLineEntry LineEntry(LineSym, CVLoc); in Make() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCCodeView.cpp265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
342 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCCodeView.cpp266 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
343 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp79 DILineInfo LineEntry = in getLineInfoForAddressRange() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp78 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp180 Optional<LineEntry> LineEntry; in lookup() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp182 std::optional<LineEntry> LineEntry; in lookup() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp87 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange() local

12