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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h170 // NOTE: use Section[0].getLoadAddress() as an approximation of ImageBase
171 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() -
172 Sections[0].getLoadAddress() + RE.Addend;
239 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;
254 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;
269 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;
H A DRuntimeDyldCOFFI386.h160 // NOTE: use Section[0].getLoadAddress() as an approximation of ImageBase
163 Sections[0].getLoadAddress();
179 : Sections[RE.Sections.SectionA].getLoadAddress();
180 Result = Result - Section.getLoadAddress() + RE.Addend - 4 - RE.Offset;
H A DRuntimeDyldMachOI386.h116 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
H A DRuntimeDyldMachOX86_64.h113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
H A DRuntimeDyldCOFFX86_64.h190 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
H A DRuntimeDyldMachOARM.h154 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
155 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
H A DRuntimeDyldMachOAArch64.h361 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
362 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h32 uint64_t getLoadAddress() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h29 virtual uint64_t getLoadAddress() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DRawSession.h31 uint64_t getLoadAddress() const override;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp150 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset;
308 int64_t MemDistance = A->getLoadAddress() - B->getLoadAddress();
337 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(),
H A DRuntimeDyldImpl.h98 uint64_t getLoadAddress() const { return LoadAddress; } function in class:llvm::SectionEntry
300 return Sections[SectionID].getLoadAddress();
H A DRuntimeDyld.cpp91 uint64_t LoadAddr = S.getLoadAddress();
137 uint64_t Addr = Sections[Idx].getLoadAddress();
886 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress())
968 return RTDyld.Sections[I->second].getLoadAddress();
H A DRuntimeDyldChecker.cpp807 Addr = getRTDyld().Sections[SectionID].getLoadAddress();
843 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress();
H A DRuntimeDyldELF.cpp195 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
207 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DRawSession.cpp76 uint64_t RawSession::getLoadAddress() const { return 0; } function in class:RawSession
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp130 uint64_t DIASession::getLoadAddress() const { function in class:DIASession
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp64 uint64_t getLoadAddress() const override { return 0; }

Completed in 117 milliseconds