/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 127 struct LineTable { struct 140 std::vector<LineTableOpcode> Opcodes; argument 156 std::vector<LineTable> DebugLines; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 238 struct LineTable { struct 242 const uint32_t UnknownRowIndex = UINT32_MAX; 244 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 246 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 257 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 266 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 310 const LineTable *getLineTable(uint64_t Offset) const; argument 377 struct LineTable *LineTable; member
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 171 struct LineTable { struct 175 const uint32_t UnknownRowIndex = UINT32_MAX; 177 void appendRow(const DWARFDebugLine::Row &R) { in appendRow() 180 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 223 const LineTable *getLineTable(uint32_t offset) const; argument 235 struct LineTable *LineTable; member
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
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
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 138 struct LineTable { struct 152 std::vector<LineTableOpcode> Opcodes; argument
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 164 DWARFDebugLine::LineTable LineTable; in dump() local 186 DWARFDebugLine::LineTable LineTable; in dump() local 484 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress() local 511 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local 542 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
|
D | DWARFDebugLine.cpp | 173 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 149 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
|
D | DWARFEmitter.cpp | 213 for (const auto &LineTable : DI.DebugLines) { in EmitDebugLine() local
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | SymbolCache.h | 84 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
|
/external/bcc/src/cc/ |
D | bcc_debug.cc | 168 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump() local
|
/external/llvm-project/lldb/source/Symbol/ |
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
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 236 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
|
D | DWARFEmitter.cpp | 571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 473 DWARFDebugLine::LineTable LineTable = in dump() local 1170 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local 1201 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local 1235 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
|
D | DWARFVerifier.cpp | 670 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local 705 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
|
D | DWARFDebugLine.cpp | 425 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 28 const DWARFDebugLine::LineTable *LineTable; member
|
/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.cpp | 436 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local 762 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
|
D | DWARFContext.cpp | 1236 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() local 1269 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local 1304 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
|
D | DWARFDebugLine.cpp | 514 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 664 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 797 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 647 LineTableInfo *LineTable; variable
|