Searched refs:ExportedFunctions (Results 1 – 2 of 2) sorted by relevance
64 static ManagedStatic<std::map<const Function *, ExFunc> > ExportedFunctions; variable119 ExportedFunctions->insert(std::make_pair(F, FnPtr)); // Cache for later in lookupFunction()266 std::map<const Function *, ExFunc>::iterator FI = ExportedFunctions->find(F); in callExternalFunction()267 if (ExFunc Fn = (FI == ExportedFunctions->end()) ? lookupFunction(F) in callExternalFunction()
1777 DenseMap<StringRef, ExportedFunctionInfo> ExportedFunctions; in lower() local1817 auto P = ExportedFunctions.insert({FunctionName, {Linkage, FuncMD}}); in lower()1822 for (const auto &P : ExportedFunctions) { in lower()1878 if (ExportedFunctions.count(F->getName())) { in lower()1879 IsDefinition |= ExportedFunctions[F->getName()].Linkage == CFL_Definition; in lower()2066 if (!ExportedFunctions.count(Aliasee) || in lower()2067 ExportedFunctions[Aliasee].Linkage != CFL_Definition || in lower()2108 if (!ExportedFunctions.count(SymbolName)) in lower()