HomeSort by relevance Sort by last modified time
    Searched defs:emitByte (Results 1 - 13 of 13) 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);
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 92 milliseconds