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

Declarations

include/llvm/Analysis/TargetLibraryInfo.h
  141   void disableAllFunctions();

References

lib/Analysis/TargetLibraryInfo.cpp
  109     TLI.disableAllFunctions();
  545     TLI.disableAllFunctions();
lib/LTO/LTOCodeGenerator.cpp
  570     PMB.LibraryInfo->disableAllFunctions();
lib/LTO/ThinLTOCodeGenerator.cpp
  235     PMB.LibraryInfo->disableAllFunctions();
tools/clang/lib/CodeGen/BackendUtil.cpp
  343     TLII->disableAllFunctions();
tools/llc/llc.cpp
  498     TLII.disableAllFunctions();
tools/opt/opt.cpp
  699     TLII.disableAllFunctions();