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

  /external/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.
26 class MipsJITInfo : public TargetJITInfo {
32 explicit MipsJITInfo() :
MipsJITInfo.cpp 1 //===-- MipsJITInfo.cpp - Implement the Mips JIT Interface ----------------===//
14 #include "MipsJITInfo.h"
30 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
74 report_fatal_error("MipsJITInfo::replaceMachineCodeForFunction");
190 TargetJITInfo::LazyResolverFn MipsJITInfo::getLazyResolverFunction(
196 TargetJITInfo::StubLayout MipsJITInfo::getStubLayout() {
203 void *MipsJITInfo::emitFunctionStub(const Function *F, void *Fn,
248 void MipsJITInfo::relocate(void *Function, MachineRelocation *MR,
Android.mk 33 MipsJITInfo.cpp \
MipsTargetMachine.h 51 MipsJITInfo *getJITInfo() override {
MipsSubtarget.h 20 #include "MipsJITInfo.h"
151 MipsJITInfo JITInfo;
292 MipsJITInfo *getJITInfo() { return &JITInfo; }
MipsCodeEmitter.cpp 50 MipsJITInfo *JTI;

Completed in 752 milliseconds