Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h99 std::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.cpp216 std::optional<uint64_t> LoadCommand::getSegmentVMAddr() const { in getSegmentVMAddr() function in LoadCommand