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

/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp53 static ManagedStatic<std::map<const Function *, ExFunc> > ExportedFunctions; variable
108 ExportedFunctions->insert(std::make_pair(F, FnPtr)); // Cache for later
255 std::map<const Function *, ExFunc>::iterator FI = ExportedFunctions->find(F);
256 if (ExFunc Fn = (FI == ExportedFunctions->end()) ? lookupFunction(F)

Completed in 42 milliseconds