HomeSort by relevance Sort by last modified time
    Searched refs: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 177 /// emitULEB128Bytes - This callback is invoked when a ULEB128 needs to be
179 void emitULEB128Bytes(uint64_t Value) {

Completed in 285 milliseconds