OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetJITInfo
(Results
1 - 17
of
17
) 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
6
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
40
class
TargetJITInfo
;
153
virtual
TargetJITInfo
*getJITInfo() { return nullptr; }
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.h
10
// This file contains the PowerPC implementation of the
TargetJITInfo
class.
18
#include "llvm/Target/
TargetJITInfo
.h"
22
class PPCJITInfo : public
TargetJITInfo
{
PPCJITInfo.cpp
26
static
TargetJITInfo
::JITCompilerFn JITCompilerFunction;
357
TargetJITInfo
::LazyResolverFn
363
TargetJITInfo
::StubLayout PPCJITInfo::getStubLayout() {
/external/llvm/lib/Target/Sparc/
SparcJITInfo.h
19
#include "llvm/Target/
TargetJITInfo
.h"
24
class SparcJITInfo : public
TargetJITInfo
{
SparcJITInfo.cpp
26
static
TargetJITInfo
::JITCompilerFn JITCompilerFunction;
221
TargetJITInfo
::StubLayout SparcJITInfo::getStubLayout() {
267
TargetJITInfo
::LazyResolverFn
/external/llvm/lib/Target/Mips/
MipsJITInfo.h
21
#include "llvm/Target/
TargetJITInfo
.h"
26
class MipsJITInfo : public
TargetJITInfo
{
MipsJITInfo.cpp
81
static
TargetJITInfo
::JITCompilerFn JITCompilerFunction;
190
TargetJITInfo
::LazyResolverFn MipsJITInfo::getLazyResolverFunction(
196
TargetJITInfo
::StubLayout MipsJITInfo::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
46
#include "llvm/Target/
TargetJITInfo
.h"
170
TargetJITInfo
::LazyResolverFn LazyResolverFn;
527
TargetJITInfo
::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
590
TargetJITInfo
::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
[
all
...]
JIT.cpp
35
#include "llvm/Target/
TargetJITInfo
.h"
85
if (
TargetJITInfo
*TJ = TM->getJITInfo()) {
137
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"
24
class X86JITInfo : public
TargetJITInfo
{
X86JITInfo.cpp
51
static
TargetJITInfo
::JITCompilerFn JITCompilerFunction;
424
TargetJITInfo
::LazyResolverFn
466
TargetJITInfo
::StubLayout X86JITInfo::getStubLayout() {
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
22
#include "llvm/Target/
TargetJITInfo
.h"
27
class ARMJITInfo : public
TargetJITInfo
{
ARMJITInfo.cpp
36
static
TargetJITInfo
::JITCompilerFn JITCompilerFunction;
136
TargetJITInfo
::LazyResolverFn
153
TargetJITInfo
::StubLayout ARMJITInfo::getStubLayout() {
Completed in 172 milliseconds