search for: memstart

Displaying 1 result from an estimated 1 matches for "memstart".

2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
...arser->Lex(); const MCExpr *Val; - if (getParser().ParseExpression(Val, End)) + if (Parser->ParseExpression(Val, End)) return 0; return X86Operand::CreateImm(Val, Start, End); } @@ -460,14 +522,14 @@ X86Operand *X86ATTAsmParser::ParseMemOperand(unsigned SegReg, SMLoc MemStart) { // of a memory operand with a missing displacement "(%ebx)" or "(,%eax)". The // only way to do this without lookahead is to eat the '(' and see what is // after it. - const MCExpr *Disp = MCConstantExpr::Create(0, getParser().getContext()); - if (getLexer...