Searched refs:SCU (Results 1 – 2 of 2) sorted by relevance
671 void addArangeLabel(SymbolCU SCU) { ArangeLabels.push_back(SCU); } in addArangeLabel() argument
2952 for (const SymbolCU &SCU : ArangeLabels) { in emitDebugARanges() local2953 if (SCU.Sym->isInSection()) { in emitDebugARanges()2955 MCSection *Section = &SCU.Sym->getSection(); in emitDebugARanges()2957 SectionMap[Section].push_back(SCU); in emitDebugARanges()2962 SectionMap[nullptr].push_back(SCU); in emitDebugARanges()