Home
last modified time | relevance | path

Searched refs:LineTables (Results 1 – 2 of 2) 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/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()