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

  /external/llvm/include/llvm/Target/
TargetJITInfo.h 85 /// JITCompilerFn - This typedef is used to represent the JIT function that
90 typedef void* (*JITCompilerFn)(void *);
96 virtual LazyResolverFn getLazyResolverFunction(JITCompilerFn) {
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 33 LazyResolverFn getLazyResolverFunction(JITCompilerFn) override;
PPCJITInfo.cpp 26 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
358 PPCJITInfo::getLazyResolverFunction(JITCompilerFn Fn) {
  /external/llvm/lib/Target/Sparc/
SparcJITInfo.h 51 LazyResolverFn getLazyResolverFunction(JITCompilerFn) override;
SparcJITInfo.cpp 26 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
268 SparcJITInfo::getLazyResolverFunction(JITCompilerFn F) {
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 53 LazyResolverFn getLazyResolverFunction(JITCompilerFn) override;
MipsJITInfo.cpp 81 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
191 JITCompilerFn F) {
  /external/llvm/lib/Target/X86/
X86JITInfo.h 59 LazyResolverFn getLazyResolverFunction(JITCompilerFn) override;
X86JITInfo.cpp 51 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
425 X86JITInfo::getLazyResolverFunction(JITCompilerFn F) {
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 74 LazyResolverFn getLazyResolverFunction(JITCompilerFn) override;
ARMJITInfo.cpp 36 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
137 ARMJITInfo::getLazyResolverFunction(JITCompilerFn F) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 193 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
219 /// JITCompilerFn - This function is called to resolve a stub to a compiled
222 static void *JITCompilerFn(void *Stub);
546 // JITCompilerFn will be able to find it.
550 // JITCompilerFn knows which function to compile!
611 /// JITCompilerFn - This function is called when a lazy compilation stub has
614 void *JITResolver::JITCompilerFn(void *Stub) {
    [all...]

Completed in 1260 milliseconds