Home
last modified time | relevance | path

Searched refs:disableAllFunctions (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h140 void disableAllFunctions();
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp541 PMB.LibraryInfo->disableAllFunctions(); in optimize()
H A DThinLTOCodeGenerator.cpp229 PMB.LibraryInfo->disableAllFunctions(); in optimizeModule()
/freebsd-12.1/contrib/llvm/tools/llc/
H A Dllc.cpp494 TLII.disableAllFunctions(); in compileModule()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp531 TLI.disableAllFunctions(); in initialize()
1420 void TargetLibraryInfoImpl::disableAllFunctions() { in disableAllFunctions() function in TargetLibraryInfoImpl
/freebsd-12.1/contrib/llvm/tools/opt/
H A Dopt.cpp641 TLII.disableAllFunctions(); in main()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp337 TLII->disableAllFunctions(); in createTLII()