Home
last modified time | relevance | path

Searched refs:ARMJITInfo (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMJITInfo.cpp30 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
137 ARMJITInfo::getLazyResolverFunction(JITCompilerFn F) { in getLazyResolverFunction()
142 void *ARMJITInfo::emitGlobalValueIndirectSym(const GlobalValue *GV, void *Ptr, in emitGlobalValueIndirectSym()
153 TargetJITInfo::StubLayout ARMJITInfo::getStubLayout() { in getStubLayout()
160 void *ARMJITInfo::emitFunctionStub(const Function* F, void *Fn, in emitFunctionStub()
239 intptr_t ARMJITInfo::resolveRelocDestAddr(MachineRelocation *MR) const { in resolveRelocDestAddr()
269 void ARMJITInfo::relocate(void *Function, MachineRelocation *MR, in relocate()
DARMJITInfo.h28 class ARMJITInfo : public TargetJITInfo {
49 explicit ARMJITInfo() : IsPIC(false) { useGOT = false; } in ARMJITInfo() function
DARMTargetMachine.h38 ARMJITInfo JITInfo;
48 virtual ARMJITInfo *getJITInfo() { return &JITInfo; } in getJITInfo()
DAndroid.mk33 ARMJITInfo.cpp \
DCMakeLists.txt33 ARMJITInfo.cpp
DARMCodeEmitter.cpp48 ARMJITInfo *JTI;