Home
last modified time | relevance | path

Searched refs:SectionAddressInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h35 struct SectionAddressInfo { struct
39 typedef std::map<std::string, SectionAddressInfo> SectionMap; argument
52 std::pair<const SectionAddressInfo*, std::string> findSectionAddrInfo(
H A DRuntimeDyldChecker.cpp795 std::pair<const RuntimeDyldCheckerImpl::SectionAddressInfo*, std::string>
830 const SectionAddressInfo *SectionInfo = nullptr; in getSectionAddr()
854 const SectionAddressInfo *SectionInfo = nullptr; in getStubAddrFor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1849 struct SectionAddressInfo { struct
1898 llvm::Optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo()
1922 return SectionAddressInfo{Segment, Range}; in GetAddressInfo()
1929 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()