Searched refs:DotDebugLocEntries (Results 1 – 2 of 2) sorted by relevance
211 SmallVector<DebugLocList, 4> DotDebugLocEntries; variable638 return DotDebugLocEntries; in getDebugLocEntries()
1235 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()