Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp339 class AArch64Operand : public MCParsedAsmOperand { global() class
520 AArch64Operand(KindTy K, MCContext &Ctx) : Kind(K), Ctx(Ctx) {} AArch64Operand() function in __anon58533a440111::AArch64Operand
522 AArch64Operand(const AArch64Operand &o) : MCParsedAsmOperand(), Ctx(o.Ctx) { AArch64Operand() function in __anon58533a440111::AArch64Operand
[all...]