OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emitULEB128Bytes
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
ObjectCodeEmitter.cpp
64
///
emitULEB128Bytes
- This callback is invoked when a ULEB128 needs to be
66
void ObjectCodeEmitter::
emitULEB128Bytes
(uint64_t Value) {
67
BO->
emitULEB128Bytes
(Value);
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
173
///
emitULEB128Bytes
- This callback is invoked when a ULEB128 needs to be
175
void
emitULEB128Bytes
(uint64_t Value, unsigned PadTo = 0) {
MachineCodeEmitter.h
175
///
emitULEB128Bytes
- This callback is invoked when a ULEB128 needs to be
177
void
emitULEB128Bytes
(uint64_t Value) {
BinaryObject.h
300
///
emitULEB128Bytes
- This callback is invoked when a ULEB128 needs to be
302
void
emitULEB128Bytes
(uint64_t Value) {
Completed in 831 milliseconds