Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h671 void addArangeLabel(SymbolCU SCU) { ArangeLabels.push_back(SCU); } in addArangeLabel() argument
H A DDwarfDebug.cpp2952 for (const SymbolCU &SCU : ArangeLabels) { in emitDebugARanges() local
2953 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()