Searched refs:getSectionLoadAddress (Results 1 – 7 of 7) sorted by relevance
312 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function471 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
830 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()858 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo
138 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject()657 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()691 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
173 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const = 0;
73 getSectionLoadAddress(const object::SectionRef &Sec) const override;
351 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput()
778 SectionLoadAddress = L->getSectionLoadAddress(*RSec); in DWARFContextInMemory()