Searched refs:getVariant (Results 1 – 9 of 9) sorted by relevance
24 getVariant(uint64_t LLVMDisassembler_VariantKind) { in getVariant() function174 MCSymbolRefExpr::VariantKind Variant = getVariant(SymbolicOp.VariantKind); in tryAddingSymbolicOperand()
48 static bool classof(const MCSection *S) { return S->getVariant() == SV_GOFF; } in classof()
91 return S->getVariant() == SV_MachO; in classof()
91 static bool classof(const MCSection *S) { return S->getVariant() == SV_COFF; } in classof()
92 static bool classof(const MCSection *S) { return S->getVariant() == SV_Wasm; } in classof()
108 return S->getVariant() == SV_ELF; in classof()
99 return S->getVariant() == SV_XCOFF; in classof()
133 SectionVariant getVariant() const { return Variant; } in getVariant() function
1105 assert(Section->getVariant() == MCSection::SV_MachO && in emitZerofill()1130 assert(Section->getVariant() == MCSection::SV_MachO && in emitTBSSSymbol()