Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h132 class BindRebaseSegInfo {
134 BindRebaseSegInfo(const MachOObjectFile *Obj);
861 std::unique_ptr<BindRebaseSegInfo> BindRebaseSectionTable;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3805 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in rebaseTable()
4356 BindRebaseSegInfo::BindRebaseSegInfo(const object::MachOObjectFile *Obj) { in BindRebaseSegInfo() function in BindRebaseSegInfo
4391 const char *BindRebaseSegInfo::checkSegAndOffsets(int32_t SegIndex, in checkSegAndOffsets()
4424 StringRef BindRebaseSegInfo::segmentName(int32_t SegIndex) { in segmentName()
4434 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( in findSection()
4450 StringRef BindRebaseSegInfo::sectionName(int32_t SegIndex, in sectionName()
4457 uint64_t BindRebaseSegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address()
4467 O->BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(O); in bindTable()
4494 BindRebaseSectionTable = std::make_unique<BindRebaseSegInfo>(this); in fixupTable()