Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp37 if (TheU->getCUNode()->isDebugDirectivesOnly()) in emitUnit()
66 if (TheU->getCUNode()->isDebugDirectivesOnly()) in computeSizeAndOffsets()
H A DDwarfDebug.cpp557 if (CU.getCUNode()->getSplitDebugInlining()) in forBothCUs()
583 if (CU.getCUNode()->getSplitDebugInlining()) in constructAbstractSubprogramScopeDIE()
1291 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()
1308 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()
1332 finishUnitAttributes(SkCU->getCUNode(), *SkCU); in finalizeModuleInfo()
2185 if (TheCU.getCUNode()->isDebugDirectivesOnly()) { in endFunctionImpl()
2202 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()
2241 TheCU.getCUNode()->getSplitDebugInlining()) in endFunctionImpl()
2409 bool GnuStyle = TheU->getCUNode()->getNameTableKind() == in emitDebugPubSections()
3064 return !Pair.second->getCUNode()->isDebugDirectivesOnly(); in emitDebugRangesImpl()
[all …]
H A DDwarfUnit.h101 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
H A DAccelTable.cpp553 if (CU.value()->getCUNode()->getNameTableKind() != in emitDWARF5AccelTable()
H A DDwarfCompileUnit.cpp1535 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
H A DDwarfUnit.cpp98 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()