Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetMachine.cpp58 #define RESET_OPTION(X, Y) \ in resetTargetOptions() macro
64 RESET_OPTION(NoFramePointerElim, "no-frame-pointer-elim"); in resetTargetOptions()
65 RESET_OPTION(LessPreciseFPMADOption, "less-precise-fpmad"); in resetTargetOptions()
66 RESET_OPTION(UnsafeFPMath, "unsafe-fp-math"); in resetTargetOptions()
67 RESET_OPTION(NoInfsFPMath, "no-infs-fp-math"); in resetTargetOptions()
68 RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); in resetTargetOptions()
69 RESET_OPTION(UseSoftFloat, "use-soft-float"); in resetTargetOptions()
70 RESET_OPTION(DisableTailCalls, "disable-tail-calls"); in resetTargetOptions()