Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp66 std::map<const Function *, ExFunc> ExportedFunctions; member
128 Fns.ExportedFunctions.insert(std::make_pair(F, FnPtr)); // Cache for later in lookupFunction()
279 Fns.ExportedFunctions.find(F); in callExternalFunction()
280 if (ExFunc Fn = (FI == Fns.ExportedFunctions.end()) ? lookupFunction(F) in callExternalFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2125 MapVector<StringRef, ExportedFunctionInfo> ExportedFunctions; in lower() local
2169 auto P = ExportedFunctions.insert({FunctionName, {Linkage, FuncMD}}); in lower()
2174 for (const auto &P : ExportedFunctions) { in lower()
2242 if (auto It = ExportedFunctions.find(F->getName()); in lower()
2243 It != ExportedFunctions.end()) { in lower()
2427 if (auto It = ExportedFunctions.find(Aliasee); in lower()
2428 It == ExportedFunctions.end() || in lower()
2469 if (!ExportedFunctions.count(SymbolName)) in lower()