Home
last modified time | relevance | path

Searched defs:UniqueSectionNames (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp402 static cl::opt<bool> UniqueSectionNames( in CGOPT() local
H A DTargetLoweringObjectFileImpl.cpp2154 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectWasmSectionForGlobal() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h274 unsigned UniqueSectionNames : 1; variable