Searched refs:getFunctionPointer (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCall.h | 115 mlir::Operation *getFunctionPointer() const { in getFunctionPointer() function
|
| H A D | CIRGenCall.cpp | 565 mlir::Operation *calleePtr = concreteCallee.getFunctionPointer(); in emitCall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGPointerAuth.cpp | 471 llvm::Constant *CodeGenModule::getFunctionPointer(llvm::Constant *Pointer, in getFunctionPointer() function in CodeGenModule 485 llvm::Constant *CodeGenModule::getFunctionPointer(GlobalDecl GD, in getFunctionPointer() function in CodeGenModule 497 return getFunctionPointer(getRawFunctionPointer(GD, Ty), FuncType); in getFunctionPointer()
|
| H A D | CGCall.h | 190 llvm::Value *getFunctionPointer() const { in getFunctionPointer() function
|
| H A D | CodeGenModule.h | 1030 llvm::Constant *getFunctionPointer(GlobalDecl GD, llvm::Type *Ty = nullptr); 1035 llvm::Constant *getFunctionPointer(llvm::Constant *Pointer,
|
| H A D | CGDeclCXX.cpp | 273 return CGM.getFunctionPointer(fn, fnType); in createAtExitStub()
|
| H A D | CGExpr.cpp | 3038 llvm::Constant *V = CGF.CGM.getFunctionPointer(GD); in EmitFunctionDeclLValue() 6315 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall() 6402 llvm::Value *CalleePtr = Callee.getFunctionPointer(); in EmitCall() 6479 llvm::Value *Handle = Callee.getFunctionPointer(); in EmitCall()
|
| H A D | ItaniumCXXABI.cpp | 1493 Dtor = CGM.getFunctionPointer(Dtor, DtorTy); in emitThrow() 2893 dtorCallee = CGF.CGM.getFunctionPointer(dtorCallee, fnType); in emitGlobalDtorWithCXAAtExit()
|
| H A D | CGCall.cpp | 5687 llvm::Value *CalleePtr = ConcreteCallee.getFunctionPointer(); in EmitCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 237 DefinedSVal getFunctionPointer(const FunctionDecl *func);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 285 return getFunctionPointer(MD); in getMemberPointer() 291 DefinedSVal SValBuilder::getFunctionPointer(const FunctionDecl *func) { in getFunctionPointer() function in SValBuilder
|
| H A D | ExprEngine.cpp | 3237 SVal V = svalBuilder.getFunctionPointer(FD); in VisitCommonDeclRefExpr() 3508 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8117 …tFunctionPointerEPKNS_12FunctionDeclE", "clang::ento::SValBuilder::getFunctionPointer(clang::Funct…
|