Searched refs:JITCompilerFunction (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp78 /// JITCompilerFunction - This contains the address of the JIT function used to
80 static TargetJITInfo::JITCompilerFn JITCompilerFunction; variable
166 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr);
191 JITCompilerFunction = F;
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp33 /// JITCompilerFunction - This contains the address of the JIT function used to
35 static TargetJITInfo::JITCompilerFn JITCompilerFunction; variable
118 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)StubAddr);
137 JITCompilerFunction = F;
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp25 static TargetJITInfo::JITCompilerFn JITCompilerFunction; variable
304 void *Target = JITCompilerFunction(StubCallAddr);
348 JITCompilerFunction = Fn;
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcJITInfo.cpp23 /// JITCompilerFunction - This contains the address of the JIT function used to
25 static TargetJITInfo::JITCompilerFn JITCompilerFunction; variable
189 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr);
267 JITCompilerFunction = F;
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.cpp48 /// JITCompilerFunction - This contains the address of the JIT function used to
50 static TargetJITInfo::JITCompilerFn JITCompilerFunction; variable
377 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)RetAddr);
426 JITCompilerFunction = F;

Completed in 290 milliseconds