Searched defs:X86JITInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86JITInfo.h1 //===-- X86JITInfo.h - X86 implementation of the JIT interface --*- C++ -*-===//
24 class X86JITInfo : public TargetJITInfo { class in namespace:llvm
29 explicit X86JITInfo(bool UseSSE);
H A DX86JITInfo.cpp1 //===-- X86JITInfo.cpp - Implement the JIT interfaces for the X86 target --===//
14 #include "X86JITInfo.h"
35 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
425 X86JITInfo::getLazyResolverFunction(JITCompilerFn F) {
443 X86JITInfo::X86JITInfo(bool UseSSE) { function in class:X86JITInfo
449 void *X86JITInfo::emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
466 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() {
477 void *X86JITInfo::emitFunctionStub(const Function* F, void *Target,
528 uintptr_t X86JITInfo
[all...]

Completed in 58 milliseconds