HomeSort by: relevance | last modified time | path
    Searched refs:getOrCreateStandaloneType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 87 DI.getOrCreateStandaloneType(QualTy, D->getLocation());
94 DI.getOrCreateStandaloneType(QualTy, D->getLocation());
CGDebugInfo.h 521 llvm::DIType *getOrCreateStandaloneType(QualType Ty, SourceLocation Loc);
CGExpr.cpp 3696 DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc);
4247 llvm::DIType *DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(
4391 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(base.getType(),
CGDebugInfo.cpp 2229 return getOrCreateStandaloneType(D, Loc);
2232 llvm::DIType *CGDebugInfo::getOrCreateStandaloneType(QualType D,
CGBuiltin.cpp 11596 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(
11621 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(

Completed in 31 milliseconds