Searched refs:getOrCreateFunctionType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 250 getOrCreateFunctionType(const Decl *D, QualType FnType, llvm::DIFile *F);
|
H A D | CGDebugInfo.cpp | 4121 getOrCreateFunctionType(GD.getDecl(), FnType, Unit), 0, Flags, SPFlags, in getFunctionFwdDeclOrStub() 4127 getOrCreateFunctionType(GD.getDecl(), FnType, Unit), 0, Flags, SPFlags, in getFunctionFwdDeclOrStub() 4278 llvm::DISubroutineType *CGDebugInfo::getOrCreateFunctionType(const Decl *D, in getOrCreateFunctionType() function in CGDebugInfo 4442 llvm::DISubroutineType *DIFnType = getOrCreateFunctionType(D, FnType, Unit); in emitFunctionStart() 4520 llvm::DISubroutineType *STy = getOrCreateFunctionType(D, FnType, Unit); in EmitFunctionDecl()
|