Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h176 LLVM_ABI int32_t segmentIndex() const;
223 LLVM_ABI int32_t segmentIndex() const;
330 LLVM_ABI int32_t segmentIndex() const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3272 int32_t MachOAbstractFixupEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachOAbstractFixupEntry
3755 int32_t MachORebaseEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachORebaseEntry
4301 int32_t MachOBindEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachOBindEntry