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

  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 78 /// JITCompilerFunction - This contains the address of the JIT function used to
80 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
166 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr);
191 JITCompilerFunction = F;
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 33 /// JITCompilerFunction - This contains the address of the JIT function used to
35 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
118 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)StubAddr);
137 JITCompilerFunction = F;
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 25 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
304 void *Target = JITCompilerFunction(StubCallAddr);
348 JITCompilerFunction = Fn;
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 48 /// JITCompilerFunction - This contains the address of the JIT function used to
50 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
377 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)RetAddr);
426 JITCompilerFunction = F;

Completed in 95 milliseconds