Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.h70 CIRGenCallee(const CIRGenCalleeInfo &abstractInfo, mlir::Operation *funcPtr) in CIRGenCallee() argument
71 : kindOrFunctionPtr(SpecialKind(reinterpret_cast<uintptr_t>(funcPtr))), in CIRGenCallee()
73 assert(funcPtr && "configuring callee without function pointer"); in CIRGenCallee()
77 forDirect(mlir::Operation *funcPtr,
79 return CIRGenCallee(abstractInfo, funcPtr);