HomeSort by relevance Sort by last modified time
    Searched refs:getLazyResolverFunction (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.h 53 /// getLazyResolverFunction - Expose the lazy resolver to the JIT.
54 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
MipsJITInfo.cpp 144 TargetJITInfo::LazyResolverFn MipsJITInfo::getLazyResolverFunction(
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.h 36 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
PPCJITInfo.cpp 344 PPCJITInfo::getLazyResolverFunction(JITCompilerFn Fn) {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h 95 /// getLazyResolverFunction - This method is used to initialize the JIT,
99 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.h 60 /// getLazyResolverFunction - Expose the lazy resolver to the JIT.
61 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
X86JITInfo.cpp 420 X86JITInfo::getLazyResolverFunction(JITCompilerFn F) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.h 74 /// getLazyResolverFunction - Expose the lazy resolver to the JIT.
75 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
ARMJITInfo.cpp 136 ARMJITInfo::getLazyResolverFunction(JITCompilerFn F) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 196 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
    [all...]

Completed in 438 milliseconds