Home
last modified time | relevance | path

Searched refs:RelaxELFRelocations (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h115 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
217 unsigned RelaxELFRelocations : 1; variable
/external/llvm/include/llvm/MC/
DMCAsmInfo.h377 bool RelaxELFRelocations = true; variable
599 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
600 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/external/llvm/include/llvm/Target/
DTargetOptions.h101 RelaxELFRelocations(false), FunctionSections(false), in TargetOptions()
194 unsigned RelaxELFRelocations : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h397 bool RelaxELFRelocations = true; variable
665 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
666 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/external/clang/tools/driver/
Dcc1as_main.cpp89 unsigned RelaxELFRelocations : 1; member
202 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()
318 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssembler()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc227 static cl::opt<bool> RelaxELFRelocations(
308 Options.RelaxELFRelocations = RelaxELFRelocations;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp68 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp78 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
/external/clang/lib/CodeGen/
DBackendUtil.cpp606 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in CreateTargetMachine()
/external/clang/include/clang/Frontend/
DCodeGenOptions.def33 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
/external/llvm/tools/gold/
Dgold-plugin.cpp974 Options.RelaxELFRelocations = false; in initTargetMachine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp122 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp696 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in ParseCodeGenArgs()