Searched refs:getSectionLoadAddress (Results 1 – 11 of 11) sorted by relevance
82 getSectionLoadAddress(const object::SectionRef &Sec) const override;221 uint64_t getSectionLoadAddress(unsigned SectionID) const;
176 Optional<uint64_t> getSectionLoadAddress(void *LocalAddress) const;
464 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()532 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable()
60 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
150 uint64_t Addr = getSectionLoadAddress(Idx); in resolveLocalRelocations()1114 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations()1254 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo1401 uint64_t RuntimeDyld::getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function in llvm::RuntimeDyld1403 return Dyld->getSectionLoadAddress(SectionID); in getSectionLoadAddress()
167 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject()
136 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()174 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
462 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput()665 auto LoadAddr = Dyld.getSectionLoadAddress((*Tmp)->SectionID); in remapSectionsAndSymbols()870 SecInfo.setTargetAddress(Dyld.getSectionLoadAddress(*SectionID)); in linkAndVerify()889 StubMemInfo.setTargetAddress(Dyld.getSectionLoadAddress(SI.SectionID) + in linkAndVerify()
279 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress() function
79 uint64_t SectionLoadAddr = L.getSectionLoadAddress(Section); in fillSectionInformation()
1480 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()