OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emitFunctionStub
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Target/
TargetJITInfo.h
63
///
emitFunctionStub
- Use the specified JITCodeEmitter object to emit a
68
virtual void *
emitFunctionStub
(const Function* F, void *Target,
70
llvm_unreachable("This target doesn't implement
emitFunctionStub
!");
/external/llvm/lib/Target/ARM/
ARMJITInfo.cpp
155
// 4-byte address. See
emitFunctionStub
for details.
160
void *ARMJITInfo::
emitFunctionStub
(const Function* F, void *Fn,
/external/llvm/lib/Target/Mips/
MipsJITInfo.cpp
198
//
emitFunctionStub
for details.
203
void *MipsJITInfo::
emitFunctionStub
(const Function *F, void *Fn,
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp
311
// emitted by
emitFunctionStub
, rather than the instruction after it.
335
//
emitFunctionStub
.
377
void *PPCJITInfo::
emitFunctionStub
(const Function* F, void *Fn,
/external/llvm/lib/Target/Sparc/
SparcJITInfo.cpp
224
// See
emitFunctionStub
and emitInstrForIndirectJump for details.
229
void *SparcJITInfo::
emitFunctionStub
(const Function *F, void *Fn,
/external/llvm/lib/Target/X86/
X86JITInfo.cpp
477
void *X86JITInfo::
emitFunctionStub
(const Function* F, void *Target,
Completed in 408 milliseconds