Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h105 Optional<uint64_t> getSegmentVMAddr() const;
H A DMachOObjcopy.cpp312 uint64_t Addr = *LC.getSegmentVMAddr(); in addSection()
326 NewSegment.Sections.back()->Addr = *NewSegment.getSegmentVMAddr(); in addSection()
H A DMachOObject.cpp204 Optional<uint64_t> LoadCommand::getSegmentVMAddr() const { in getSegmentVMAddr() function in LoadCommand