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.cpp60 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr() function
73 this->NAME = GetFnPtr<decltype(::NAME)>(::NAME, ::NAME##Def, #NAME, WARN); in ExternalFunctions()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td506 def GetFnPtr : Opcode {
H A DInterp.h1981 inline bool GetFnPtr(InterpState &S, CodePtr OpPC, const Function *Func) { in GetFnPtr() function