Home
last modified time | relevance | path

Searched defs:LineTable (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h233 struct LineTable { struct
237 const uint32_t UnknownRowIndex = UINT32_MAX;
239 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow()
241 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence()
252 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex()
256 Optional<uint64_t> getLastValidFileIndex() const { in getLastValidFileIndex()
265 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex()
309 const LineTable *getLineTable(uint64_t Offset) const; argument
402 struct LineTable *LineTable; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h138 struct LineTable { struct
152 std::vector<LineTableOpcode> Opcodes; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp193 const DWARFDebugLine::LineTable &LineTable) { in getResolvedPath()
H A DDWARFLinker.cpp1656 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h84 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasfile.c314 ACPI_IDENTIFIER_TABLE *LineTable; in AsConvertFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp236 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp28 const DWARFDebugLine::LineTable *LineTable; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp439 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local
762 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
H A DDWARFContext.cpp1239 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local
1275 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local
1311 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
H A DDWARFDebugLine.cpp514 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp877 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h723 std::unique_ptr<LineTableInfo> LineTable; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2083 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
H A DASTReader.cpp1276 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local