Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionXCOFF.cpp108 if (getKind().isMetadata() && isDwarfSect()) { in PrintSwitchToSection()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionXCOFF.h112 bool isDwarfSect() const { return DwarfSubtypeFlags.hasValue(); } in isDwarfSect() function