Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h149 DwarfCompileUnit *getSkeleton() const { in getSkeleton() function
H A DDwarfDebug.cpp532 if (auto *SkelCU = CU.getSkeleton()) in forBothCUs()
556 if (auto *SkelCU = CU.getSkeleton()) { in constructAbstractSubprogramScopeDIE()
1281 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo()
2338 if (auto *SkelCU = TheCU.getSkeleton()) in endFunctionImpl()
2536 if (auto *Skeleton = TheU->getSkeleton()) in emitDebugPubSection()
3077 if (auto *Skel = CU->getSkeleton()) in emitDebugARanges()
3308 auto *SkCU = TheCU.getSkeleton(); in emitDebugMacinfoImpl()
H A DAccelTable.cpp664 DD.useSplitDwarf() ? CU.value()->getSkeleton() : CU.value().get(); in emitDWARF5AccelTable()