Searched refs:functionPtr (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h105 CGCallee(const CGCalleeInfo &abstractInfo, llvm::Value *functionPtr) argument
107 SpecialKind(reinterpret_cast<uintptr_t>(functionPtr))) {
109 assert(functionPtr && "configuring callee without function pointer");
110 assert(functionPtr->getType()->isPointerTy());
111 assert(functionPtr->getType()->isOpaquePointerTy() ||
112 functionPtr->getType()->getNonOpaquePointerElementType()
130 static CGCallee forDirect(llvm::Constant *functionPtr, argument
132 return CGCallee(abstractInfo, functionPtr);
135 static CGCallee forDirect(llvm::FunctionCallee functionPtr, argument
137 return CGCallee(abstractInfo, functionPtr
183 setFunctionPointer(llvm::Value *functionPtr) argument
[all...]

Completed in 164 milliseconds