Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1219 if (TheCU.getCUNode()->getEmissionKind() == DIBuilder::LineTablesOnly && in endFunction()
1841 U.getCUNode()->getSplitDebugFilename()); in initSkeletonUnit()
1857 CU.getUniqueID(), CU.getCUNode(), Asm, this, &SkeletonHolder); in constructSkeletonCU()
1904 SplitTypeUnitFileTable.setCompilationDir(CU.getCUNode()->getDirectory()); in getDwoLineTable()
DDwarfUnit.h132 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode() function
DDwarfCompileUnit.cpp827 return getCUNode()->getEmissionKind() == DIBuilder::LineTablesOnly || in includeMinimalInlineScopes()
DDwarfUnit.cpp79 : DwarfUnit(UID, dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), in DwarfTypeUnit()