/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 115 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions() 217 unsigned RelaxELFRelocations : 1; variable
|
/external/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 377 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/ |
D | TargetOptions.h | 101 RelaxELFRelocations(false), FunctionSections(false), in TargetOptions() 194 unsigned RelaxELFRelocations : 1; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 397 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/ |
D | TargetOptions.h | 131 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions() 239 unsigned RelaxELFRelocations : 1; variable
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCAsmInfo.h | 428 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/ |
D | cc1as_main.cpp | 89 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/ |
D | CommandFlags.cpp | 75 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()
|
D | LLVMTargetMachine.cpp | 71 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
|
/external/llvm-project/clang/tools/driver/ |
D | cc1as_main.cpp | 93 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/ |
D | LLVMTargetMachine.cpp | 68 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 227 static cl::opt<bool> RelaxELFRelocations( 308 Options.RelaxELFRelocations = RelaxELFRelocations;
|
/external/llvm/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 78 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
|
/external/llvm-project/lld/ELF/ |
D | LTO.cpp | 84 c.Options.RelaxELFRelocations = true; in createConfig()
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 606 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in CreateTargetMachine()
|
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.def | 33 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
|
/external/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 495 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
|
/external/llvm-project/llvm/tools/gold/ |
D | gold-plugin.cpp | 868 Conf.Options.RelaxELFRelocations = false; in createLTO()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.def | 33 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 974 Options.RelaxELFRelocations = false; in initTargetMachine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 122 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTO.cpp | 115 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 696 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in ParseCodeGenArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1299 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in ParseCodeGenArgs()
|