Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp35 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()
64 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
H A DDwarfDebug.cpp543 if (CU.getCUNode()->getSplitDebugInlining()) in forBothCUs()
569 if (CU.getCUNode()->getSplitDebugInlining()) in constructAbstractSubprogramScopeDIE()
1272 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()
1294 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()
1320 finishUnitAttributes(SkCU->getCUNode(), *SkCU); in finalizeModuleInfo()
2715 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()
2732 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()
2733 TheCU.getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly && in endFunctionImpl()
2776 TheCU.getCUNode()->getSplitDebugInlining()) in endFunctionImpl()
2948 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections()
[all …]
H A DDwarfUnit.h111 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
H A DAccelTable.cpp653 switch (CU.value()->getCUNode()->getNameTableKind()) { in emitDWARF5AccelTable()
H A DDwarfCompileUnit.cpp1734 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
H A DDwarfUnit.cpp92 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU, UniqueID), in DwarfTypeUnit()