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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ObjectCodeEmitter.cpp 70 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
72 void ObjectCodeEmitter::emitSLEB128Bytes(uint64_t Value) {
73 BO->emitSLEB128Bytes(Value);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
JITCodeEmitter.h 191 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
193 void emitSLEB128Bytes(int64_t Value) {
MachineCodeEmitter.h 186 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
188 void emitSLEB128Bytes(uint64_t Value) {
BinaryObject.h 311 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
313 void emitSLEB128Bytes(int64_t Value) {

Completed in 108 milliseconds