Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h92 return S->getVariant() == SV_MachO; in classof()
H A DMCSectionCOFF.h97 static bool classof(const MCSection *S) { return S->getVariant() == SV_COFF; } in classof()
H A DMCSectionWasm.h92 static bool classof(const MCSection *S) { return S->getVariant() == SV_Wasm; } in classof()
H A DMCSectionELF.h110 return S->getVariant() == SV_ELF; in classof()
H A DMCSectionGOFF.h127 static bool classof(const MCSection *S) { return S->getVariant() == SV_GOFF; } in classof()
H A DMCSectionXCOFF.h99 return S->getVariant() == SV_XCOFF; in classof()
H A DMCSection.h147 SectionVariant getVariant() const { return Variant; } in getVariant() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1113 assert(Section->getVariant() == MCSection::SV_MachO && in emitZerofill()
1138 assert(Section->getVariant() == MCSection::SV_MachO && in emitTBSSSymbol()