Searched refs:RelaxELFRelocations (Results 1 – 10 of 10) sorted by relevance
134 RelaxELFRelocations(true), FunctionSections(false), in TargetOptions()260 unsigned RelaxELFRelocations : 1; variable
533 bool RelaxELFRelocations = true; variable879 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()880 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
85 CGOPT(bool, RelaxELFRelocations) in CGOPT()358 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local363 CGBINDOPT(RelaxELFRelocations); in CGOPT()542 Options.RelaxELFRelocations = getRelaxELFRelocations(); in InitTargetOptionsFromCodeGenFlags()
77 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
94 unsigned RelaxELFRelocations : 1; member263 Opts.RelaxELFRelocations = !Args.hasArg(OPT_mrelax_relocations_no); in CreateFromArgs()415 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssemblerImpl()
384 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
874 Conf.Options.RelaxELFRelocations = false; in createLTO()
33 CODEGENOPT(RelaxELFRelocations, 1, 1) ///< -Wa,-mrelax-relocations={yes,no}
121 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
5438 MarshallingInfoNegativeFlag<CodeGenOpts<"RelaxELFRelocations">>;