OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitInt64
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp
460
JCE->
emitInt64
((intptr_t)Jit.getOrEmitGlobalVariable(GV));
465
JCE->
emitInt64
(0);
512
JCE->
emitInt64
(((intptr_t)Jit.getPointerToGlobal(Personality)));
567
JCE->
emitInt64
(ExceptionTable-(unsigned char*)JCE->getCurrentPCValue());
569
JCE->
emitInt64
((int)0);
588
JCE->
emitInt64
(0);
589
JCE->
emitInt64
(0);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineCodeEmitter.h
222
///
emitInt64
- Emit a int64 directive.
223
void
emitInt64
(uint64_t Value) {
JITCodeEmitter.h
227
///
emitInt64
- Emit a int64 directive.
228
void
emitInt64
(uint64_t Value) {
Completed in 37 milliseconds