OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPCJITInfo
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.h
1
//===-
PPCJITInfo
.h - PowerPC impl. of the JIT interface --------*- C++ -*-===//
23
class
PPCJITInfo
: public TargetJITInfo {
28
PPCJITInfo
(PPCTargetMachine &tm, bool tmIs64Bit) : TM(tm) {
PPCTargetMachine.h
19
#include "
PPCJITInfo
.h"
37
PPCJITInfo
JITInfo;
51
virtual
PPCJITInfo
*getJITInfo() { return &JITInfo; }
PPCJITInfo.cpp
1
//===--
PPCJITInfo
.cpp - Implement the JIT interfaces for the PowerPC -----===//
15
#include "
PPCJITInfo
.h"
344
PPCJITInfo
::getLazyResolverFunction(JITCompilerFn Fn) {
349
TargetJITInfo::StubLayout
PPCJITInfo
::getStubLayout() {
363
void *
PPCJITInfo
::emitFunctionStub(const Function* F, void *Fn,
410
void
PPCJITInfo
::relocate(void *Function, MachineRelocation *MR,
465
void
PPCJITInfo
::replaceMachineCodeForFunction(void *Old, void *New) {
Completed in 191 milliseconds