Searched refs:getOrCreateLimitedType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h344 /// getOrCreateLimitedType - Get the type from the cache or create a new
346 llvm::DIType getOrCreateLimitedType(const RecordType *Ty, llvm::DIFile F);
H A DCGDebugInfo.cpp1555 llvm::DICompositeType FwdDecl(getOrCreateLimitedType(Ty, DefUnit));
2198 /// getOrCreateLimitedType - Get the type from the cache or create a new
2200 llvm::DIType CGDebugInfo::getOrCreateLimitedType(const RecordType *Ty, function in class:CGDebugInfo

Completed in 516 milliseconds