Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h35 struct SectionAddressInfo { struct
39 typedef std::map<std::string, SectionAddressInfo> SectionMap; argument
49 std::pair<const SectionAddressInfo*, std::string> findSectionAddrInfo(
DRuntimeDyldChecker.cpp757 std::pair<const RuntimeDyldCheckerImpl::SectionAddressInfo*, std::string>
792 const SectionAddressInfo *SectionInfo = nullptr; in getSectionAddr()
816 const SectionAddressInfo *SectionInfo = nullptr; in getStubAddrFor()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1669 struct SectionAddressInfo { struct
1725 llvm::Optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo()
1749 return SectionAddressInfo{Segment, Range}; in GetAddressInfo()
1757 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()