Searched refs:RelaxELFRelocations (Results 1 – 10 of 10) sorted by relevance
122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()235 unsigned RelaxELFRelocations : 1; variable
509 bool RelaxELFRelocations = true; variable831 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()832 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
76 CGOPT(bool, RelaxELFRelocations) in CGOPT()330 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local335 CGBINDOPT(RelaxELFRelocations); in CGOPT()514 Options.RelaxELFRelocations = getRelaxELFRelocations(); in InitTargetOptionsFromCodeGenFlags()
74 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()
515 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
876 Conf.Options.RelaxELFRelocations = false; in createLTO()
33 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
118 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
4775 MarshallingInfoFlag<CodeGenOpts<"RelaxELFRelocations">>;