OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARMJITInfo
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp
1
//===--
ARMJITInfo
.cpp - Implement the JIT interfaces for the ARM target --===//
15
#include "
ARMJITInfo
.h"
29
void
ARMJITInfo
::replaceMachineCodeForFunction(void *Old, void *New) {
30
report_fatal_error("
ARMJITInfo
::replaceMachineCodeForFunction");
136
ARMJITInfo
::getLazyResolverFunction(JITCompilerFn F) {
141
void *
ARMJITInfo
::emitGlobalValueIndirectSym(const GlobalValue *GV, void *Ptr,
152
TargetJITInfo::StubLayout
ARMJITInfo
::getStubLayout() {
159
void *
ARMJITInfo
::emitFunctionStub(const Function* F, void *Fn,
238
intptr_t
ARMJITInfo
::resolveRelocDestAddr(MachineRelocation *MR) const {
267
void
ARMJITInfo
::relocate(void *Function, MachineRelocation *MR
[
all
...]
ARMJITInfo.h
1
//===-
ARMJITInfo
.h - ARM implementation of the JIT interface --*- C++ -*-===//
10
// This file contains the declaration of the
ARMJITInfo
class.
28
class
ARMJITInfo
: public TargetJITInfo {
49
explicit
ARMJITInfo
() : IsPIC(false) { useGOT = false; }
ARMTargetMachine.h
20
#include "
ARMJITInfo
.h"
38
ARMJITInfo
JITInfo;
46
virtual
ARMJITInfo
*getJITInfo() { return &JITInfo; }
ARMCodeEmitter.cpp
48
ARMJITInfo
*JTI;
[
all
...]
Completed in 165 milliseconds