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

  /external/llvm/lib/Target/
TargetJITInfo.cpp 1 //===- Target/TargetJITInfo.h - Target Information for JIT ------*- C++ -*-===//
10 #include "llvm/Target/TargetJITInfo.h"
14 void TargetJITInfo::anchor() { }
Android.mk 7 TargetJITInfo.cpp \
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 1 //===- Target/TargetJITInfo.h - Target Information for JIT ------*- C++ -*-===//
30 /// TargetJITInfo - Target specific information required by the Just-In-Time
32 class TargetJITInfo {
35 virtual ~TargetJITInfo() {}
TargetMachine.h 39 class TargetJITInfo;
144 virtual TargetJITInfo *getJITInfo() { return 0; }
  /external/llvm/lib/Target/Mips/
MipsJITInfo.h 21 #include "llvm/Target/TargetJITInfo.h"
26 class MipsJITInfo : public TargetJITInfo {
MipsJITInfo.cpp 80 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
189 TargetJITInfo::LazyResolverFn MipsJITInfo::getLazyResolverFunction(
195 TargetJITInfo::StubLayout MipsJITInfo::getStubLayout() {
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 10 // This file contains the PowerPC implementation of the TargetJITInfo class.
18 #include "llvm/Target/TargetJITInfo.h"
23 class PPCJITInfo : public TargetJITInfo {
PPCJITInfo.cpp 25 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
346 TargetJITInfo::LazyResolverFn
352 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 27 class TargetJITInfo;
59 TargetJITInfo &TJI; // The JITInfo for the target we are compiling to
81 JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji,
92 TargetJITInfo &getJITInfo() const { return TJI; }
JITEmitter.cpp 47 #include "llvm/Target/TargetJITInfo.h"
176 TargetJITInfo::LazyResolverFn LazyResolverFn;
532 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
595 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
    [all...]
JIT.cpp 34 #include "llvm/Target/TargetJITInfo.h"
218 if (TargetJITInfo *TJ = TM->getJITInfo()) {
270 JIT::JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji,
  /external/llvm/lib/Target/X86/
X86JITInfo.h 10 // This file contains the X86 implementation of the TargetJITInfo class.
19 #include "llvm/Target/TargetJITInfo.h"
25 class X86JITInfo : public TargetJITInfo {
X86JITInfo.cpp 50 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
423 TargetJITInfo::LazyResolverFn
460 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() {
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 23 #include "llvm/Target/TargetJITInfo.h"
28 class ARMJITInfo : public TargetJITInfo {
ARMJITInfo.cpp 35 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
135 TargetJITInfo::LazyResolverFn
152 TargetJITInfo::StubLayout ARMJITInfo::getStubLayout() {

Completed in 1049 milliseconds