Searched refs:getSectionLoadAddress (Results 1 – 11 of 11) sorted by relevance
104 Optional<uint64_t> getSectionLoadAddress(void *LocalAddress) const;
82 getSectionLoadAddress(const object::SectionRef &Sec) const override;
322 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function514 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()532 SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable()
66 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
903 RuntimeDyldCheckerImpl::getSectionLoadAddress(void *LocalAddress) const { in getSectionLoadAddress() function in RuntimeDyldCheckerImpl987 RuntimeDyldChecker::getSectionLoadAddress(void *LocalAddress) const { in getSectionLoadAddress() function in RuntimeDyldChecker988 return Impl->getSectionLoadAddress(LocalAddress); in getSectionLoadAddress()
1039 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations()1180 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo
171 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject()
137 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()175 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
236 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress() function
386 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput()580 auto LoadAddr = Checker.getSectionLoadAddress(Tmp->first); in remapSectionsAndSymbols()
1208 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()