Lines Matching defs:X86JITInfo
1 //===-- X86JITInfo.cpp - Implement the JIT interfaces for the X86 target --===//
15 #include "X86JITInfo.h"
34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
424 X86JITInfo::getLazyResolverFunction(JITCompilerFn F) {
437 X86JITInfo::X86JITInfo(X86TargetMachine &tm) : TM(tm) {
443 void *X86JITInfo::emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
460 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() {
471 void *X86JITInfo::emitFunctionStub(const Function* F, void *Target,
522 uintptr_t X86JITInfo::getPICJumpTableEntry(uintptr_t BB, uintptr_t Entry) {
542 void X86JITInfo::relocate(void *Function, MachineRelocation *MR,
575 char* X86JITInfo::allocateThreadLocalMemory(size_t size) {