Home
last modified time | relevance | path

Searched refs:getLoadAddress (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h203 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()
204 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()
265 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
280 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
295 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
DRuntimeDyldCOFFI386.h160 Sections[0].getLoadAddress(); in resolveRelocation()
174 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
175 Result = Result - Section.getLoadAddress() + RE.Addend - 4 - RE.Offset; in resolveRelocation()
DRuntimeDyldCOFFX86_64.h44 if (Section.getLoadAddress() != 0) in getImageBase()
45 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase()
274 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
DRuntimeDyldMachOX86_64.h112 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
113 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOI386.h115 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
116 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldCOFFAArch64.h83 if (Section.getLoadAddress() != 0) in getImageBase()
84 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase()
DRuntimeDyldMachOARM.h260 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
261 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOAArch64.h418 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp152 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset; in dumpRelocationToResolve()
313 int64_t MemDistance = A->getLoadAddress() - B->getLoadAddress(); in computeDelta()
342 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(), in registerEHFrames()
DRuntimeDyldImpl.h97 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function
480 return Sections[SectionID].getLoadAddress(); in getSectionLoadAddress()
DRuntimeDyld.cpp95 uint64_t LoadAddr = S.getLoadAddress(); in dumpSectionMemory()
150 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveLocalRelocations()
1054 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress()) in reassignSectionAddress()
1247 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress()
DRuntimeDyldELF.cpp232 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
1036 Address = uint64_t(Sections[Value.SectionID].getLoadAddress()); in resolveAArch64ShortBranch()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimizer.cpp76 , address(isStore ? inst->getStoreAddress() : inst->getLoadAddress()) in LoadStoreInst()
443 if(Ice::InstAlloca *alloca = allocaOf(inst.getLoadAddress())) in optimizeSingleBasicBlockLoadsStores()
611 if(isLoad(*use) && use->getLoadAddress() == allocaAddress) in isStaticallyIndexedArray()
713 assert(load->getLoadAddress() == store->getStoreAddress()); in loadTypeMatchesStore()
836 if(value == instruction->getLoadAddress()) in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h31 uint64_t getLoadAddress() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h29 virtual uint64_t getLoadAddress() const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h39 uint64_t getLoadAddress() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp83 uint64_t NativeSession::getLoadAddress() const { return 0; } in getLoadAddress() function in NativeSession
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp366 Operand *Src = Instr->getLoadAddress(); in instrumentLoad()
376 instrumentAccess(Context, Instr->getLoadAddress(), in instrumentLoad()
DIceInst.h116 Operand *getLoadAddress() const { return getSrc(0); } in getLoadAddress() function
DIceTargetLoweringX8664.cpp608 if (!isSameMemAddressOperand(Load->getLoadAddress(), in findRMW()
693 if (!llvm::isa<Constant>(Load->getLoadAddress())) { in doLoadOpt()
696 LoadSrc = formMemoryOperand(Load->getLoadAddress(), in doLoadOpt()
4991 Operand *Src0 = formMemoryOperand(Load->getLoadAddress(), Ty); in lowerLoad()
DIceTargetLoweringX8632.cpp599 if (!isSameMemAddressOperand(Load->getLoadAddress(), in findRMW()
686 LoadSrc = formMemoryOperand(Load->getLoadAddress(), LoadDest->getType(), in doLoadOpt()
5581 Operand *Src0 = formMemoryOperand(Load->getLoadAddress(), Ty); in lowerLoad()
DIceTargetLoweringARM32.cpp5280 Operand *Src0 = formMemoryOperand(Load->getLoadAddress(), Ty); in lowerLoad()
DIceTargetLoweringMIPS32.cpp5151 Operand *Src0 = formMemoryOperand(Instr->getLoadAddress(), Ty); in lowerLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp138 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession