Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp23 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr() function
42 this->NAME = GetFnPtr<decltype(ExternalFunctions::NAME)>(#NAME, WARN) in ExternalFunctions()
H A DFuzzerExtFunctionsWindows.cpp58 static T *GetFnPtr(void *Fun, void *FunDef, const char *FnName, in GetFnPtr() function
72 this->NAME = GetFnPtr<decltype(::NAME)>(GET_FUNCTION_ADDRESS(::NAME), \ in ExternalFunctions()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td547 def GetFnPtr : Opcode {
H A DInterp.h3046 inline bool GetFnPtr(InterpState &S, CodePtr OpPC, const Function *Func) { in GetFnPtr() function