Searched refs:getCUNode (Results 1 – 6 of 6) sorted by relevance
39 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()63 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
473 if (CU.getCUNode()->getSplitDebugInlining()) in forBothCUs()499 if (CU.getCUNode()->getSplitDebugInlining()) in constructAbstractSubprogramScopeDIE()847 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()858 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()882 finishUnitAttributes(SkCU->getCUNode(), *SkCU); in finalizeModuleInfo()1576 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()1591 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()1630 TheCU.getCUNode()->getSplitDebugInlining()) in endFunctionImpl()1809 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections()2494 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in emitDebugMacinfo()[all …]
90 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
560 if (CU.value()->getCUNode()->getNameTableKind() == in emitDWARF5AccelTable()
1125 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
81 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()