Home
last modified time | relevance | path

Searched defs:AArch64Operand (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp312 class AArch64Operand : public MCParsedAsmOperand { class
463 AArch64Operand(KindTy K, MCContext &Ctx) : Kind(K), Ctx(Ctx) {} in AArch64Operand() function in __anon65f0dadd0111::AArch64Operand
465 AArch64Operand(const AArch64Operand &o) : MCParsedAsmOperand(), Ctx(o.Ctx) { in AArch64Operand() function in __anon65f0dadd0111::AArch64Operand