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.h146 XCOFFTracebackTable(true), UniqueSectionNames(true), in TargetOptions()
280 unsigned UniqueSectionNames : 1; variable
H A DTargetMachine.h285 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; } in getUniqueSectionNames()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp97 CGOPT(bool, UniqueSectionNames) in CGOPT()
415 static cl::opt<bool> UniqueSectionNames( in CGOPT() local
418 CGBINDOPT(UniqueSectionNames); in CGOPT()
580 Options.UniqueSectionNames = getUniqueSectionNames(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringObjectFileImpl.cpp2199 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectWasmSectionForGlobal() local
2208 if (EmitUniqueSection && UniqueSectionNames) { in selectWasmSectionForGlobal()
2213 if (EmitUniqueSection && !UniqueSectionNames) { in selectWasmSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp144 this->Options.UniqueSectionNames = true; in WebAssemblyTargetMachine()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp418 Options.UniqueSectionNames = CodeGenOpts.UniqueSectionNames; in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def58 CODEGENOPT(UniqueSectionNames, 1, 1) ///< Set for -funique-section-names.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4223 CodeGenOpts<"UniqueSectionNames">, DefaultTrue,