Home
last modified time | relevance | path

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

12

/external/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
/external/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
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h233 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/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/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h138 struct LineTable { struct
152 std::vector<LineTableOpcode> Opcodes; 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-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
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DSymbolCache.h84 mutable DenseMap<uint16_t, std::vector<LineTableEntry>> LineTable; variable
/external/bcc/src/cc/
Dbcc_debug.cc168 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump() local
/external/llvm-project/lldb/source/Symbol/
DLineTable.cpp21 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/
DDWARFYAML.cpp236 IO &IO, DWARFYAML::LineTable &LineTable) { in mapping()
DDWARFEmitter.cpp571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
/external/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
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp28 const DWARFDebugLine::LineTable *LineTable; member
/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp436 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections() local
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() local
762 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows() local
DDWARFContext.cpp1236 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
DDWARFDebugLine.cpp514 DWARFDebugLine::LineTable::LineTable() { clear(); } in LineTable() function in DWARFDebugLine::LineTable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp664 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp797 const MCDwarfLineTable &LineTable = getMCDwarfLineTable(CUID); in isValidDwarfFileNumber() local
/external/clang/include/clang/Basic/
DSourceManager.h647 LineTableInfo *LineTable; variable

12