/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 229 struct LineTable { struct 233 const uint32_t UnknownRowIndex = UINT32_MAX; 235 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 237 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 248 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 252 std::optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex() 261 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 310 const LineTable *getLineTable(uint64_t Offset) const; argument 413 struct LineTable *LineTable; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 139 struct LineTable { global() struct 153 OpcodesLineTable global() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 29 Error emit(const DWARFDebugLine::LineTable &LineTable) { in emit() argument 295 void emitLineTableRows(const DWARFDebugLine::LineTable &LineTable, in emitLineTableRows() argument [all...] |
H A D | DWARFLinkerTypeUnit.h | 116 DWARFDebugLine::LineTable LineTable; variable
|
H A D | DWARFLinkerCompileUnit.cpp | 1695 if (const DWARFDebugLine::LineTable *LineTable = in getDirAndFilenameFromLineTable() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinkerDeclContext.cpp | 197 const DWARFDebugLine::LineTable &LineTable) { in getResolvedPath()
|
H A D | DWARFStreamer.cpp | 811 const DWARFDebugLine::LineTable &LineTable, const CompileUnit &Unit, in emitLineTableForUnit() argument 1040 emitLineTableRows(const DWARFDebugLine::LineTable & LineTable,MCSymbol * LineEndSym,unsigned AddressByteSize) emitLineTableRows() argument [all...] |
H A D | DWARFLinker.cpp | 2126 DWARFDebugLine::LineTable LineTable; generateLineTableForUnit() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | SymbolCache.h | 90 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | LineTable.cpp | 21 LineTable::LineTable(CompileUnit *comp_unit) in LineTable() function in LineTable 24 LineTable::LineTable(CompileUnit *comp_unit, in LineTable() function in LineTable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 234 mapping(IO & IO,DWARFYAML::LineTable & LineTable) mapping() argument [all...] |
H A D | DWARFEmitter.cpp | 571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | DebuggerSupportPlugin.cpp | 170 DWARFDebugLine::LineTable LineTable; in startSynthesis() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 30 const DWARFDebugLine::LineTable *LineTable; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 844 auto LineTable = DCtx.getLineTableForUnit(CU.get()); verifyDebugLineStmtOffsets() local 879 auto LineTable = DCtx.getLineTableForUnit(CU.get()); verifyDebugLineRows() local [all...] |
H A D | DWARFContext.cpp | 1742 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { getLineInfoForAddress() local 1794 const DWARFLineTable *LineTable = getLineTableForUnit(CU); getLineInfoForAddressRange() local 1830 const DWARFLineTable *LineTable = nullptr; getInliningInfoForAddress() local [all...] |
H A D | DWARFDebugLine.cpp | 521 DWARFDebugLine::LineTable::LineTable() { clear(); } LineTable() function in DWARFDebugLine::LineTable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 993 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); isValidDwarfFileNumber() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 770 std::unique_ptr<LineTableInfo> LineTable; global() variable
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 119 class LineTable; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 2249 auto &LineTable = Asm->OutStreamer->getContext().getMCDwarfLineTable( in terminateLineTable() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2287 LineTableInfo &LineTable = SourceMgr.getLineTable(); WriteSourceManagerBlock() local
|
H A D | ASTReader.cpp | 1365 LineTableInfo &LineTable = SourceMgr.getLineTable(); ParseLineTable() local
|