Searched refs:getSectionLoadAddress (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h60 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
H A DRuntimeDyldImpl.h464 uint64_t getSectionLoadAddress(unsigned SectionID) const { function in class:llvm::RuntimeDyldImpl
516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID());
532 uint64_t SectionAddr = getSectionLoadAddress(SectionID);
H A DRuntimeDyld.cpp150 uint64_t Addr = getSectionLoadAddress(Idx);
1114 Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
1254 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( function in class:llvm::RuntimeDyld::LoadedObjectInfo
1401 uint64_t RuntimeDyld::getSectionLoadAddress(unsigned SectionID) const { function in class:llvm::RuntimeDyld
1403 return Dyld->getSectionLoadAddress(SectionID);
H A DRuntimeDyldELF.cpp167 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h176 Optional<uint64_t> getSectionLoadAddress(void *LocalAddress) const;
H A DRuntimeDyld.h82 getSectionLoadAddress(const object::SectionRef &Sec) const override;
221 uint64_t getSectionLoadAddress(unsigned SectionID) const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp136 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
174 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h279 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp462 LoadedObjInfo->getSectionLoadAddress(*Sec);
665 auto LoadAddr = Dyld.getSectionLoadAddress((*Tmp)->SectionID);
870 SecInfo.setTargetAddress(Dyld.getSectionLoadAddress(*SectionID));
889 StubMemInfo.setTargetAddress(Dyld.getSectionLoadAddress(SI.SectionID) +
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp79 uint64_t SectionLoadAddr = L.getSectionLoadAddress(Section);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1480 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec))

Completed in 294 milliseconds