Home
last modified time | relevance | path

Searched refs:SCU (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h669 void addArangeLabel(SymbolCU SCU) { ArangeLabels.push_back(SCU); } in addArangeLabel() argument
H A DDwarfDebug.cpp2916 for (const SymbolCU &SCU : ArangeLabels) { in emitDebugARanges() local
2917 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()