Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h67 bool RelaxAll = false; variable
205 bool getRelaxAll() const { return RelaxAll; } in getRelaxAll()
206 void setRelaxAll(bool Value) { RelaxAll = Value; } in setRelaxAll()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp37 MCOPT_EXP(bool, RelaxAll) in MCOPT_EXP() argument
62 static cl::opt<bool> RelaxAll( in MCOPT_EXP() local
65 MCBINDOPT(RelaxAll); in MCOPT_EXP()
H A DMCAssembler.cpp90 RelaxAll = false; in reset()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp147 unsigned RelaxAll : 1;
201 RelaxAll = 0; in AssemblerInvocation()
352 Opts.RelaxAll = Args.hasArg(OPT_mrelax_all); in CreateFromArgs()
438 MCOptions.MCRelaxAll = Opts.RelaxAll; in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def235 CODEGENOPT(RelaxAll , 1, 0) ///< Relax all machine code instructions.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp459 Options.MCOptions.MCRelaxAll = CodeGenOpts.RelaxAll; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5243 MarshallingInfoFlag<CodeGenOpts<"RelaxAll">>;