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.h300 bool IsCsect; member
304 : SectionName(SectionName), MappingClass(MappingClass), IsCsect(true) {} in XCOFFSectionKey()
309 IsCsect(false) {} in XCOFFSectionKey()
312 if (IsCsect && Other.IsCsect)
315 if (IsCsect != Other.IsCsect)
316 return IsCsect;