Home
last modified time | relevance | path

Searched refs:GetFnPtr (Results 1 – 1 of 1) 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()