Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp29 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
136 ARMJITInfo::getLazyResolverFunction(JITCompilerFn F) { in getLazyResolverFunction()
141 void *ARMJITInfo::emitGlobalValueIndirectSym(const GlobalValue *GV, void *Ptr, in emitGlobalValueIndirectSym()
152 TargetJITInfo::StubLayout ARMJITInfo::getStubLayout() { in getStubLayout()
159 void *ARMJITInfo::emitFunctionStub(const Function* F, void *Fn, in emitFunctionStub()
238 intptr_t ARMJITInfo::resolveRelocDestAddr(MachineRelocation *MR) const { in resolveRelocDestAddr()
267 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;
46 virtual ARMJITInfo *getJITInfo() { return &JITInfo; } in getJITInfo()
DARMCodeEmitter.cpp48 ARMJITInfo *JTI;