OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emitSLEB128Bytes
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
ObjectCodeEmitter.cpp
70
///
emitSLEB128Bytes
- This callback is invoked when a SLEB128 needs to be
72
void ObjectCodeEmitter::
emitSLEB128Bytes
(uint64_t Value) {
73
BO->
emitSLEB128Bytes
(Value);
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
191
///
emitSLEB128Bytes
- This callback is invoked when a SLEB128 needs to be
193
void
emitSLEB128Bytes
(int64_t Value) {
MachineCodeEmitter.h
186
///
emitSLEB128Bytes
- This callback is invoked when a SLEB128 needs to be
188
void
emitSLEB128Bytes
(uint64_t Value) {
BinaryObject.h
311
///
emitSLEB128Bytes
- This callback is invoked when a SLEB128 needs to be
313
void
emitSLEB128Bytes
(int64_t Value) {
Completed in 21 milliseconds