Searched refs:getCUNode (Results 1 – 6 of 6) sorted by relevance
37 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()66 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
557 if (CU.getCUNode()->getSplitDebugInlining()) in forBothCUs()583 if (CU.getCUNode()->getSplitDebugInlining()) in constructAbstractSubprogramScopeDIE()1291 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()1308 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()1332 finishUnitAttributes(SkCU->getCUNode(), *SkCU); in finalizeModuleInfo()2185 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()2202 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()2241 TheCU.getCUNode()->getSplitDebugInlining()) in endFunctionImpl()2409 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections()3064 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()[all …]
101 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
553 if (CU.value()->getCUNode()->getNameTableKind() != in emitDWARF5AccelTable()
1535 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
98 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()