Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp400 static cl::opt<bool> UniqueSectionNames( in CGOPT() local
H A DTargetLoweringObjectFileImpl.cpp2107 bool UniqueSectionNames = TM.getUniqueSectionNames(); in selectWasmSectionForGlobal() local
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h274 unsigned UniqueSectionNames : 1; variable