Searched defs:ParseInstructionInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCTargetAsmParser.h61 struct ParseInstructionInfo { struct in namespace:llvm
65 ParseInstructionInfo() : AsmRewrites(0) {} function in struct:llvm::ParseInstructionInfo
66 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites) function in struct:llvm::ParseInstructionInfo
69 ~ParseInstructionInfo() {}
128 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,

Completed in 63 milliseconds