Lines Matching refs:DebugRangeSymbols
452 DebugRangeSymbols.size() in constructLexicalScopeDIE()
456 DebugRangeSymbols.push_back(getLabelBeforeInsn(RI->first)); in constructLexicalScopeDIE()
457 DebugRangeSymbols.push_back(getLabelAfterInsn(RI->second)); in constructLexicalScopeDIE()
461 DebugRangeSymbols.push_back(NULL); in constructLexicalScopeDIE()
462 DebugRangeSymbols.push_back(NULL); in constructLexicalScopeDIE()
509 DebugRangeSymbols.size() in constructInlinedScopeDIE()
513 DebugRangeSymbols.push_back(getLabelBeforeInsn(RI->first)); in constructInlinedScopeDIE()
514 DebugRangeSymbols.push_back(getLabelAfterInsn(RI->second)); in constructInlinedScopeDIE()
516 DebugRangeSymbols.push_back(NULL); in constructInlinedScopeDIE()
517 DebugRangeSymbols.push_back(NULL); in constructInlinedScopeDIE()
2666 I = DebugRangeSymbols.begin(), E = DebugRangeSymbols.end(); in emitDebugRanges()