Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h134 RelaxELFRelocations(false), FunctionSections(false), in TargetOptions()
260 unsigned RelaxELFRelocations : 1; variable
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h531 bool RelaxELFRelocations = true; variable
875 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
876 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp83 CGOPT(bool, RelaxELFRelocations) in CGOPT()
356 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local
361 CGBINDOPT(RelaxELFRelocations); in CGOPT()
540 Options.RelaxELFRelocations = getRelaxELFRelocations(); in InitTargetOptionsFromCodeGenFlags()
H A DLLVMTargetMachine.cpp77 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp93 unsigned RelaxELFRelocations : 1; member
244 Opts.RelaxELFRelocations = Args.hasArg(OPT_mrelax_relocations); in CreateFromArgs()
392 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssemblerImpl()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp80 c.Options.RelaxELFRelocations = true; in createConfig()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp377 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp888 Conf.Options.RelaxELFRelocations = false; in createLTO()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def33 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp120 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5280 MarshallingInfoFlag<CodeGenOpts<"RelaxELFRelocations">>;