Home
last modified time | relevance | path

Searched refs:RelaxELFRelocations (Results 1 – 24 of 24) 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/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h131 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
239 unsigned RelaxELFRelocations : 1; variable
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h428 bool RelaxELFRelocations = true; variable
706 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
707 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/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp75 CGOPT(bool, RelaxELFRelocations) in CGOPT()
330 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local
335 CGBINDOPT(RelaxELFRelocations); in CGOPT()
537 Options.RelaxELFRelocations = getRelaxELFRelocations(); in InitTargetOptionsFromCodeGenFlags()
DLLVMTargetMachine.cpp71 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp93 unsigned RelaxELFRelocations : 1; member
233 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()
368 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssembler()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp68 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc227 static cl::opt<bool> RelaxELFRelocations(
308 Options.RelaxELFRelocations = RelaxELFRelocations;
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp78 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
/external/llvm-project/lld/ELF/
DLTO.cpp84 c.Options.RelaxELFRelocations = true; in createConfig()
/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-project/clang/lib/CodeGen/
DBackendUtil.cpp495 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp868 Conf.Options.RelaxELFRelocations = false; in createLTO()
/external/llvm-project/clang/include/clang/Basic/
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/llvm-project/llvm/lib/LTO/
DLTO.cpp115 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp696 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in ParseCodeGenArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1299 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in ParseCodeGenArgs()