Searched refs:ExportedFunctions (Results 1 – 2 of 2) sorted by relevance
66 std::map<const Function *, ExFunc> ExportedFunctions; member128 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()
2125 MapVector<StringRef, ExportedFunctionInfo> ExportedFunctions; in lower() local2169 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()