Searched refs:getVersionMinUpdate (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp790 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, false);
792 Version += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, false));
800 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, true);
802 SDK += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, true));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h602 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) { function in class:llvm::object::MachOObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9093 uint32_t Update = MachOObjectFile::getVersionMinUpdate(vd, false);
9104 Update = MachOObjectFile::getVersionMinUpdate(vd, true);

Completed in 138 milliseconds