Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp146 class AArch64Operand : public MCParsedAsmOperand { class
260 AArch64Operand(KindTy K, MCContext &Ctx) : Kind(K), Ctx(Ctx) {} in AArch64Operand() function in __anon26fd99540211::AArch64Operand
262 AArch64Operand(const AArch64Operand &o) : MCParsedAsmOperand(), Ctx(o.Ctx) { in AArch64Operand() function in __anon26fd99540211::AArch64Operand