Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A 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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManagerInternals.h32 struct LineEntry { struct
52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLineEntry.cpp16 LineEntry::LineEntry() in LineEntry() function in LineEntry
20 LineEntry::LineEntry(const lldb::SectionSP &section_sp, in LineEntry() function in LineEntry
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp181 Optional<LineEntry> LineEntry; in lookup() local
H A DLineTable.cpp290 for (const auto &LineEntry : LT) in operator <<() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp87 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange() local
/llvm-project-15.0.7/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp130 MCDwarfLineEntry LineEntry(LineSym, Loc); in emitDebugLineSection() local
/llvm-project-15.0.7/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()
H A DMCDwarf.cpp104 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make() local
185 for (const MCDwarfLineEntry &LineEntry : LineEntries) { in emitOne() local
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCDwarf.h220 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1451 for (const MCDwarfLineEntry &LineEntry : LineEntries) { in emitDwarfLineTable() local
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1792 unsigned LineEntry, LineExit; in printLocations() local