Searched refs:RawFunctions (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp68 static ManagedStatic<std::map<const Function *, RawFunc> > RawFunctions; variable
273 std::map<const Function *, RawFunc>::iterator RF = RawFunctions->find(F);
275 if (RF == RawFunctions->end()) {
281 RawFunctions->insert(std::make_pair(F, RawFn)); // Cache for later

Completed in 72 milliseconds