Searched refs:SCU (Results 1 – 2 of 2) sorted by relevance
669 void addArangeLabel(SymbolCU SCU) { ArangeLabels.push_back(SCU); } in addArangeLabel() argument
2916 for (const SymbolCU &SCU : ArangeLabels) { in emitDebugARanges() local2917 if (SCU.Sym->isInSection()) { in emitDebugARanges()2919 MCSection *Section = &SCU.Sym->getSection(); in emitDebugARanges()2921 SectionMap[Section].push_back(SCU); in emitDebugARanges()2926 SectionMap[nullptr].push_back(SCU); in emitDebugARanges()