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 67 EmitIntValue(dwarf::DW_LNS_extended_op, 1);
69 EmitIntValue(dwarf::DW_LNE_set_address, 1);
76 /// EmitIntValue - Special case of EmitValue that avoids the client having to
78 void MCStreamer::EmitIntValue(uint64_t Value, unsigned Size,
MCAsmStreamer.cpp 183 virtual void EmitIntValue(uint64_t Value, unsigned Size,
403 EmitIntValue(dwarf::DW_CFA_advance_loc4, 1);
632 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size,
654 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
655 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
657 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
658 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
    [all...]

Completed in 31 milliseconds