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

References

lib/LTO/LTOBackend.cpp
  276   PMB.LibraryInfo = new TargetLibraryInfoImpl(Triple(TM->getTargetTriple()));
lib/LTO/LTOCodeGenerator.cpp
  568   PMB.LibraryInfo = new TargetLibraryInfoImpl(TargetTriple);
  570     PMB.LibraryInfo->disableAllFunctions();
lib/LTO/ThinLTOCodeGenerator.cpp
  233   PMB.LibraryInfo = new TargetLibraryInfoImpl(TM.getTargetTriple());
  235     PMB.LibraryInfo->disableAllFunctions();
lib/Transforms/IPO/PassManagerBuilder.cpp
  153     LibraryInfo = nullptr;
  181   delete LibraryInfo;
  255   if (LibraryInfo)
  256     FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo));
  485   if (LibraryInfo)
  486     MPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo));
  983   if (LibraryInfo)
  984     PM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo));
 1014   if (LibraryInfo)
 1015     PM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo));