Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1930 DenseMap<StringRef, ExportedFunctionInfo> ExportedFunctions; in lower() local
1970 auto P = ExportedFunctions.insert({FunctionName, {Linkage, FuncMD}}); in lower()
1975 for (const auto &P : ExportedFunctions) { in lower()
2043 if (ExportedFunctions.count(F->getName())) { in lower()
2045 ExportedFunctions[F->getName()].Linkage == CFL_Definition; in lower()
2243 if (!ExportedFunctions.count(Aliasee) || in lower()
2244 ExportedFunctions[Aliasee].Linkage != CFL_Definition || in lower()
2285 if (!ExportedFunctions.count(SymbolName)) in lower()