Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h128 struct LineTable { struct
141 std::vector<LineTableOpcode> Opcodes; argument
157 std::vector<LineTable> DebugLines; argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h171 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/
DDWARFDebugLine.h213 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/
DDWARFDebugLine.h129 struct LineTable { struct
143 struct State : public Row, public LineTable { argument
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp164 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
DDWARFDebugLine.cpp173 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp150 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
DDWARFEmitter.cpp214 for (const auto &LineTable : DI.DebugLines) { in EmitDebugLine() local
/external/bcc/src/cc/
Dbcc_debug.cc168 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp422 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
DDWARFVerifier.cpp552 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local
589 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
DDWARFDebugLine.cpp410 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp416 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp586 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
/external/clang/include/clang/Basic/
DSourceManager.h647 LineTableInfo *LineTable; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1691 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2992 DWARFDebugLine::LineTable LineTable; in patchLineTableForUnit() local
/external/clang/lib/Serialization/
DASTWriter.cpp2064 LineTableInfo &LineTable = SourceMgr.getLineTable(); in WriteSourceManagerBlock() local
DASTReader.cpp1074 LineTableInfo &LineTable = SourceMgr.getLineTable(); in ParseLineTable() local