Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DMachO.h599 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DMachO.h602 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName()
608 StringRef BindRebaseSectionName(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseSectionName()
614 uint64_t BindRebaseAddress(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseAddress()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DMachO.h602 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName()
608 StringRef BindRebaseSectionName(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseSectionName()
614 uint64_t BindRebaseAddress(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseAddress()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DMachO.h602 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName()
608 StringRef BindRebaseSectionName(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseSectionName()
614 uint64_t BindRebaseAddress(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseAddress()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DMachO.h603 StringRef BindRebaseSegmentName(int32_t SegIndex) const { in BindRebaseSegmentName()
609 StringRef BindRebaseSectionName(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseSectionName()
615 uint64_t BindRebaseAddress(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseAddress()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A 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()
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp9164 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp4380 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()