Searched refs:SegIndex (Results 1 – 1 of 1) sorted by relevance
8536 StringRef segmentName(uint32_t SegIndex);8537 StringRef sectionName(uint32_t SegIndex, uint64_t SegOffset);8538 uint64_t address(uint32_t SegIndex, uint64_t SegOffset);8550 const SectionInfo &findSection(uint32_t SegIndex, uint64_t SegOffset);8580 StringRef SegInfo::segmentName(uint32_t SegIndex) { in segmentName() argument8582 if (SI.SegmentIndex == SegIndex) in segmentName()8588 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection() argument8591 if (SI.SegmentIndex != SegIndex) in findSection()8602 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName() argument8603 return findSection(SegIndex, OffsetInSeg).SectionName; in sectionName()[all …]