Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCTargetAsmParser.h67 struct ParseInstructionInfo { struct
71 ParseInstructionInfo() : AsmRewrites(nullptr) {} in ParseInstructionInfo() argument
72 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseInstructionInfo() function
75 ~ParseInstructionInfo() {} in ~ParseInstructionInfo() argument