Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()