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

  /external/llvm/lib/MC/
MCStreamer.cpp 70 EmitIntValue(dwarf::DW_LNS_extended_op, 1);
72 EmitIntValue(dwarf::DW_LNE_set_address, 1);
79 /// EmitIntValue - Special case of EmitValue that avoids the client having to
81 void MCStreamer::EmitIntValue(uint64_t Value, unsigned Size,
MCAsmStreamer.cpp 179 virtual void EmitIntValue(uint64_t Value, unsigned Size,
384 EmitIntValue(dwarf::DW_CFA_advance_loc4, 1);
602 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size,
624 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
625 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
627 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
628 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
    [all...]

Completed in 285 milliseconds