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()1303 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()1320 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()1344 finishUnitAttributes(SkCU->getCUNode(), *SkCU); in finalizeModuleInfo()2135 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()2152 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()2153 TheCU.getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly && in endFunctionImpl()2191 TheCU.getCUNode()->getSplitDebugInlining()) in endFunctionImpl()2359 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections()[all …]
101 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
553 if (CU.value()->getCUNode()->getNameTableKind() != in emitDWARF5AccelTable()
1525 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
98 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()