reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/LowerTypeTests.cpp
 1880         auto P = ExportedFunctions.insert({FunctionName, {Linkage, FuncMD}});
 1885       for (const auto &P : ExportedFunctions) {
 1953       if (ExportedFunctions.count(F->getName())) {
 1955             ExportedFunctions[F->getName()].Linkage == CFL_Definition;
 2142         if (!ExportedFunctions.count(Aliasee) ||
 2143             ExportedFunctions[Aliasee].Linkage != CFL_Definition ||
 2184         if (!ExportedFunctions.count(SymbolName))