Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
232 unsigned RelaxELFRelocations : 1; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h519 bool RelaxELFRelocations = true; variable
853 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
854 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp75 CGOPT(bool, RelaxELFRelocations) in CGOPT()
324 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local
329 CGBINDOPT(RelaxELFRelocations); in CGOPT()
507 Options.RelaxELFRelocations = getRelaxELFRelocations(); in InitTargetOptionsFromCodeGenFlags()
H A DLLVMTargetMachine.cpp78 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp93 unsigned RelaxELFRelocations : 1; member
235 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()
373 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssemblerImpl()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp84 c.Options.RelaxELFRelocations = true; in createConfig()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp524 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def33 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp118 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4830 MarshallingInfoFlag<CodeGenOpts<"RelaxELFRelocations">>;