Home
last modified time | relevance | path

Searched refs:getSegmentOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOutputSection.cpp16 uint64_t OutputSection::getSegmentOffset() const { in getSegmentOffset() function in OutputSection
H A DOutputSection.h48 uint64_t getSegmentOffset() const;
H A DSyntheticSections.cpp172 uint64_t offset = osec->getSegmentOffset() + outSecOff; in encodeRebase()
298 uint64_t offset = osec->getSegmentOffset() + outSecOff; in encodeBinding()