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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h70 std::optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
H A DRuntimeDyldImpl.h474 uint64_t getSectionLoadAddress(unsigned SectionID) const { function in class:llvm::RuntimeDyldImpl
526 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID());
542 uint64_t SectionAddr = getSectionLoadAddress(SectionID);
H A DRuntimeDyld.cpp152 uint64_t Addr = getSectionLoadAddress(Idx);
1133 Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
1273 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( function in class:llvm::RuntimeDyld::LoadedObjectInfo
1428 uint64_t RuntimeDyld::getSectionLoadAddress(unsigned SectionID) const { function in class:llvm::RuntimeDyld
1430 return Dyld->getSectionLoadAddress(SectionID);
H A DRuntimeDyldELF.cpp168 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h191 std::optional<uint64_t> getSectionLoadAddress(void *LocalAddress) const;
H A DRuntimeDyld.h82 getSectionLoadAddress(const object::SectionRef &Sec) const override;
234 uint64_t getSectionLoadAddress(unsigned SectionID) const;
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp136 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
174 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h287 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const {
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp512 LoadedObjInfo->getSectionLoadAddress(*Sec);
715 auto LoadAddr = Dyld.getSectionLoadAddress((*Tmp)->SectionID);
922 SecInfo.setTargetAddress(Dyld.getSectionLoadAddress(*SectionID));
942 StubMemInfo.setTargetAddress(Dyld.getSectionLoadAddress(SI.SectionID) +
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp80 uint64_t SectionLoadAddr = L.getSectionLoadAddress(Section);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1955 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec))

Completed in 153 milliseconds