Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h127 struct LineTable { struct
140 std::vector<LineTableOpcode> Opcodes; argument
156 std::vector<LineTable> DebugLines; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h238 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp149 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
DDWARFEmitter.cpp213 for (const auto &LineTable : DI.DebugLines) { in EmitDebugLine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp473 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
DDWARFVerifier.cpp670 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local
705 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
DDWARFDebugLine.cpp425 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp664 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local