Searched refs:getCUNode (Results 1 – 4 of 4) sorted by relevance
/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()
|