Searched refs:functionPtr (Results 1 – 1 of 1) sorted by relevance
112 CGCallee(const CGCalleeInfo &abstractInfo, llvm::Value *functionPtr,116 SpecialKind(reinterpret_cast<uintptr_t>(functionPtr))) { in KindOrFunctionPointer() argument119 assert(functionPtr && "configuring callee without function pointer"); in KindOrFunctionPointer()120 assert(functionPtr->getType()->isPointerTy()); in KindOrFunctionPointer()137 static CGCallee forDirect(llvm::Constant *functionPtr,139 return CGCallee(abstractInfo, functionPtr);142 static CGCallee forDirect(llvm::FunctionCallee functionPtr,144 return CGCallee(abstractInfo, functionPtr.getCallee());194 void setFunctionPointer(llvm::Value *functionPtr) { in setFunctionPointer() argument197 SpecialKind(reinterpret_cast<uintptr_t>(functionPtr)); in setFunctionPointer()