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()
554 if (CU.getCUNode()->getSplitDebugInlining()) in forBothCUs()580 if (CU.getCUNode()->getSplitDebugInlining()) in constructAbstractSubprogramScopeDIE()1307 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()1324 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()1348 finishUnitAttributes(SkCU->getCUNode(), *SkCU); in finalizeModuleInfo()2243 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()2260 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()2261 TheCU.getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly && in endFunctionImpl()2299 TheCU.getCUNode()->getSplitDebugInlining()) in endFunctionImpl()2467 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections()[all …]
99 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
552 if (CU.value()->getCUNode()->getNameTableKind() != in emitDWARF5AccelTable()
1564 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
90 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()