Searched refs:getFunctionPointer (Results 1 – 9 of 9) sorted by relevance
339 llvm::Constant *CodeGenModule::getFunctionPointer(llvm::Constant *Pointer, in getFunctionPointer() function in CodeGenModule353 llvm::Constant *CodeGenModule::getFunctionPointer(GlobalDecl GD, in getFunctionPointer() function in CodeGenModule365 return getFunctionPointer(getRawFunctionPointer(GD, Ty), FuncType); in getFunctionPointer()
190 llvm::Value *getFunctionPointer() const { in getFunctionPointer() function
969 llvm::Constant *getFunctionPointer(GlobalDecl GD, llvm::Type *Ty = nullptr);974 llvm::Constant *getFunctionPointer(llvm::Constant *Pointer,
2891 llvm::Constant *V = CGF.CGM.getFunctionPointer(GD); in EmitFunctionDeclLValue()5842 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()5921 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()6012 int AS = Callee.getFunctionPointer()->getType()->getPointerAddressSpace(); in EmitCall()6015 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall()6026 llvm::Value *Handle = Callee.getFunctionPointer(); in EmitCall()
272 return CGM.getFunctionPointer(fn, fnType); in createAtExitStub()
1479 Dtor = CGM.getFunctionPointer(Dtor, DtorTy); in emitThrow()2865 dtorCallee = CGF.CGM.getFunctionPointer(dtorCallee, fnType); in emitGlobalDtorWithCXAAtExit()
5495 llvm::Value *CalleePtr = ConcreteCallee.getFunctionPointer(); in EmitCall()
250 DefinedSVal getFunctionPointer(const FunctionDecl *func);
3129 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()3383 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()