Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h146 UniqueSectionNames(true), UniqueBasicBlockSectionNames(false), in TargetOptions()
279 unsigned UniqueSectionNames : 1; variable
H A DTargetMachine.h286 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; } in getUniqueSectionNames()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp97 CGOPT(bool, UniqueSectionNames) in CGOPT()
413 static cl::opt<bool> UniqueSectionNames( in CGOPT() local
416 CGBINDOPT(UniqueSectionNames); in CGOPT()
572 Options.UniqueSectionNames = getUniqueSectionNames(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringObjectFileImpl.cpp2196 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectWasmSectionForGlobal() local
2205 if (EmitUniqueSection && UniqueSectionNames) { in selectWasmSectionForGlobal()
2210 if (EmitUniqueSection && !UniqueSectionNames) { in selectWasmSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp142 this->Options.UniqueSectionNames = true; in WebAssemblyTargetMachine()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp408 Options.UniqueSectionNames = CodeGenOpts.UniqueSectionNames; in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def56 CODEGENOPT(UniqueSectionNames, 1, 1) ///< Set for -funique-section-names.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4026 CodeGenOpts<"UniqueSectionNames">, DefaultTrue,