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

/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h27 uint64_t getLoadAddress() const override;
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h28 virtual uint64_t getLoadAddress() const = 0;
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h134 // NOTE: use Section[0].getLoadAddress() as an approximation of ImageBase
137 Sections[0].getLoadAddress();
151 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() -
152 Section.getLoadAddress() + RE.Addend - 4 - RE.Offset;
H A DRuntimeDyldMachOI386.h101 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
102 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
H A DRuntimeDyldMachOX86_64.h99 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
100 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
H A DRuntimeDyldCOFFX86_64.h182 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
H A DRuntimeDyldMachOARM.h135 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
136 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp139 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset;
280 int64_t MemDistance = A->getLoadAddress() - B->getLoadAddress();
309 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(),
H A DRuntimeDyldImpl.h104 uint64_t getLoadAddress() const { return LoadAddress; } function in class:llvm::SectionEntry
313 return Sections[SectionID].getLoadAddress();
H A DRuntimeDyld.cpp55 uint64_t LoadAddr = S.getLoadAddress();
101 uint64_t Addr = Sections[Idx].getLoadAddress();
788 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress())
866 return RTDyld.Sections[I->second].getLoadAddress();
H A DRuntimeDyldChecker.cpp805 Addr = getRTDyld().Sections[SectionID].getLoadAddress();
841 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress();
H A DRuntimeDyldELF.cpp202 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
214 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp112 uint64_t DIASession::getLoadAddress() const { function in class:DIASession

Completed in 154 milliseconds