Searched refs:GetFnPtr (Results 1 – 4 of 4) sorted by relevance
23 static T GetFnPtr(const char *FnName, bool WarnIfMissing) { in GetFnPtr() function42 this->NAME = GetFnPtr<decltype(ExternalFunctions::NAME)>(#NAME, WARN) in ExternalFunctions()
58 static T *GetFnPtr(void *Fun, void *FunDef, const char *FnName, in GetFnPtr() function72 this->NAME = GetFnPtr<decltype(::NAME)>(GET_FUNCTION_ADDRESS(::NAME), \ in ExternalFunctions()
547 def GetFnPtr : Opcode {
3046 inline bool GetFnPtr(InterpState &S, CodePtr OpPC, const Function *Func) { in GetFnPtr() function