OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitInt32At
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineCodeEmitter.h
232
///
emitInt32At
- Emit the Int32 Value in Addr.
233
void
emitInt32At
(uintptr_t *Addr, uintptr_t Value) {
JITCodeEmitter.h
237
///
emitInt32At
- Emit the Int32 Value in Addr.
238
void
emitInt32At
(uintptr_t *Addr, uintptr_t Value) {
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp
530
JCE->
emitInt32At
((uintptr_t*)StartCommonPtr,
582
JCE->
emitInt32At
((uintptr_t*)StartEHPtr,
Completed in 39 milliseconds