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

/external/llvm/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp181 void addExpr(MCInst &Inst, const MCExpr *Expr) const { function in struct:__anon8910::MBlazeOperand
198 addExpr(Inst, getImm());
203 addExpr(Inst, getFslImm());
215 addExpr(Inst, getMemOff());
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp163 void addExpr(MCInst &Inst, const MCExpr *Expr) const{ function in class:__anon8937::MipsOperand
176 addExpr(Inst,Expr);
185 addExpr(Inst,Expr);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp373 void addExpr(MCInst &Inst, const MCExpr *Expr) const { function in struct:__anon8982::X86Operand
388 addExpr(Inst, getImm());
430 addExpr(Inst, getMemDisp());
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1396 void addExpr(MCInst &Inst, const MCExpr *Expr) const { function in class:__anon8852::ARMOperand
1510 addExpr(Inst, getImm());
1828 addExpr(Inst, getImm());
1843 addExpr(Inst, getImm());
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp7473 BinaryOperator *addExpr = local
7480 addExpr);

Completed in 202 milliseconds