Searched refs:RelaxELFRelocations (Results 1 – 13 of 13) sorted by relevance
115 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()217 unsigned RelaxELFRelocations : 1; variable
377 bool RelaxELFRelocations = true; variable599 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()600 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
101 RelaxELFRelocations(false), FunctionSections(false), in TargetOptions()194 unsigned RelaxELFRelocations : 1; variable
397 bool RelaxELFRelocations = true; variable665 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()666 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
89 unsigned RelaxELFRelocations : 1; member202 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()318 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssembler()
227 static cl::opt<bool> RelaxELFRelocations(308 Options.RelaxELFRelocations = RelaxELFRelocations;
68 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
78 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
606 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in CreateTargetMachine()
33 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
974 Options.RelaxELFRelocations = false; in initTargetMachine()
122 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
696 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in ParseCodeGenArgs()