Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h104 Optional<uint64_t> getSectionLoadAddress(void *LocalAddress) const;
H A DRuntimeDyld.h82 getSectionLoadAddress(const object::SectionRef &Sec) const override;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h322 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function
514 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
532 SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable()
H A DRuntimeDyldCheckerImpl.h66 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
H A DRuntimeDyldChecker.cpp903 RuntimeDyldCheckerImpl::getSectionLoadAddress(void *LocalAddress) const { in getSectionLoadAddress() function in RuntimeDyldCheckerImpl
987 RuntimeDyldChecker::getSectionLoadAddress(void *LocalAddress) const { in getSectionLoadAddress() function in RuntimeDyldChecker
988 return Impl->getSectionLoadAddress(LocalAddress); in getSectionLoadAddress()
H A DRuntimeDyld.cpp1039 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations()
1180 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo
H A DRuntimeDyldELF.cpp171 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp137 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
175 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h236 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress() function
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp386 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput()
580 auto LoadAddr = Checker.getSectionLoadAddress(Tmp->first); in remapSectionsAndSymbols()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1208 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()