Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetMachine.cpp63 #define RESET_OPTION(X, Y) \ in resetTargetOptions() macro
69 RESET_OPTION(LessPreciseFPMADOption, "less-precise-fpmad"); in resetTargetOptions()
70 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math"); in resetTargetOptions()
71 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
72 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()