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

  /external/llvm/lib/MC/
MCWin64EH.cpp 74 streamer.EmitIntValue(b2, 1);
80 streamer.EmitIntValue(b2, 1);
82 streamer.EmitIntValue(w, 2);
85 streamer.EmitIntValue(b2, 1);
88 streamer.EmitIntValue(w, 2);
93 streamer.EmitIntValue(b2, 1);
97 streamer.EmitIntValue(b1, 1);
98 streamer.EmitIntValue(b2, 1);
104 streamer.EmitIntValue(b2, 1);
108 streamer.EmitIntValue(w, 2)
    [all...]
MCDwarf.cpp 148 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);
153 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1);
158 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1);
163 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1);
166 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1);
168 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1);
170 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1);
231 MCOS->EmitIntValue(2, 2);
245 MCOS->EmitIntValue(DWARF2_LINE_MIN_INSN_LENGTH, 1);
246 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1)
    [all...]
MCAsmStreamer.cpp 182 virtual void EmitIntValue(uint64_t Value, unsigned Size,
387 EmitIntValue(dwarf::DW_CFA_advance_loc4, 1);
610 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size,
632 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
633 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
635 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
636 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
    [all...]
MCStreamer.cpp 69 EmitIntValue(dwarf::DW_LNS_extended_op, 1);
71 EmitIntValue(dwarf::DW_LNE_set_address, 1);
78 /// EmitIntValue - Special case of EmitValue that avoids the client having to
80 void MCStreamer::EmitIntValue(uint64_t Value, unsigned Size,
MCObjectStreamer.cpp 99 EmitIntValue(AbsValue, Size, AddrSpace);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 61 OutStreamer.EmitIntValue(Val, 1, 0/*addrspace*/);
105 OutStreamer.EmitIntValue(Val, 1, 0/*addrspace*/);
AsmPrinter.cpp 398 OutStreamer.EmitIntValue(0, PtrSize, 0);
    [all...]
OcamlGCPrinter.cpp 103 AP.OutStreamer.EmitIntValue(0, IntPtrSize, 0);
DwarfException.cpp 611 Asm->OutStreamer.EmitIntValue(0, 4/*size*/, 0/*addrspace*/);
690 Asm->OutStreamer.EmitIntValue(0,Asm->GetSizeOfEncodedValue(TTypeEncoding),
DIE.cpp 199 Asm->OutStreamer.EmitIntValue(Integer, Size, 0/*addrspace*/);
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 377 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
378 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
380 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
381 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 515 getStreamer().EmitIntValue(0, 1);
519 getStreamer().EmitIntValue(0, 1);
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 182 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4);
184 Streamer.EmitIntValue(0, 1); // '\0'
186 Streamer.EmitIntValue(ARMBuildAttrs::File, 1);
187 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4);
201 Streamer.EmitIntValue(0, 1); // '\0'
627 OutStreamer.EmitIntValue(0, 4/*size*/, 0/*addrspace*/);
823 OutStreamer.EmitIntValue(0x41, 1);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 426 Streamer.EmitIntValue(VersionVal, 4);
427 Streamer.EmitIntValue(GCFlags, 4);
  /external/llvm/include/llvm/MC/
MCStreamer.h 412 /// EmitIntValue - Special case of EmitValue that avoids the client having
414 virtual void EmitIntValue(uint64_t Value, unsigned Size,
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 647 OutStreamer.EmitIntValue(0, isPPC64 ? 8 : 4/*size*/, 0/*addrspace*/);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 559 OutStreamer.EmitIntValue(0, 4/*size*/, 0/*addrspace*/);

Completed in 1163 milliseconds