Searched defs:LazyResolverFn (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h79 /// LazyResolverFn - This typedef is used to represent the function that
83 typedef void (*LazyResolverFn)(); typedef in class:llvm::TargetJITInfo
89 /// by the LazyResolverFn.
96 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn) {
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp168 /// LazyResolverFn - The target lazy resolver function that we actually
170 TargetJITInfo::LazyResolverFn LazyResolverFn; member in class:__anon25847::JITResolver
193 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
515 ? (void *)(intptr_t)LazyResolverFn : (void *)nullptr;
534 if (Actual != (void*)(intptr_t)LazyResolverFn) {

Completed in 109 milliseconds