Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
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 …]
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.cpp1525 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()