Home
last modified time | relevance | path

Searched refs:getCUNode (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp35 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()
64 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
H A DDwarfDebug.cpp554 if (CU.getCUNode()->getSplitDebugInlining()) in forBothCUs()
580 if (CU.getCUNode()->getSplitDebugInlining()) in constructAbstractSubprogramScopeDIE()
1281 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()
1298 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()
1322 finishUnitAttributes(SkCU->getCUNode(), *SkCU); in finalizeModuleInfo()
2207 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()
2224 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()
2263 TheCU.getCUNode()->getSplitDebugInlining()) in endFunctionImpl()
2431 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections()
3091 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()
[all …]
H A DDwarfUnit.h99 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
H A DAccelTable.cpp552 if (CU.value()->getCUNode()->getNameTableKind() != in emitDWARF5AccelTable()
H A DDwarfCompileUnit.cpp1559 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
H A DDwarfUnit.cpp91 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()