/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 128 struct LineTable { struct 141 std::vector<LineTableOpcode> Opcodes; argument 157 std::vector<LineTable> DebugLines; argument
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 213 struct LineTable { struct 217 const uint32_t UnknownRowIndex = UINT32_MAX; 219 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() 221 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() 272 const LineTable *getLineTable(uint32_t Offset) const; argument 345 struct LineTable *LineTable; member
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugLine.h | 129 struct LineTable { struct 143 struct State : public Row, public LineTable { 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-7.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 150 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
|
D | DWARFEmitter.cpp | 214 for (const auto &LineTable : DI.DebugLines) { in EmitDebugLine() local
|
/external/bcc/src/cc/ |
D | bcc_debug.cc | 168 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 422 DWARFDebugLine::LineTable LineTable = Parser.parseNext(); in dump() local 952 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress() local 982 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() local 1014 const DWARFLineTable *LineTable = nullptr; in getInliningInfoForAddress() local
|
D | DWARFVerifier.cpp | 552 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local 589 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
|
D | DWARFDebugLine.cpp | 410 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.cpp | 416 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCContext.cpp | 586 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 647 LineTableInfo *LineTable; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1691 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2992 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2064 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
|
D | ASTReader.cpp | 1074 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local
|