| /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/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/bcc/src/cc/ |
| D | bcc_debug.cc | 189 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump() 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/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCContext.cpp | 664 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
|
| /external/clang/include/clang/Basic/ |
| D | SourceManager.h | 647 LineTableInfo *LineTable; variable
|
| /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
|