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.h608 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName()
614 StringRef BindRebaseSectionName(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseSectionName()
620 uint64_t BindRebaseAddress(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseAddress()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4390 const char *BindRebaseSegInfo::checkSegAndOffsets(int32_t SegIndex, in checkSegAndOffsets()
4423 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName()
4434 int32_t SegIndex, uint64_t SegOffset) { in findSection()
4449 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName()
4456 uint64_t BindRebaseSegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address()