Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A 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
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h32 struct LineEntry { struct
52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp16 LineEntry::LineEntry() in LineEntry() function in LineEntry
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp87 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp208 std::optional<LineEntry> LineEntry; in lookup() local
H A DLineTable.cpp290 for (const auto &LineEntry : LT) operator <<() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp263 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
363 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
H A DMCDwarf.cpp108 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make() local
189 for (const MCDwarfLineEntry &LineEntry : LineEntries) { in emitOne() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h224 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()