Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/MC/
DMCDwarf.cpp236 auto &LineTables = context.getMCDwarfLineTables(); in Emit() local
240 if (LineTables.empty()) in Emit()
252 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-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp945 const auto &LineTables = getContext().getMCDwarfLineTables(); in Run() local
946 if (!LineTables.empty()) { in Run()
948 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) { in Run()