Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp473 if (CU.getCUNode()->getSplitDebugInlining()) in forBothCUs()
499 if (CU.getCUNode()->getSplitDebugInlining()) in constructAbstractSubprogramScopeDIE()
1429 if (!TheCU.getCUNode()->getDebugInfoForProfiling() && in endFunctionImpl()
1430 TheCU.getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly && in endFunctionImpl()
1462 TheCU.getCUNode()->getSplitDebugInlining()) in endFunctionImpl()
1639 bool GnuStyle = TheU->getCUNode()->getGnuPubnames(); in emitDebugPubSections()
2246 CU.getUniqueID(), CU.getCUNode(), Asm, this, &SkeletonHolder); in constructSkeletonCU()
2310 const DICompileUnit *DIUnit = CU.getCUNode(); in getDwoLineTable()
DDwarfUnit.h113 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
DDwarfCompileUnit.cpp1034 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
DDwarfUnit.cpp81 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h125 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
DDwarfDebug.cpp1126 if (TheCU.getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly && in endFunction()
1792 U.getCUNode()->getSplitDebugFilename()); in initSkeletonUnit()
1808 CU.getUniqueID(), CU.getCUNode(), Asm, this, &SkeletonHolder); in constructSkeletonCU()
1855 SplitTypeUnitFileTable.setCompilationDir(CU.getCUNode()->getDirectory()); in getDwoLineTable()
DDwarfCompileUnit.cpp833 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
DDwarfUnit.cpp77 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()