Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h117 DwarfCompileUnit *getSkeleton() const { in getSkeleton() function
H A DDwarfDebug.cpp556 if (auto *SkelCU = CU.getSkeleton()) in forBothCUs()
580 if (auto *SkelCU = CU.getSkeleton()) { in constructAbstractSubprogramScopeDIE()
1312 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo()
2189 if (auto *SkelCU = TheCU.getSkeleton()) in endFunctionImpl()
2385 if (auto *Skeleton = TheU->getSkeleton()) in emitDebugPubSection()
2939 if (auto *Skel = CU->getSkeleton()) in emitDebugARanges()
3163 auto *SkCU = TheCU.getSkeleton(); in emitDebugMacinfoImpl()
H A DAccelTable.cpp559 DD.useSplitDwarf() ? CU.value()->getSkeleton() : CU.value().get(); in emitDWARF5AccelTable()