OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86JITInfo
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.h
1
//===-
X86JITInfo
.h - X86 implementation of the JIT interface --*- C++ -*-===//
25
class
X86JITInfo
: public TargetJITInfo {
31
explicit
X86JITInfo
(X86TargetMachine &tm);
X86TargetMachine.h
22
#include "
X86JITInfo
.h"
51
virtual
X86JITInfo
*getJITInfo() {
84
X86JITInfo
JITInfo;
99
virtual
X86JITInfo
*getJITInfo() {
111
X86JITInfo
JITInfo;
126
virtual
X86JITInfo
*getJITInfo() {
X86JITInfo.cpp
1
//===--
X86JITInfo
.cpp - Implement the JIT interfaces for the X86 target --===//
15
#include "
X86JITInfo
.h"
34
void
X86JITInfo
::replaceMachineCodeForFunction(void *Old, void *New) {
420
X86JITInfo
::getLazyResolverFunction(JITCompilerFn F) {
431
X86JITInfo
::
X86JITInfo
(X86TargetMachine &tm) : TM(tm) {
437
void *
X86JITInfo
::emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr,
454
TargetJITInfo::StubLayout
X86JITInfo
::getStubLayout() {
465
void *
X86JITInfo
::emitFunctionStub(const Function* F, void *Target,
516
uintptr_t
X86JITInfo
::getPICJumpTableEntry(uintptr_t BB, uintptr_t Entry)
[
all
...]
X86CodeEmitter.cpp
17
#include "
X86JITInfo
.h"
764
X86JITInfo
*JTI = TM.getJITInfo();
[
all
...]
/external/swiftshader/third_party/LLVM/
Android.mk
300
lib/Target/X86/
X86JITInfo
.cpp \
Completed in 77 milliseconds