HomeSort by: relevance | last modified time | path
    Searched refs:functionPtr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h 112 CGCallee(const CGCalleeInfo &abstractInfo, llvm::Value *functionPtr)
114 SpecialKind(reinterpret_cast<uintptr_t>(functionPtr))) {
116 assert(functionPtr && "configuring callee without function pointer");
117 assert(functionPtr->getType()->isPointerTy());
118 assert(functionPtr->getType()->getPointerElementType()->isFunctionTy());
135 static CGCallee forDirect(llvm::Constant *functionPtr,
137 return CGCallee(abstractInfo, functionPtr);
140 static CGCallee forDirect(llvm::FunctionCallee functionPtr,
142 return CGCallee(abstractInfo, functionPtr.getCallee());
188 void setFunctionPointer(llvm::Value *functionPtr) {
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.c 857 void * functionPtr;
874 functionPtr = CFBundleGetFunctionPointerForName( bundle, functionName );
875 require_action_quiet( functionPtr, exit, err = memFullErr );
879 gDebugMacOSXLogFunction = (DebugMacOSXLogFunctionPtr) functionPtr;

Completed in 18 milliseconds