Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp296 uint64_t Addr = *LC.getSegmentVMAddr(); in addSection()
310 NewSegment.Sections.back()->Addr = *NewSegment.getSegmentVMAddr(); in addSection()
DObject.h105 Optional<uint64_t> getSegmentVMAddr() const;
DObject.cpp184 Optional<uint64_t> LoadCommand::getSegmentVMAddr() const { in getSegmentVMAddr() function in LoadCommand