Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h324 bool IsCsect; member
328 : SectionName(SectionName), MappingClass(MappingClass), IsCsect(true) {} in XCOFFSectionKey()
333 IsCsect(false) {} in XCOFFSectionKey()
336 if (IsCsect && Other.IsCsect)
339 if (IsCsect != Other.IsCsect)
340 return IsCsect;