Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h218 SmallVector<DebugLocList, 4> DotDebugLocEntries; variable
557 return DotDebugLocEntries; in getDebugLocEntries()
DDwarfDebug.cpp915 RegVar->setDotDebugLocOffset(DotDebugLocEntries.size()); in collectVariableInfo()
917 DotDebugLocEntries.resize(DotDebugLocEntries.size() + 1); in collectVariableInfo()
918 DebugLocList &LocList = DotDebugLocEntries.back(); in collectVariableInfo()
1569 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLoc()
1594 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLocDWO()