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

  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 174 /// emitULEB128Bytes - This callback is invoked when a ULEB128 needs to be
176 void emitULEB128Bytes(uint64_t Value, unsigned PadTo = 0) {
MachineCodeEmitter.h 178 /// emitULEB128Bytes - This callback is invoked when a ULEB128 needs to be
180 void emitULEB128Bytes(uint64_t Value) {

Completed in 497 milliseconds