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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp 106 void MipsELFStreamer::EmitIntValue(uint64_t Value, unsigned Size) {
107 MCELFStreamer::EmitIntValue(Value, Size);
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 177 void EmitIntValue(uint64_t Value, unsigned Size) override;
778 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size) {
824 EmitIntValue(ValueToEmit, EmissionSize);
    [all...]
MCStreamer.cpp 82 /// EmitIntValue - Special case of EmitValue that avoids the client having to
84 void MCStreamer::EmitIntValue(uint64_t Value, unsigned Size) {
142 EmitIntValue(FillValue, 1);
149 EmitIntValue(Expr, NonZeroSize);
151 EmitIntValue(0, Size - NonZeroSize);
  /external/swiftshader/third_party/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 175 virtual void EmitIntValue(uint64_t Value, unsigned Size,
379 EmitIntValue(dwarf::DW_CFA_advance_loc4, 1);
597 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size,
619 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
620 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
622 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
623 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAsmStreamer.cpp 194 void EmitIntValue(uint64_t Value, unsigned Size) override;
896 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size) {
    [all...]
MCStreamer.cpp 110 /// EmitIntValue - Special case of EmitValue that avoids the client having to
112 void MCStreamer::EmitIntValue(uint64_t Value, unsigned Size) {
    [all...]

Completed in 125 milliseconds