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 194 void DIEValue::EmitValue(const AsmPrinter *AP) const {
200 getDIE##T().EmitValue(AP, Form); \
240 /// EmitValue - Emit integer of appropriate size.
242 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
318 /// EmitValue - Emit expression value.
320 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
321 AP->OutStreamer->EmitValue(Expr, SizeOf(AP, Form));
340 /// EmitValue - Emit label value.
342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const {
365 /// EmitValue - Emit delta value
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 77 /// EmitIntValue - Special case of EmitValue that avoids the client having to
110 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) {
138 EmitValue(E, 1);
664 EmitValue(Diff, Size);

Completed in 130 milliseconds