Home
last modified time | relevance | path

Searched refs:getFunctionPointer (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp339 llvm::Constant *CodeGenModule::getFunctionPointer(llvm::Constant *Pointer, in getFunctionPointer() function in CodeGenModule
353 llvm::Constant *CodeGenModule::getFunctionPointer(GlobalDecl GD, in getFunctionPointer() function in CodeGenModule
365 return getFunctionPointer(getRawFunctionPointer(GD, Ty), FuncType); in getFunctionPointer()
H A DCGCall.h190 llvm::Value *getFunctionPointer() const { in getFunctionPointer() function
H A DCodeGenModule.h969 llvm::Constant *getFunctionPointer(GlobalDecl GD, llvm::Type *Ty = nullptr);
974 llvm::Constant *getFunctionPointer(llvm::Constant *Pointer,
H A DCGExpr.cpp2891 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()
H A DCGDeclCXX.cpp272 return CGM.getFunctionPointer(fn, fnType); in createAtExitStub()
H A DItaniumCXXABI.cpp1479 Dtor = CGM.getFunctionPointer(Dtor, DtorTy); in emitThrow()
2865 dtorCallee = CGF.CGM.getFunctionPointer(dtorCallee, fnType); in emitGlobalDtorWithCXAAtExit()
H A DCGCall.cpp5495 llvm::Value *CalleePtr = ConcreteCallee.getFunctionPointer(); in EmitCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h250 DefinedSVal getFunctionPointer(const FunctionDecl *func);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3129 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr()
3383 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()