Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h443 virtual DwarfCompileUnit &getCU() = 0;
554 DwarfCompileUnit &getCU() override { return *this; } in getCU() function
582 DwarfCompileUnit &getCU() override { return CU; } in getCU() function
DDebugLocEntry.h117 const DwarfCompileUnit *getCU() const { return Unit; } in getCU() function
DDwarfUnit.cpp325 : getCU().getOrCreateSourceID(FileName, DirName); in getOrCreateSourceID()
979 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); in getOrCreateTypeDIE()
DDwarfDebug.cpp2042 const DwarfCompileUnit *CU = Entry.getCU(); in emitDebugLoc()
2323 *SkeletonHolder.getUnits()[TU.getCU().getUniqueID()]); in constructSkeletonTU()