OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitULEB128Bytes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
174
///
emitULEB128Bytes
- This callback is invoked when a ULEB128 needs to be
176
void
emitULEB128Bytes
(uint64_t Value, unsigned PadTo = 0) {
MachineCodeEmitter.h
177
///
emitULEB128Bytes
- This callback is invoked when a ULEB128 needs to be
179
void
emitULEB128Bytes
(uint64_t Value) {
Completed in 285 milliseconds