OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emitFunctionStub
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h
64
///
emitFunctionStub
- Use the specified JITCodeEmitter object to emit a
69
virtual void *
emitFunctionStub
(const Function* F, void *Target,
71
assert(0 && "This target doesn't implement
emitFunctionStub
!");
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp
154
// 4-byte address. See
emitFunctionStub
for details.
159
void *ARMJITInfo::
emitFunctionStub
(const Function* F, void *Fn,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.cpp
152
//
emitFunctionStub
for details.
157
void *MipsJITInfo::
emitFunctionStub
(const Function* F, void *Fn,
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.cpp
298
// emitted by
emitFunctionStub
, rather than the instruction after it.
322
//
emitFunctionStub
.
363
void *PPCJITInfo::
emitFunctionStub
(const Function* F, void *Fn,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp
465
void *X86JITInfo::
emitFunctionStub
(const Function* F, void *Target,
Completed in 164 milliseconds