OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LazyResolverFn
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Target/
TargetJITInfo.h
79
///
LazyResolverFn
- This typedef is used to represent the function that
83
typedef void (*
LazyResolverFn
)();
89
/// by the
LazyResolverFn
.
96
virtual
LazyResolverFn
getLazyResolverFunction(JITCompilerFn) {
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
168
///
LazyResolverFn
- The target lazy resolver function that we actually
170
TargetJITInfo::
LazyResolverFn
LazyResolverFn
;
193
LazyResolverFn
= jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
515
? (void *)(intptr_t)
LazyResolverFn
: (void *)nullptr;
534
if (Actual != (void*)(intptr_t)
LazyResolverFn
) {
[
all
...]
Completed in 506 milliseconds