Searched refs:getCUNode (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 473 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()
|
D | DwarfUnit.h | 113 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
|
D | DwarfCompileUnit.cpp | 1034 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
|
D | DwarfUnit.cpp | 81 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 125 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
|
D | DwarfDebug.cpp | 1126 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()
|
D | DwarfCompileUnit.cpp | 833 return getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly || in includeMinimalInlineScopes()
|
D | DwarfUnit.cpp | 77 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()
|