Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h323 bool IsCsect; member
327 : SectionName(SectionName), MappingClass(MappingClass), IsCsect(true) {} in XCOFFSectionKey()
332 IsCsect(false) {} in XCOFFSectionKey()
335 if (IsCsect && Other.IsCsect)
338 if (IsCsect != Other.IsCsect)
339 return IsCsect;