Searched refs:RelaxELFRelocations (Results 1 – 11 of 11) sorted by relevance
134 RelaxELFRelocations(false), FunctionSections(false), in TargetOptions()260 unsigned RelaxELFRelocations : 1; variable
531 bool RelaxELFRelocations = true; variable875 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()876 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
83 CGOPT(bool, RelaxELFRelocations) in CGOPT()356 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local361 CGBINDOPT(RelaxELFRelocations); in CGOPT()540 Options.RelaxELFRelocations = getRelaxELFRelocations(); in InitTargetOptionsFromCodeGenFlags()
77 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
93 unsigned RelaxELFRelocations : 1; member244 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()392 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssemblerImpl()
80 c.Options.RelaxELFRelocations = true; in createConfig()
377 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
888 Conf.Options.RelaxELFRelocations = false; in createLTO()
33 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
120 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
5280 MarshallingInfoFlag<CodeGenOpts<"RelaxELFRelocations">>;