Home
last modified time | relevance | path

Searched refs:UniqueSectionNames (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h125 UniqueSectionNames(true), UniqueBasicBlockSectionNames(false), in TargetOptions()
246 unsigned UniqueSectionNames : 1; variable
H A DTargetMachine.h261 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; } in getUniqueSectionNames()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp83 CGOPT(bool, UniqueSectionNames) in CGOPT()
368 static cl::opt<bool> UniqueSectionNames( in CGOPT() local
371 CGBINDOPT(UniqueSectionNames); in CGOPT()
514 Options.UniqueSectionNames = getUniqueSectionNames(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringObjectFileImpl.cpp2081 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectWasmSectionForGlobal() local
2090 if (EmitUniqueSection && UniqueSectionNames) { in selectWasmSectionForGlobal()
2095 if (EmitUniqueSection && !UniqueSectionNames) { in selectWasmSectionForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp145 this->Options.UniqueSectionNames = true; in WebAssemblyTargetMachine()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp566 Options.UniqueSectionNames = CodeGenOpts.UniqueSectionNames; in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def50 CODEGENOPT(UniqueSectionNames, 1, 1) ///< Set for -funique-section-names.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2782 CodeGenOpts<"UniqueSectionNames">, DefaultTrue,