/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 233 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 D | DWARFYAML.h | 138 struct LineTable { struct 152 std::vector<LineTableOpcode> Opcodes; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 193 const DWARFDebugLine::LineTable &LineTable) { in getResolvedPath()
|
H A D | DWARFLinker.cpp | 1656 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | SymbolCache.h | 84 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
H A D | asfile.c | 314 ACPI_IDENTIFIER_TABLE *LineTable; in AsConvertFile() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 236 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
|
H A D | DWARFEmitter.cpp | 570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 28 const DWARFDebugLine::LineTable *LineTable; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.cpp | 439 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local 762 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
|
H A D | DWARFContext.cpp | 1239 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 D | DWARFDebugLine.cpp | 514 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCContext.cpp | 877 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | SourceManager.h | 723 std::unique_ptr<LineTableInfo> LineTable; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2083 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
|
H A D | ASTReader.cpp | 1276 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local
|