Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp108 if (getKind().isMetadata() && isDwarfSect()) { in PrintSwitchToSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h112 bool isDwarfSect() const { return DwarfSubtypeFlags.hasValue(); } in isDwarfSect() function