Searched defs:SegIndex (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 443 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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
D | MachO.h | 599 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName() 605 StringRef BindRebaseSectionName(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseSectionName() 611 uint64_t BindRebaseAddress(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 4035 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()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 9164 StringRef SegInfo::segmentName(uint32_t SegIndex) { in segmentName() 9172 bool SegInfo::isValidSegIndexAndOffset(uint32_t SegIndex, in isValidSegIndexAndOffset() 9186 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection() 9200 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName() 9204 uint64_t SegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address() 9215 uint32_t SegIndex = Entry.segmentIndex(); in printMachORebaseTable() local 9260 uint32_t SegIndex = Entry.segmentIndex(); in printMachOBindTable() local 9292 uint32_t SegIndex = Entry.segmentIndex(); in printMachOLazyBindTable() local 9325 uint32_t SegIndex = Entry.segmentIndex(); in printMachOWeakBindTable() local 9352 uint32_t SegIndex = Entry.segmentIndex(); in get_dyld_bind_info_symbolname() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 4380 const char * BindRebaseSegInfo::checkSegAndOffsets(int32_t SegIndex, in checkSegAndOffsets() 4413 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName() 4424 int32_t SegIndex, uint64_t SegOffset) { in findSection() 4439 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName() 4446 uint64_t BindRebaseSegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address()
|