Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp896 bool IsDwarfSec = DwarfSectionSubtypeFlags.has_value(); in getXCOFFSection() local
897 assert((IsDwarfSec != CsectProp.has_value()) && "Invalid XCOFF section!"); in getXCOFFSection()
901 IsDwarfSec ? XCOFFSectionKey(Section.str(), *DwarfSectionSubtypeFlags) in getXCOFFSection()
917 if (IsDwarfSec) in getXCOFFSection()
927 if (IsDwarfSec) in getXCOFFSection()
946 if (IsDwarfSec || CsectProp->MappingClass == XCOFF::XMC_PR) in getXCOFFSection()