Searched refs:SegIndex (Results 1 – 1 of 1) sorted by relevance
9120 StringRef segmentName(uint32_t SegIndex);9121 StringRef sectionName(uint32_t SegIndex, uint64_t SegOffset);9122 uint64_t address(uint32_t SegIndex, uint64_t SegOffset);9123 bool isValidSegIndexAndOffset(uint32_t SegIndex, uint64_t SegOffset);9135 const SectionInfo &findSection(uint32_t SegIndex, uint64_t SegOffset);9164 StringRef SegInfo::segmentName(uint32_t SegIndex) { in segmentName() argument9166 if (SI.SegmentIndex == SegIndex) in segmentName()9172 bool SegInfo::isValidSegIndexAndOffset(uint32_t SegIndex, in isValidSegIndexAndOffset() argument9175 if (SI.SegmentIndex != SegIndex) in isValidSegIndexAndOffset()9186 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection() argument[all …]