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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.h 1 //===- MipsJITInfo.h - Mips implementation of the JIT interface -*- C++ -*-===//
10 // This file contains the declaration of the MipsJITInfo class.
28 class MipsJITInfo : public TargetJITInfo {
33 explicit MipsJITInfo() :
MipsJITInfo.cpp 1 //===- MipsJITInfo.cpp - Implement the JIT interfaces for the Mips target -===//
15 #include "MipsJITInfo.h"
29 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
30 report_fatal_error("MipsJITInfo::replaceMachineCodeForFunction");
144 TargetJITInfo::LazyResolverFn MipsJITInfo::getLazyResolverFunction(
150 TargetJITInfo::StubLayout MipsJITInfo::getStubLayout() {
157 void *MipsJITInfo::emitFunctionStub(const Function* F, void *Fn,
195 void MipsJITInfo::relocate(void *Function, MachineRelocation *MR,
MipsTargetMachine.h 25 #include "MipsJITInfo.h"
37 MipsJITInfo JITInfo;
53 virtual MipsJITInfo *getJITInfo()
MipsCodeEmitter.cpp 49 MipsJITInfo *JTI;

Completed in 202 milliseconds