Searched refs:BindRebaseSectionTable (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h423 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
438 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
445 return BindRebaseSectionTable->segmentName(SegIndex);
451 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset);
457 return BindRebaseSectionTable->address(SegIndex, SegOffset);
671 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable; member in class:llvm::object::MachOObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3433 if (O->BindRebaseSectionTable == nullptr)
3434 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O);
4093 if (O->BindRebaseSectionTable == nullptr)
4094 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O);

Completed in 65 milliseconds