Home
last modified time | relevance | path

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

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