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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ObjectCodeEmitter.cpp 40 /// emitWordBE - This callback is invoked when a 32-bit word needs to be
42 void ObjectCodeEmitter::emitWordBE(uint32_t W) {
43 BO->emitWordBE(W);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
JITCodeEmitter.h 98 /// emitWordBE - This callback is invoked when a 32-bit word needs to be
101 void emitWordBE(uint32_t W) {
MachineCodeEmitter.h 109 /// emitWordBE - This callback is invoked when a 32-bit word needs to be
112 void emitWordBE(uint32_t W) {
BinaryObject.h 122 emitWordBE(W);
156 /// emitWordBE - This callback is invoked when a 32-bit word needs to be
159 inline void emitWordBE(uint32_t W) {

Completed in 45 milliseconds