Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h443 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName()
449 StringRef BindRebaseSectionName(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseSectionName()
455 uint64_t BindRebaseAddress(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp4035 const char * BindRebaseSegInfo::checkSegAndOffsets(int32_t SegIndex, in checkSegAndOffsets()
4068 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName()
4079 int32_t SegIndex, uint64_t SegOffset) { in findSection()
4094 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName()
4101 uint64_t BindRebaseSegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address()