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

  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 126 JCE->emitSLEB128Bytes(Offset);
446 JCE->emitSLEB128Bytes(Action.ValueForTypeID);
448 JCE->emitSLEB128Bytes(Action.NextAction);
496 JCE->emitSLEB128Bytes(stackGrowth);
  /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 30 milliseconds