Searched refs:disableAllFunctions (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLibraryInfo.h417 /// disableAllFunctions - This disables all builtins, which is used for
419 void disableAllFunctions();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTargetLibraryInfo.cpp348 /// disableAllFunctions - This disables all builtins, which is used for options
350 void TargetLibraryInfo::disableAllFunctions() { function in class:TargetLibraryInfo
/macosx-10.9.5/llvmCore-3425.0.33/tools/llc/
H A Dllc.cpp505 TLI->disableAllFunctions();
/macosx-10.9.5/llvmCore-3425.0.33/tools/opt/
H A Dopt.cpp568 TLI->disableAllFunctions();

Completed in 141 milliseconds