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.h602 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName()
608 StringRef BindRebaseSectionName(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseSectionName()
614 uint64_t BindRebaseAddress(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseAddress()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4387 const char * BindRebaseSegInfo::checkSegAndOffsets(int32_t SegIndex, in checkSegAndOffsets()
4420 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName()
4431 int32_t SegIndex, uint64_t SegOffset) { in findSection()
4446 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName()
4453 uint64_t BindRebaseSegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address()