Searched refs:GetFnPtr (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerExtFunctionsDlsym.cpp | 23 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr() function 42 this->NAME = GetFnPtr<decltype(ExternalFunctions::NAME)>(#NAME, WARN) in ExternalFunctions()
|
H A D | FuzzerExtFunctionsWindows.cpp | 60 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 D | Opcodes.td | 522 def GetFnPtr : Opcode {
|
H A D | Interp.h | 2678 inline bool GetFnPtr(InterpState &S, CodePtr OpPC, const Function *Func) { in GetFnPtr() function
|