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

References

include/llvm/LTO/LTO.h
   72     const FunctionImporter::ImportMapTy &ImportList,
   73     const FunctionImporter::ExportSetTy &ExportList,
include/llvm/LTO/LTOBackend.h
   45                   const FunctionImporter::ImportMapTy &ImportList,
include/llvm/Transforms/IPO/FunctionImport.h
  143     StringMap<FunctionImporter::ImportMapTy> &ImportLists,
  144     StringMap<FunctionImporter::ExportSetTy> &ExportLists);
  152     FunctionImporter::ImportMapTy &ImportList);
  161     FunctionImporter::ImportMapTy &ImportList);
  203     const FunctionImporter::ImportMapTy &ImportList,
lib/LTO/LTO.cpp
   73     StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList,
   74     const FunctionImporter::ExportSetTy &ExportList,
 1043       const FunctionImporter::ImportMapTy &ImportList,
 1044       const FunctionImporter::ExportSetTy &ExportList,
 1081       const FunctionImporter::ImportMapTy &ImportList,
 1082       const FunctionImporter::ExportSetTy &ExportList,
 1118       const FunctionImporter::ImportMapTy &ImportList,
 1119       const FunctionImporter::ExportSetTy &ExportList,
 1210       const FunctionImporter::ImportMapTy &ImportList,
 1211       const FunctionImporter::ExportSetTy &ExportList,
 1288   StringMap<FunctionImporter::ImportMapTy> ImportLists(
 1290   StringMap<FunctionImporter::ExportSetTy> ExportLists(
lib/LTO/LTOBackend.cpp
  483                        const FunctionImporter::ImportMapTy &ImportList,
  534   FunctionImporter Importer(CombinedIndex, ModuleLoader);
lib/LTO/ThinLTOCodeGenerator.cpp
  207                       const FunctionImporter::ImportMapTy &ImportList) {
  214   FunctionImporter Importer(Index, Loader);
  315       const FunctionImporter::ImportMapTy &ImportList,
  316       const FunctionImporter::ExportSetTy &ExportList,
  401                      const FunctionImporter::ImportMapTy &ImportList,
  402                      const FunctionImporter::ExportSetTy &ExportList,
  585   const StringMap<FunctionImporter::ExportSetTy> &ExportLists;
  588   IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists,
  653   StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount);
  654   StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
  701   StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount);
  702   StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
  734   StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount);
  735   StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
  767   StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount);
  768   StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
  809   StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount);
  810   StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
  984   StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount);
  985   StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
lib/Transforms/IPO/FunctionImport.cpp
  179              FunctionImporter::ImportFailureReason &Reason,
  181   Reason = FunctionImporter::ImportFailureReason::None;
  187           Reason = FunctionImporter::ImportFailureReason::NotLive;
  205           Reason = FunctionImporter::ImportFailureReason::GlobalVar;
  209           Reason = FunctionImporter::ImportFailureReason::InterposableLinkage;
  230               FunctionImporter::ImportFailureReason::LocalLinkageNotInModule;
  235           Reason = FunctionImporter::ImportFailureReason::TooLarge;
  242           Reason = FunctionImporter::ImportFailureReason::NotEligible;
  248           Reason = FunctionImporter::ImportFailureReason::NoInline;
  284     FunctionImporter::ImportMapTy &ImportList,
  285     StringMap<FunctionImporter::ExportSetTy> *ExportLists) {
  322 getFailureName(FunctionImporter::ImportFailureReason Reason) {
  324   case FunctionImporter::ImportFailureReason::None:
  326   case FunctionImporter::ImportFailureReason::GlobalVar:
  328   case FunctionImporter::ImportFailureReason::NotLive:
  330   case FunctionImporter::ImportFailureReason::TooLarge:
  332   case FunctionImporter::ImportFailureReason::InterposableLinkage:
  334   case FunctionImporter::ImportFailureReason::LocalLinkageNotInModule:
  336   case FunctionImporter::ImportFailureReason::NotEligible:
  338   case FunctionImporter::ImportFailureReason::NoInline:
  351     FunctionImporter::ImportMapTy &ImportList,
  352     StringMap<FunctionImporter::ExportSetTy> *ExportLists,
  353     FunctionImporter::ImportThresholdsTy &ImportThresholds) {
  433       FunctionImporter::ImportFailureReason Reason;
  453           FailureInfo = std::make_unique<FunctionImporter::ImportFailureInfo>(
  527     StringRef ModName, FunctionImporter::ImportMapTy &ImportList,
  528     StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) {
  532   FunctionImporter::ImportThresholdsTy ImportThresholds;
  621     StringMap<FunctionImporter::ImportMapTy> &ImportLists,
  622     StringMap<FunctionImporter::ExportSetTy> &ExportLists) {
  675                                     FunctionImporter::ImportMapTy &ImportList) {
  692     FunctionImporter::ImportMapTy &ImportList) {
  711     FunctionImporter::ImportMapTy &ImportList) {
  874     const FunctionImporter::ImportMapTy &ImportList,
 1077     Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) {
 1224   FunctionImporter::ImportMapTy ImportList;
 1257   FunctionImporter Importer(*Index, ModuleLoader);
tools/clang/lib/CodeGen/BackendUtil.cpp
 1380   FunctionImporter::ImportMapTy ImportList;
tools/llvm-link/llvm-link.cpp
  218   FunctionImporter::ImportMapTy ImportList;
  269   FunctionImporter Importer(*Index, CachedModuleLoader);