Home
last modified time | relevance | path

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

/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()