Home
last modified time | relevance | path

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

/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()
DRuntimeDyldMachOX86_64.h113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); 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()
DRuntimeDyldMachOARM.h154 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
155 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOAArch64.h361 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
362 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldCOFFX86_64.h190 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].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()
DRuntimeDyldImpl.h98 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function
300 return Sections[SectionID].getLoadAddress(); in getSectionLoadAddress()
DRuntimeDyld.cpp91 uint64_t LoadAddr = S.getLoadAddress(); in dumpSectionMemory()
137 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveRelocations()
886 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress()) in reassignSectionAddress()
968 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress()
DRuntimeDyldChecker.cpp807 Addr = getRTDyld().Sections[SectionID].getLoadAddress(); in getSectionAddr()
843 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor()
DRuntimeDyldELF.cpp195 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
207 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in deregisterEHFrames()
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h29 virtual uint64_t getLoadAddress() const = 0;
/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/lib/DebugInfo/PDB/Raw/
DRawSession.cpp76 uint64_t RawSession::getLoadAddress() const { return 0; } in getLoadAddress() function in RawSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp130 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp64 uint64_t getLoadAddress() const override { return 0; } in getLoadAddress() function in __anon767b75250111::MockSession