Searched refs:getCUNode (Results 1 – 6 of 6) sorted by relevance
35 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()64 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
533 if (CU.getCUNode()->getSplitDebugInlining()) in forBothCUs()559 if (CU.getCUNode()->getSplitDebugInlining()) in constructAbstractSubprogramScopeDIE()1272 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()1293 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()1317 finishUnitAttributes(SkCU->getCUNode(), *SkCU); in finalizeModuleInfo()2280 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()2297 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()2340 TheCU.getCUNode()->getSplitDebugInlining()) in endFunctionImpl()2509 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections()3171 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()[all …]
111 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
692 switch (CU.value()->getCUNode()->getNameTableKind()) { in emitDWARF5AccelTable()
1662 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
91 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU, UniqueID), in DwarfTypeUnit()