Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerExtFunctionsDlsym.cpp23 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr() function
42 this->NAME = GetFnPtr<decltype(ExternalFunctions::NAME)>(#NAME, WARN) in ExternalFunctions()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerExtFunctionsDlsym.cpp23 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr() function
42 this->NAME = GetFnPtr<decltype(ExternalFunctions::NAME)>(#NAME, WARN) in ExternalFunctions()
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()