Home
last modified time | relevance | path

Searched refs:LineTables (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp517 for (auto &LT : LineTables) in generate()
545 LineTables.push_back( in addLineTable()
547 return *LineTables.back(); in addLineTable()
DDwarfGenerator.h253 std::vector<std::unique_ptr<LineTable>> LineTables; variable
/external/llvm/lib/MC/
DMCDwarf.cpp186 auto &LineTables = context.getMCDwarfLineTables(); in Emit() local
190 if (LineTables.empty()) in Emit()
197 for (const auto &CUIDTablePair : LineTables) in Emit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp237 auto &LineTables = context.getMCDwarfLineTables(); in Emit() local
241 if (LineTables.empty()) in Emit()
253 for (const auto &CUIDTablePair : LineTables) { in Emit()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp747 const auto &LineTables = getContext().getMCDwarfLineTables(); in Run() local
748 if (!LineTables.empty()) { in Run()
750 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) { in Run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp907 const auto &LineTables = getContext().getMCDwarfLineTables(); in Run() local
908 if (!LineTables.empty()) { in Run()
910 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) { in Run()