Home
last modified time | relevance | path

Searched defs:GetFnPtr (Results 1 – 3 of 3) 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
H A DFuzzerExtFunctionsWindows.cpp58 static T *GetFnPtr(void *Fun, void *FunDef, const char *FnName, in GetFnPtr() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h3046 inline bool GetFnPtr(InterpState &S, CodePtr OpPC, const Function *Func) { in GetFnPtr() function