Home
last modified time | relevance | path

Searched refs:JITCompilerFn (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetJITInfo.h93 typedef void* (*JITCompilerFn)(void *); typedef
99 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn) { in getLazyResolverFunction() argument
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsJITInfo.cpp35 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
145 JITCompilerFn F) { in getLazyResolverFunction()
DMipsJITInfo.h54 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCJITInfo.h36 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
DPPCJITInfo.cpp25 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
344 PPCJITInfo::getLazyResolverFunction(JITCompilerFn Fn) { in getLazyResolverFunction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp35 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
136 ARMJITInfo::getLazyResolverFunction(JITCompilerFn F) { in getLazyResolverFunction()
DARMJITInfo.h75 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.h61 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn);
DX86JITInfo.cpp50 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
420 X86JITInfo::getLazyResolverFunction(JITCompilerFn F) { in getLazyResolverFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp196 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn); in JITResolver()
225 static void *JITCompilerFn(void *Stub);
634 void *JITResolver::JITCompilerFn(void *Stub) { in JITCompilerFn() function in JITResolver
/external/llvm/docs/
DWritingAnLLVMBackend.rst1926 JITCompilerFn F) {