Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h129 XCOFFTracebackTable(true), UniqueSectionNames(true), in TargetOptions()
265 unsigned UniqueSectionNames : 1; variable
H A DTargetMachine.h317 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; } in getUniqueSectionNames()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp97 CGOPT(bool, UniqueSectionNames) in CGOPT()
416 static cl::opt<bool> UniqueSectionNames( in CGOPT() local
419 CGBINDOPT(UniqueSectionNames); in CGOPT()
585 Options.UniqueSectionNames = getUniqueSectionNames(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringObjectFileImpl.cpp2266 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectWasmSectionForGlobal() local
2275 if (EmitUniqueSection && UniqueSectionNames) { in selectWasmSectionForGlobal()
2280 if (EmitUniqueSection && !UniqueSectionNames) { in selectWasmSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp228 this->Options.UniqueSectionNames = true; in WebAssemblyTargetMachine()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp453 Options.UniqueSectionNames = CodeGenOpts.UniqueSectionNames; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def49 CODEGENOPT(UniqueSectionNames, 1, 1, Benign) ///< Set for -funique-section-names.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4484 CodeGenOpts<"UniqueSectionNames">, DefaultTrue,