Searched defs:UniqueSectionNames (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Target/ | ||
H A D | TargetOptions.h | 280 unsigned UniqueSectionNames : 1; global() variable |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | CommandFlags.cpp | 415 static cl::opt<bool> UniqueSectionNames( CGOPT() local |
H A D | TargetLoweringObjectFileImpl.cpp | 2199 bool UniqueSectionNames = TM.getUniqueSectionNames(); selectWasmSectionForGlobal() local |