Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h143 DisableIntegratedAS(false), RelaxELFRelocations(true), in TargetOptions()
265 unsigned RelaxELFRelocations : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h536 bool RelaxELFRelocations = true; variable
888 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
889 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp88 CGOPT(bool, RelaxELFRelocations) in CGOPT()
364 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local
369 CGBINDOPT(RelaxELFRelocations); in CGOPT()
565 Options.RelaxELFRelocations = getRelaxELFRelocations(); in InitTargetOptionsFromCodeGenFlags()
H A DLLVMTargetMachine.cpp82 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp95 unsigned RelaxELFRelocations : 1; member
269 Opts.RelaxELFRelocations = !Args.hasArg(OPT_mrelax_relocations_no); in CreateFromArgs()
424 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssemblerImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp360 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def39 CODEGENOPT(RelaxELFRelocations, 1, 1) ///< -Wa,-mrelax-relocations={yes,no}
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp129 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6798 MarshallingInfoNegativeFlag<CodeGenOpts<"RelaxELFRelocations">>;