HomeSort by: relevance | last modified time | path
    Searched refs:RelaxELFRelocations (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 122 DisableIntegratedAS(false), RelaxELFRelocations(false),
235 unsigned RelaxELFRelocations : 1;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfo.h 509 bool RelaxELFRelocations = true;
831 bool canRelaxRelocations() const { return RelaxELFRelocations; }
832 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CommandFlags.cpp 76 CGOPT(bool, RelaxELFRelocations)
330 static cl::opt<bool> RelaxELFRelocations(
335 CGBINDOPT(RelaxELFRelocations);
514 Options.RelaxELFRelocations = getRelaxELFRelocations();
LLVMTargetMachine.cpp 74 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations);
  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp 93 unsigned RelaxELFRelocations : 1;
235 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations);
373 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 515 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations;
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 876 Conf.Options.RelaxELFRelocations = false;
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 116 // RelaxELFRelocations. The clang driver can also pass FunctionSections,
118 AddUnsigned(Conf.Options.RelaxELFRelocations);

Completed in 100 milliseconds