Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h116 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
217 unsigned RelaxELFRelocations : 1; variable
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h385 bool RelaxELFRelocations = true; variable
635 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
636 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp93 unsigned RelaxELFRelocations : 1; member
233 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()
356 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssembler()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc228 static cl::opt<bool> RelaxELFRelocations(
295 Options.RelaxELFRelocations = RelaxELFRelocations;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp69 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp72 C.Options.RelaxELFRelocations = true; in createConfig()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp451 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def34 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp119 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1062 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in ParseCodeGenArgs()