Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp39 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()
63 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
H A DDwarfDebug.cpp473 if (CU.getCUNode()->getSplitDebugInlining()) in forBothCUs()
499 if (CU.getCUNode()->getSplitDebugInlining()) in constructAbstractSubprogramScopeDIE()
847 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()
858 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()
882 finishUnitAttributes(SkCU->getCUNode(), *SkCU); in finalizeModuleInfo()
1576 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()
1591 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()
1630 TheCU.getCUNode()->getSplitDebugInlining()) in endFunctionImpl()
1809 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections()
2494 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in emitDebugMacinfo()
[all …]
H A DDwarfUnit.h90 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
H A DAccelTable.cpp560 if (CU.value()->getCUNode()->getNameTableKind() == in emitDWARF5AccelTable()
H A DDwarfCompileUnit.cpp1125 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
H A DDwarfUnit.cpp81 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()