Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h122 DisableIntegratedAS(false), RelaxELFRelocations(false), in TargetOptions()
235 unsigned RelaxELFRelocations : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h509 bool RelaxELFRelocations = true; variable
831 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
832 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp76 CGOPT(bool, RelaxELFRelocations) in CGOPT()
330 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local
335 CGBINDOPT(RelaxELFRelocations); in CGOPT()
514 Options.RelaxELFRelocations = getRelaxELFRelocations(); in InitTargetOptionsFromCodeGenFlags()
H A DLLVMTargetMachine.cpp74 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp515 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp876 Conf.Options.RelaxELFRelocations = false; in createLTO()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def33 CODEGENOPT(RelaxELFRelocations, 1, 0) ///< -Wa,--mrelax-relocations
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp118 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4775 MarshallingInfoFlag<CodeGenOpts<"RelaxELFRelocations">>;