Searched refs:getSegmentVMAddr (Results 1 – 3 of 3) sorted by relevance
99 std::optional<uint64_t> getSegmentVMAddr() const;
312 uint64_t Addr = *LC.getSegmentVMAddr(); in addSection()326 NewSegment.Sections.back()->Addr = *NewSegment.getSegmentVMAddr(); in addSection()
216 std::optional<uint64_t> LoadCommand::getSegmentVMAddr() const { in getSegmentVMAddr() function in LoadCommand