Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h603 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName()
609 StringRef BindRebaseSectionName(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseSectionName()
615 uint64_t BindRebaseAddress(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseAddress()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4391 const char *BindRebaseSegInfo::checkSegAndOffsets(int32_t SegIndex, in checkSegAndOffsets()
4424 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName()
4435 int32_t SegIndex, uint64_t SegOffset) { in findSection()
4450 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName()
4457 uint64_t BindRebaseSegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address()