Searched refs:DebugRangeSymbols (Results 1 – 2 of 2) sorted by relevance
266 DebugRangeSymbols.size() in constructLexicalScopeDIE()270 DebugRangeSymbols.push_back(getLabelBeforeInsn(RI->first)); in constructLexicalScopeDIE()271 DebugRangeSymbols.push_back(getLabelAfterInsn(RI->second)); in constructLexicalScopeDIE()273 DebugRangeSymbols.push_back(NULL); in constructLexicalScopeDIE()274 DebugRangeSymbols.push_back(NULL); in constructLexicalScopeDIE()334 DebugRangeSymbols.size() in constructInlinedScopeDIE()338 DebugRangeSymbols.push_back(getLabelBeforeInsn(RI->first)); in constructInlinedScopeDIE()339 DebugRangeSymbols.push_back(getLabelAfterInsn(RI->second)); in constructInlinedScopeDIE()341 DebugRangeSymbols.push_back(NULL); in constructInlinedScopeDIE()342 DebugRangeSymbols.push_back(NULL); in constructInlinedScopeDIE()[all …]
275 SmallVector<const MCSymbol *, 8> DebugRangeSymbols; variable