Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h125 UniqueSectionNames(true), UniqueBasicBlockSectionNames(false), in TargetOptions()
249 unsigned UniqueSectionNames : 1; variable
H A DTargetMachine.h261 bool getUniqueSectionNames() const { return Options.UniqueSectionNames; } in getUniqueSectionNames()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp84 CGOPT(bool, UniqueSectionNames) in CGOPT()
374 static cl::opt<bool> UniqueSectionNames( in CGOPT() local
377 CGBINDOPT(UniqueSectionNames); in CGOPT()
521 Options.UniqueSectionNames = getUniqueSectionNames(); in InitTargetOptionsFromCodeGenFlags()
H A DTargetLoweringObjectFileImpl.cpp2061 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectWasmSectionForGlobal() local
2070 if (EmitUniqueSection && UniqueSectionNames) { in selectWasmSectionForGlobal()
2075 if (EmitUniqueSection && !UniqueSectionNames) { in selectWasmSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp138 this->Options.UniqueSectionNames = true; in WebAssemblyTargetMachine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp558 Options.UniqueSectionNames = CodeGenOpts.UniqueSectionNames; in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def50 CODEGENOPT(UniqueSectionNames, 1, 1) ///< Set for -funique-section-names.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2749 CodeGenOpts<"UniqueSectionNames">, DefaultTrue,