Searched refs:RelaxELFRelocations (Results 1 – 15 of 15) sorted by relevance
108 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()205 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()
385 bool RelaxELFRelocations = true; variable635 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()636 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
101 RelaxELFRelocations(false), FunctionSections(false), in TargetOptions()194 unsigned RelaxELFRelocations : 1; variable
89 unsigned RelaxELFRelocations : 1; member202 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()318 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssembler()
221 static cl::opt<bool> RelaxELFRelocations(288 Options.RelaxELFRelocations = RelaxELFRelocations;
69 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
350 AddUnsigned(TMBuilder.Options.RelaxELFRelocations); in ModuleCacheEntry()
119 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeCacheKey()
837 Conf.Options.RelaxELFRelocations = false; in createLTO()
974 Options.RelaxELFRelocations = false; in initTargetMachine()
696 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in ParseCodeGenArgs()