Searched refs:RelaxELFRelocations (Results 1 – 10 of 10) sorted by relevance
122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()232 unsigned RelaxELFRelocations : 1; variable
519 bool RelaxELFRelocations = true; variable853 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()854 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
75 CGOPT(bool, RelaxELFRelocations) in CGOPT()324 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local329 CGBINDOPT(RelaxELFRelocations); in CGOPT()507 Options.RelaxELFRelocations = getRelaxELFRelocations(); in InitTargetOptionsFromCodeGenFlags()
78 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
93 unsigned RelaxELFRelocations : 1; member235 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()373 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssemblerImpl()
84 c.Options.RelaxELFRelocations = true; in createConfig()
524 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
33 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
118 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
4830 MarshallingInfoFlag<CodeGenOpts<"RelaxELFRelocations">>;