OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitULEB128Bytes
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp
104
JCE->
emitULEB128Bytes
(RI->getDwarfRegNum(Src.getReg(), true));
107
JCE->
emitULEB128Bytes
(-Src.getOffset());
115
JCE->
emitULEB128Bytes
(RI->getDwarfRegNum(Dst.getReg(), true));
125
JCE->
emitULEB128Bytes
(Reg);
129
JCE->
emitULEB128Bytes
(Offset);
132
JCE->
emitULEB128Bytes
(Reg);
133
JCE->
emitULEB128Bytes
(Offset);
399
JCE->
emitULEB128Bytes
(TypeOffset);
403
JCE->
emitULEB128Bytes
(SizeSites);
438
JCE->
emitULEB128Bytes
(S.Action)
[
all
...]
/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/
ObjectCodeEmitter.h
88
///
emitULEB128Bytes
- This callback is invoked when a ULEB128 needs to be
90
void
emitULEB128Bytes
(uint64_t Value);
MachineCodeEmitter.h
175
///
emitULEB128Bytes
- This callback is invoked when a ULEB128 needs to be
177
void
emitULEB128Bytes
(uint64_t Value) {
JITCodeEmitter.h
173
///
emitULEB128Bytes
- This callback is invoked when a ULEB128 needs to be
175
void
emitULEB128Bytes
(uint64_t Value, unsigned PadTo = 0) {
BinaryObject.h
300
///
emitULEB128Bytes
- This callback is invoked when a ULEB128 needs to be
302
void
emitULEB128Bytes
(uint64_t Value) {
Completed in 55 milliseconds