Searched refs:emitSLEB128Bytes (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp126 JCE->emitSLEB128Bytes(Offset);
446 JCE->emitSLEB128Bytes(Action.ValueForTypeID);
448 JCE->emitSLEB128Bytes(Action.NextAction);
496 JCE->emitSLEB128Bytes(stackGrowth);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h192 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
194 void emitSLEB128Bytes(int64_t Value) { function in class:llvm::JITCodeEmitter
H A DMachineCodeEmitter.h188 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
190 void emitSLEB128Bytes(uint64_t Value) { function in class:llvm::MachineCodeEmitter

Completed in 62 milliseconds