Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h105 Optional<uint64_t> getSegmentVMAddr() const;
DMachOObjcopy.cpp289 uint64_t Addr = *LC.getSegmentVMAddr(); in addSection()
303 NewSegment.Sections.back()->Addr = *NewSegment.getSegmentVMAddr(); in addSection()
DObject.cpp184 Optional<uint64_t> LoadCommand::getSegmentVMAddr() const { in getSegmentVMAddr() function in llvm::objcopy::macho::LoadCommand