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

  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 192 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
194 void emitSLEB128Bytes(int64_t Value) {
MachineCodeEmitter.h 189 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
191 void emitSLEB128Bytes(uint64_t Value) {

Completed in 19 milliseconds