Searched refs:ParsedOperands (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp105 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 8> ParsedOperands; member in struct:__anon25885::ParseStatementInfo
1576 Info.ParsedOperands);
1584 for (unsigned i = 0; i != Info.ParsedOperands.size(); ++i) {
1587 Info.ParsedOperands[i]->print(OS);
1635 Info.ParsedOperands, Out,
4505 for (unsigned i = 1, e = Info.ParsedOperands.size(); i != e; ++i) {
4506 MCParsedAsmOperand &Operand = *Info.ParsedOperands[i];

Completed in 48 milliseconds