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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DObjectCodeEmitter.cpp70 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
72 void ObjectCodeEmitter::emitSLEB128Bytes(uint64_t Value) { function in class:llvm::ObjectCodeEmitter
73 BO->emitSLEB128Bytes(Value);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DObjectCodeEmitter.h92 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
94 void emitSLEB128Bytes(uint64_t Value);
H A DJITCodeEmitter.h191 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
193 void emitSLEB128Bytes(int64_t Value) { function in class:llvm::JITCodeEmitter
H A DMachineCodeEmitter.h186 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
188 void emitSLEB128Bytes(uint64_t Value) { function in class:llvm::MachineCodeEmitter
H A DBinaryObject.h311 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
313 void emitSLEB128Bytes(int64_t Value) { function in class:llvm::BinaryObject
/external/swiftshader/third_party/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);

Completed in 305 milliseconds