HomeSort by relevance Sort by last modified time
    Searched defs:LazyResolverFn (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h 82 /// LazyResolverFn - This typedef is used to represent the function that
86 typedef void (*LazyResolverFn)();
92 /// by the LazyResolverFn.
99 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 171 /// LazyResolverFn - The target lazy resolver function that we actually
173 TargetJITInfo::LazyResolverFn LazyResolverFn;
196 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
535 ? (void *)(intptr_t)LazyResolverFn : (void *)0;
554 if (Actual != (void*)(intptr_t)LazyResolverFn) {
    [all...]

Completed in 378 milliseconds