Searched defs:LineEntry (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | LineEntry.h | 21 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 D | LineEntry.h | 22 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 D | SourceManagerInternals.h | 32 struct LineEntry { struct 52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymContext.cpp | 118 for (const auto &LineEntry : LT) { in getLineInfoForAddressRange() local
|
| H A D | FunctionInfo.cpp | 266 std::optional<LineEntry> LineEntry; in lookup() local
|
| H A D | LineTable.cpp | 290 for (const auto &LineEntry : LT) operator <<() local [all...] |
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LineEntry.cpp | 16 LineEntry::LineEntry() in LineEntry() function in LineEntry
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 88 if (std::optional<DILineInfo> LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 251 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry() 351 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
|
| H A D | MCDwarf.cpp | 104 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make() local 199 for (const MCDwarfLineEntry &LineEntry : LineEntries) { in emitOne() local 291 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc, LineStreamLabel, DefLoc); in endCurrentSeqAndEmitLineStreamLabel() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 240 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()
|