Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h173 int32_t segmentIndex() const;
219 int32_t segmentIndex() const;
311 int32_t segmentIndex() const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp3216 int32_t MachOAbstractFixupEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachOAbstractFixupEntry
3569 int32_t MachORebaseEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachORebaseEntry
4113 int32_t MachOBindEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachOBindEntry