Home
last modified time | relevance | path

Searched refs:X86RelaxRelocations (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp52 MCOPT(bool, X86RelaxRelocations) in MCOPT_EXP()
146 static cl::opt<bool> X86RelaxRelocations( in MCOPT_EXP() local
151 MCBINDOPT(X86RelaxRelocations); in MCOPT_EXP()
187 Options.X86RelaxRelocations = getX86RelaxRelocations(); in InitMCTargetOptionsFromFlags()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp172 unsigned X86RelaxRelocations : 1;
218 X86RelaxRelocations = 0; in AssemblerInvocation()
390 Opts.X86RelaxRelocations = !Args.hasArg(OPT_mrelax_relocations_no); in CreateFromArgs()
451 MCOptions.X86RelaxRelocations = Opts.X86RelaxRelocations; in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h61 bool X86RelaxRelocations = true; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp220 if (!getContext().getTargetOptions()->X86RelaxRelocations) in getRelocType64()
272 if (!getContext().getTargetOptions()->X86RelaxRelocations) in getRelocType32()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp510 Options.MCOptions.X86RelaxRelocations = CodeGenOpts.X86RelaxRelocations; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def195 CODEGENOPT(X86RelaxRelocations, 1, 1, Benign) ///< -Wa,-mrelax-relocations={yes,no}
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp145 AddUnsigned(Conf.Options.MCOptions.X86RelaxRelocations); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp567 Ctx.getTargetOptions()->X86RelaxRelocations; in LowerTlsAddr()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7623 MarshallingInfoNegativeFlag<CodeGenOpts<"X86RelaxRelocations">>;