Searched refs:getOrCreateFunctionType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 190 getOrCreateFunctionType(const Decl *D, QualType FnType, llvm::DIFile *F);
|
D | CGDebugInfo.cpp | 2707 getOrCreateFunctionType(FD, FnType, Unit), !FD->isExternallyVisible(), in getFunctionForwardDeclaration() 2798 llvm::DISubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType() function in CGDebugInfo 2924 getOrCreateFunctionType(D, FnType, Unit), Fn->hasLocalLinkage(), in EmitFunctionStart() 2978 getOrCreateFunctionType(D, FnType, Unit), false /*internalLinkage*/, in EmitFunctionDecl()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 227 getOrCreateFunctionType(const Decl *D, QualType FnType, llvm::DIFile *F);
|
D | CGDebugInfo.cpp | 3580 getOrCreateFunctionType(GD.getDecl(), FnType, Unit), 0, Flags, SPFlags, in getFunctionFwdDeclOrStub() 3586 getOrCreateFunctionType(GD.getDecl(), FnType, Unit), 0, Flags, SPFlags, in getFunctionFwdDeclOrStub() 3726 llvm::DISubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType() function in CGDebugInfo 3870 llvm::DISubroutineType *DIFnType = getOrCreateFunctionType(D, FnType, Unit); in EmitFunctionStart() 3950 getOrCreateFunctionType(D, FnType, Unit), ScopeLine, Flags, SPFlags, in EmitFunctionDecl()
|