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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ObjectCodeEmitter.cpp 28 /// emitByte - This callback is invoked when a byte needs to be
30 void ObjectCodeEmitter::emitByte(uint8_t B) {
31 BO->emitByte(B);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
JITCodeEmitter.h 76 /// emitByte - This callback is invoked when a byte needs to be written to the
79 void emitByte(uint8_t B) {
180 emitByte(Byte);
186 emitByte(Byte);
202 emitByte(Byte);
212 emitByte(C);
214 emitByte(0);
MachineCodeEmitter.h 79 /// emitByte - This callback is invoked when a byte needs to be written to the
82 void emitByte(uint8_t B) {
182 emitByte(Byte);
197 emitByte(Byte);
207 emitByte(C);
209 emitByte(0);
BinaryObject.h 75 emitByte(0);
78 /// emitByte - This callback is invoked when a byte needs to be
80 inline void emitByte(uint8_t B) {
307 emitByte(Byte);
322 emitByte(Byte);
331 emitByte(C);
333 emitByte(0);

Completed in 2744 milliseconds