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.cpp784 bool IsDwarfSec = DwarfSectionSubtypeFlags.has_value(); in getXCOFFSection() local
785 assert((IsDwarfSec != CsectProp.has_value()) && "Invalid XCOFF section!"); in getXCOFFSection()
789 IsDwarfSec ? XCOFFSectionKey(Section.str(), *DwarfSectionSubtypeFlags) in getXCOFFSection()
805 if (IsDwarfSec) in getXCOFFSection()
819 if (IsDwarfSec) in getXCOFFSection()
843 if (!IsDwarfSec && CsectProp->MappingClass == XCOFF::XMC_PR) in getXCOFFSection()