Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h134 RelaxELFRelocations(true), FunctionSections(false), in TargetOptions()
260 unsigned RelaxELFRelocations : 1; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h533 bool RelaxELFRelocations = true; variable
879 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations()
880 void setRelaxELFRelocations(bool V) { RelaxELFRelocations = V; } in setRelaxELFRelocations()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp85 CGOPT(bool, RelaxELFRelocations) in CGOPT()
358 static cl::opt<bool> RelaxELFRelocations( in CGOPT() local
363 CGBINDOPT(RelaxELFRelocations); in CGOPT()
542 Options.RelaxELFRelocations = getRelaxELFRelocations(); in InitTargetOptionsFromCodeGenFlags()
H A DLLVMTargetMachine.cpp77 TmpAsmInfo->setRelaxELFRelocations(Options.RelaxELFRelocations); in initAsmInfo()
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp94 unsigned RelaxELFRelocations : 1; member
263 Opts.RelaxELFRelocations = !Args.hasArg(OPT_mrelax_relocations_no); in CreateFromArgs()
415 MAI->setRelaxELFRelocations(Opts.RelaxELFRelocations); in ExecuteAssemblerImpl()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp384 Options.RelaxELFRelocations = CodeGenOpts.RelaxELFRelocations; in initTargetOptions()
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp874 Conf.Options.RelaxELFRelocations = false; in createLTO()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def33 CODEGENOPT(RelaxELFRelocations, 1, 1) ///< -Wa,-mrelax-relocations={yes,no}
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp121 AddUnsigned(Conf.Options.RelaxELFRelocations); in computeLTOCacheKey()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5438 MarshallingInfoNegativeFlag<CodeGenOpts<"RelaxELFRelocations">>;