Searched refs:DebugRangeSymbols (Results 1 – 2 of 2) sorted by relevance
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()[all …]
390 SmallVector<const MCSymbol *, 8> DebugRangeSymbols; variable