Home
last modified time | relevance | path

Searched refs:getSkeleton (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp472 if (auto *SkelCU = CU.getSkeleton()) in forBothCUs()
496 if (auto *SkelCU = CU.getSkeleton()) { in constructAbstractSubprogramScopeDIE()
856 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo()
1628 if (auto *SkelCU = TheCU.getSkeleton()) in endFunctionImpl()
1835 if (auto *Skeleton = TheU->getSkeleton()) in emitDebugPubSection()
2233 if (auto *Skel = CU->getSkeleton()) in emitDebugARanges()
2496 auto *SkCU = TheCU.getSkeleton(); in emitDebugMacinfo()
H A DDwarfCompileUnit.h111 DwarfCompileUnit *getSkeleton() const { in getSkeleton() function
H A DAccelTable.cpp566 DD.useSplitDwarf() ? CU.value()->getSkeleton() : CU.value().get(); in emitDWARF5AccelTable()