Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp8536 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() argument
8582 if (SI.SegmentIndex == SegIndex) in segmentName()
8588 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection() argument
8591 if (SI.SegmentIndex != SegIndex) in findSection()
8602 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName() argument
8603 return findSection(SegIndex, OffsetInSeg).SectionName; in sectionName()
[all …]