Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h211 SmallVector<DebugLocList, 4> DotDebugLocEntries; variable
638 return DotDebugLocEntries; in getDebugLocEntries()
DDwarfDebug.cpp1235 RegVar->setDotDebugLocOffset(DotDebugLocEntries.size()); in collectVariableInfo()
1237 DotDebugLocEntries.resize(DotDebugLocEntries.size() + 1); in collectVariableInfo()
1238 DebugLocList &LocList = DotDebugLocEntries.back(); in collectVariableInfo()
1240 Asm->GetTempSymbol("debug_loc", DotDebugLocEntries.size() - 1); in collectVariableInfo()
2036 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLoc()
2063 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLocDWO()