Searched refs:SegIndex (Results 1 – 1 of 1) sorted by relevance
8746 StringRef segmentName(uint32_t SegIndex);8747 StringRef sectionName(uint32_t SegIndex, uint64_t SegOffset);8748 uint64_t address(uint32_t SegIndex, uint64_t SegOffset);8749 bool isValidSegIndexAndOffset(uint32_t SegIndex, uint64_t SegOffset);8761 const SectionInfo &findSection(uint32_t SegIndex, uint64_t SegOffset);8790 StringRef SegInfo::segmentName(uint32_t SegIndex) { in segmentName() argument8792 if (SI.SegmentIndex == SegIndex) in segmentName()8798 bool SegInfo::isValidSegIndexAndOffset(uint32_t SegIndex, in isValidSegIndexAndOffset() argument8801 if (SI.SegmentIndex != SegIndex) in isValidSegIndexAndOffset()8812 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection() argument[all …]