Home
last modified time | relevance | path

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

123

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h171 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()
172 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()
239 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
254 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
269 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
DRuntimeDyldCOFFI386.h163 Sections[0].getLoadAddress(); in resolveRelocation()
179 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
180 Result = Result - Section.getLoadAddress() + RE.Addend - 4 - RE.Offset; in resolveRelocation()
DRuntimeDyldMachOI386.h116 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOX86_64.h113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOARM.h154 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
155 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
/external/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()
DRuntimeDyldMachOI386.h115 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
116 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOX86_64.h112 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
113 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h215 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()
216 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()
276 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
291 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
306 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
DRuntimeDyldCOFFI386.h171 Sections[0].getLoadAddress(); in resolveRelocation()
185 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
186 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()
284 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
DRuntimeDyldMachOI386.h115 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
116 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOX86_64.h112 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
113 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp110 << formatv("{0:x16} + {1:x8} ( {2:x16} )", Sec.getLoadAddress(), in getDLLImportOffset()
111 EntryOffset, Sec.getLoadAddress() + EntryOffset) in getDLLImportOffset()
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()
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DNativeSessionTest.cpp49 EXPECT_EQ(S->getLoadAddress(), 123U); in TEST()
57 uint64_t LoadAddr = S->getLoadAddress(); in TEST()
/external/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()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp150 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset; in dumpRelocationToResolve()
308 int64_t MemDistance = A->getLoadAddress() - B->getLoadAddress(); in computeDelta()
337 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(), in registerEHFrames()
/external/swiftshader/src/Reactor/
DOptimizer.cpp76 , address(isStore ? inst->getStoreAddress() : inst->getLoadAddress()) in LoadStoreInst()
437 if(Ice::InstAlloca *alloca = allocaOf(inst.getLoadAddress())) in optimizeSingleBasicBlockLoadsStores()
604 if(isLoad(*use) && use->getLoadAddress() == allocaAddress) in isStaticallyIndexedArray()
706 assert(load->getLoadAddress() == store->getStoreAddress()); in loadTypeMatchesStore()
829 if(value == instruction->getLoadAddress()) in insert()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp196 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; } in getLoadAddress() function in NativeSession
214 uint32_t RVA = VA - getLoadAddress(); in addressForVA()
279 return Cache.findLineNumbersByVA(getLoadAddress() + RVA, Length); in findLineNumbersByRVA()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h32 uint64_t getLoadAddress() const override;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h31 uint64_t getLoadAddress() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h29 virtual uint64_t getLoadAddress() const = 0;

123