OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JITCompilerFn
(Results
1 - 10
of
10
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h
88
///
JITCompilerFn
- This typedef is used to represent the JIT function that
93
typedef void* (*
JITCompilerFn
)(void *);
99
virtual LazyResolverFn getLazyResolverFunction(
JITCompilerFn
) {
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.h
54
virtual LazyResolverFn getLazyResolverFunction(
JITCompilerFn
);
MipsJITInfo.cpp
35
static TargetJITInfo::
JITCompilerFn
JITCompilerFunction;
145
JITCompilerFn
F) {
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.h
36
virtual LazyResolverFn getLazyResolverFunction(
JITCompilerFn
);
PPCJITInfo.cpp
25
static TargetJITInfo::
JITCompilerFn
JITCompilerFunction;
344
PPCJITInfo::getLazyResolverFunction(
JITCompilerFn
Fn) {
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.h
61
virtual LazyResolverFn getLazyResolverFunction(
JITCompilerFn
);
X86JITInfo.cpp
50
static TargetJITInfo::
JITCompilerFn
JITCompilerFunction;
420
X86JITInfo::getLazyResolverFunction(
JITCompilerFn
F) {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.h
75
virtual LazyResolverFn getLazyResolverFunction(
JITCompilerFn
);
ARMJITInfo.cpp
35
static TargetJITInfo::
JITCompilerFn
JITCompilerFunction;
136
ARMJITInfo::getLazyResolverFunction(
JITCompilerFn
F) {
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp
196
LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(
JITCompilerFn
);
222
///
JITCompilerFn
- This function is called to resolve a stub to a compiled
225
static void *
JITCompilerFn
(void *Stub);
566
//
JITCompilerFn
will be able to find it.
570
//
JITCompilerFn
knows which function to compile!
631
///
JITCompilerFn
- This function is called when a lazy compilation stub has
634
void *JITResolver::
JITCompilerFn
(void *Stub) {
[
all
...]
Completed in 105 milliseconds