Searched refs:getSectionLoadAddress (Results 1 – 11 of 11) sorted by relevance
83 getSectionLoadAddress(const object::SectionRef &Sec) const override;237 LLVM_ABI uint64_t getSectionLoadAddress(unsigned SectionID) const;
192 getSectionLoadAddress(void *LocalAddress) const;
479 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function531 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()547 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable()
70 std::optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
152 uint64_t Addr = getSectionLoadAddress(Idx); in resolveLocalRelocations()1147 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations()1287 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo1442 uint64_t RuntimeDyld::getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function in llvm::RuntimeDyld1444 return Dyld->getSectionLoadAddress(SectionID); in getSectionLoadAddress()
167 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject()1289 getSectionLoadAddress(Reloc.SectionID) + Reloc.Offset; in resolveRISCVRelocation()1291 uint64_t Symbol = getSectionLoadAddress(MatchingValue.SectionID) + in resolveRISCVRelocation()
136 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()174 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
512 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput()715 auto LoadAddr = Dyld.getSectionLoadAddress((*Tmp)->SectionID); in remapSectionsAndSymbols()922 SecInfo.setTargetAddress(Dyld.getSectionLoadAddress(*SectionID)); in linkAndVerify()944 StubMemInfo.setTargetAddress(Dyld.getSectionLoadAddress(SI.SectionID) + in linkAndVerify()
294 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress() function
80 uint64_t SectionLoadAddr = L.getSectionLoadAddress(Section); in fillSectionInformation()
1957 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()