Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h82 getSectionLoadAddress(const object::SectionRef &Sec) const override;
235 uint64_t getSectionLoadAddress(unsigned SectionID) const;
H A DRuntimeDyldChecker.h176 Optional<uint64_t> getSectionLoadAddress(void *LocalAddress) const;
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h464 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function
516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
532 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable()
H A DRuntimeDyldCheckerImpl.h60 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
H A DRuntimeDyld.cpp152 uint64_t Addr = getSectionLoadAddress(Idx); in resolveLocalRelocations()
1137 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations()
1277 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo
1432 uint64_t RuntimeDyld::getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function in llvm::RuntimeDyld
1434 return Dyld->getSectionLoadAddress(SectionID); in getSectionLoadAddress()
H A DRuntimeDyldELF.cpp167 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp136 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
174 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
/llvm-project-15.0.7/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp512 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput()
715 auto LoadAddr = Dyld.getSectionLoadAddress((*Tmp)->SectionID); in remapSectionsAndSymbols()
920 SecInfo.setTargetAddress(Dyld.getSectionLoadAddress(*SectionID)); in linkAndVerify()
939 StubMemInfo.setTargetAddress(Dyld.getSectionLoadAddress(SI.SectionID) + in linkAndVerify()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/
H A DDIContext.h278 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp80 uint64_t SectionLoadAddr = L.getSectionLoadAddress(Section); in fillSectionInformation()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1511 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()