Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp239 auto &LineTables = context.getMCDwarfLineTables(); in emit() local
243 if (LineTables.empty()) in emit()
255 for (const auto &CUIDTablePair : LineTables) { in emit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1008 const auto &LineTables = getContext().getMCDwarfLineTables(); in Run() local
1009 if (!LineTables.empty()) { in Run()
1011 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) { in Run()
H A DMasmParser.cpp1277 const auto &LineTables = getContext().getMCDwarfLineTables(); in Run() local
1278 if (!LineTables.empty()) { in Run()
1280 for (const auto &File : LineTables.begin()->second.getMCDwarfFiles()) { in Run()