OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JITCompilerFn
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Target/
TargetJITInfo.h
85
///
JITCompilerFn
- This typedef is used to represent the JIT function that
90
typedef void* (*
JITCompilerFn
)(void *);
96
virtual LazyResolverFn getLazyResolverFunction(
JITCompilerFn
) {
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
199
LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(
JITCompilerFn
);
225
///
JITCompilerFn
- This function is called to resolve a stub to a compiled
228
static void *
JITCompilerFn
(void *Stub);
551
//
JITCompilerFn
will be able to find it.
555
//
JITCompilerFn
knows which function to compile!
616
///
JITCompilerFn
- This function is called when a lazy compilation stub has
619
void *JITResolver::
JITCompilerFn
(void *Stub) {
[
all
...]
Completed in 189 milliseconds