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

/external/llvm/include/llvm/MC/
H A DMCInstBuilder.h50 MCInstBuilder &addExpr(const MCExpr *Val) { function in class:llvm::MCInstBuilder
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp235 /// addExpr - Add a Dwarf expression attribute data and value.
237 void DwarfUnit::addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr) { function in class:DwarfUnit
1620 addExpr(*Loc, dwarf::DW_FORM_udata,
/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h327 void addExpr(MCInst &Inst, const MCExpr *Expr) const { function in struct:llvm::X86Operand
373 addExpr(Inst, getImm());
381 addExpr(Inst, getMemDisp());
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp259 addExpr(Inst, Expr);
262 void addExpr(MCInst &Inst, const MCExpr *Expr) const{ function in class:__anon26131::SparcOperand
287 addExpr(Inst, Expr);
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp107 void addExpr(MCInst &Inst, const MCExpr *Expr) const { function in class:__anon26144::SystemZOperand
241 addExpr(Inst, getImm());
247 addExpr(Inst, Mem.Disp);
253 addExpr(Inst, Mem.Disp);
260 addExpr(Inst, Mem.Disp);
261 addExpr(Inst, Mem.Length);
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1112 void addExpr(MCInst &Inst, const MCExpr *Expr) const { function in class:__anon25952::AArch64Operand
1210 addExpr(Inst, getImm());
1216 addExpr(Inst, getShiftedImmVal());
1219 addExpr(Inst, getImm());
1233 addExpr(Inst, getImm());
1428 addExpr(Inst, getImm());
1442 addExpr(Inst, getImm());
1456 addExpr(Inst, getImm());
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp531 void addExpr(MCInst &Inst, const MCExpr *Expr) const { function in class:__anon26038::MipsOperand
638 addExpr(Inst, Expr);
647 addExpr(Inst, Expr);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp7673 BinaryOperator *addExpr = local
7680 addExpr);
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1693 void addExpr(MCInst &Inst, const MCExpr *Expr) const { function in class:__anon25988::ARMOperand
1807 addExpr(Inst, getImm());
2203 addExpr(Inst, getImm());
2218 addExpr(Inst, getImm());
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 440 milliseconds