Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DOutputSection.cpp16 uint64_t OutputSection::getSegmentOffset() const { in getSegmentOffset() function in OutputSection
DOutputSection.h37 uint64_t getSegmentOffset() const;
DSyntheticSections.cpp134 uint64_t offset = osec->getSegmentOffset() + outSecOff; in encodeRebase()
233 uint64_t offset = osec->getSegmentOffset() + outSecOff; in encodeBinding()