Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp8746 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() argument
8792 if (SI.SegmentIndex == SegIndex) in segmentName()
8798 bool SegInfo::isValidSegIndexAndOffset(uint32_t SegIndex, in isValidSegIndexAndOffset() argument
8801 if (SI.SegmentIndex != SegIndex) in isValidSegIndexAndOffset()
8812 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection() argument
[all …]