Searched refs:RelaxELFRelocations (Results 1 – 10 of 10) sorted by relevance
116 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()217 unsigned RelaxELFRelocations : 1; variable
385 bool RelaxELFRelocations = true; variable635 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()636 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
93 unsigned RelaxELFRelocations : 1; member233 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()356 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssembler()
228 static cl::opt<bool> RelaxELFRelocations(295 Options.RelaxELFRelocations = RelaxELFRelocations;
69 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
72 C.Options.RelaxELFRelocations = true; in createConfig()
451 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
34 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
119 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
1062 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in ParseCodeGenArgs()