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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.cpp 33 /// JITCompilerFunction - This contains the address of the JIT function used to
35 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
121 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr);
146 JITCompilerFunction = F;
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.cpp 25 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
302 void *Target = JITCompilerFunction(StubCallAddr);
345 JITCompilerFunction = Fn;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp 48 /// JITCompilerFunction - This contains the address of the JIT function used to
50 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
373 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)RetAddr);
421 JITCompilerFunction = F;

Completed in 240 milliseconds