Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h294 bool IsCsect; member
298 : SectionName(SectionName), MappingClass(MappingClass), IsCsect(true) {} in XCOFFSectionKey()
303 IsCsect(false) {} in XCOFFSectionKey()
306 if (IsCsect && Other.IsCsect)
309 if (IsCsect != Other.IsCsect)
310 return IsCsect;