HomeSort by relevance Sort by last modified time
    Searched defs:EmitValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 203 /// EmitValue - Emit integer of appropriate size.
205 void DIEInteger::EmitValue(AsmPrinter *Asm, dwarf::Form Form) const {
271 /// EmitValue - Emit expression value.
273 void DIEExpr::EmitValue(AsmPrinter *AP, dwarf::Form Form) const {
274 AP->OutStreamer.EmitValue(Expr, SizeOf(AP, Form));
297 /// EmitValue - Emit label value.
299 void DIELabel::EmitValue(AsmPrinter *AP, dwarf::Form Form) const {
325 /// EmitValue - Emit delta value.
327 void DIEDelta::EmitValue(AsmPrinter *AP, dwarf::Form Form) const {
350 /// EmitValue - Emit string value
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 107 /// EmitIntValue - Special case of EmitValue that avoids the client having to
142 EmitValue(ABS, Size);
146 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size,
168 EmitValue(E, 1);

Completed in 1809 milliseconds