HomeSort by relevance Sort by last modified time
    Searched defs:PPCJITInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.h 1 //===-- PPCJITInfo.h - PowerPC impl. of the JIT interface -------*- C++ -*-===//
22 class PPCJITInfo : public TargetJITInfo {
28 PPCJITInfo(PPCSubtarget &STI);
PPCJITInfo.cpp 1 //===-- PPCJITInfo.cpp - Implement the JIT interfaces for the PowerPC -----===//
14 #include "PPCJITInfo.h"
28 PPCJITInfo::PPCJITInfo(PPCSubtarget &STI)
358 PPCJITInfo::getLazyResolverFunction(JITCompilerFn Fn) {
363 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() {
377 void *PPCJITInfo::emitFunctionStub(const Function* F, void *Fn,
424 void PPCJITInfo::relocate(void *Function, MachineRelocation *MR,
479 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) {

Completed in 36 milliseconds