Searched refs:RelaxELFRelocations (Results 1 – 9 of 9) sorted by relevance
143 DisableIntegratedAS(false), RelaxELFRelocations(true), in TargetOptions()265 unsigned RelaxELFRelocations : 1; variable
536 bool RelaxELFRelocations = true; variable888 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()889 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
88 CGOPT(bool, RelaxELFRelocations) in CGOPT()364 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local369 CGBINDOPT(RelaxELFRelocations); in CGOPT()565 Options.RelaxELFRelocations = getRelaxELFRelocations(); in InitTargetOptionsFromCodeGenFlags()
82 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
95 unsigned RelaxELFRelocations : 1; member269 Opts.RelaxELFRelocations = !Args.hasArg(OPT_mrelax_relocations_no); in CreateFromArgs()424 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssemblerImpl()
360 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
39 CODEGENOPT(RelaxELFRelocations, 1, 1) ///< -Wa,-mrelax-relocations={yes,no}
129 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
6798 MarshallingInfoNegativeFlag<CodeGenOpts<"RelaxELFRelocations">>;