Searched refs:X86RelaxRelocations (Results 1 – 9 of 9) sorted by relevance
52 MCOPT(bool, X86RelaxRelocations) in MCOPT_EXP()146 static cl::opt<bool> X86RelaxRelocations( in MCOPT_EXP() local151 MCBINDOPT(X86RelaxRelocations); in MCOPT_EXP()187 Options.X86RelaxRelocations = getX86RelaxRelocations(); in InitMCTargetOptionsFromFlags()
172 unsigned X86RelaxRelocations : 1;218 X86RelaxRelocations = 0; in AssemblerInvocation()390 Opts.X86RelaxRelocations = !Args.hasArg(OPT_mrelax_relocations_no); in CreateFromArgs()451 MCOptions.X86RelaxRelocations = Opts.X86RelaxRelocations; in ExecuteAssemblerImpl()
61 bool X86RelaxRelocations = true; variable
220 if (!getContext().getTargetOptions()->X86RelaxRelocations) in getRelocType64()272 if (!getContext().getTargetOptions()->X86RelaxRelocations) in getRelocType32()
510 Options.MCOptions.X86RelaxRelocations = CodeGenOpts.X86RelaxRelocations; in initTargetOptions()
195 CODEGENOPT(X86RelaxRelocations, 1, 1, Benign) ///< -Wa,-mrelax-relocations={yes,no}
145 AddUnsigned(Conf.Options.MCOptions.X86RelaxRelocations); in computeLTOCacheKey()
567 Ctx.getTargetOptions()->X86RelaxRelocations; in LowerTlsAddr()
7623 MarshallingInfoNegativeFlag<CodeGenOpts<"X86RelaxRelocations">>;