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

/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp715 MachO::version_min_command VMC = Obj->getVersionMinLoadCommand(Load); local
718 W.printNumber("Size", VMC.cmdsize);
720 Version = utostr(MachOObjectFile::getVersionMinMajor(VMC, false)) + "." +
721 utostr(MachOObjectFile::getVersionMinMinor(VMC, false));
722 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, false);
724 Version += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, false));
727 if (VMC.sdk == 0)
730 SDK = utostr(MachOObjectFile::getVersionMinMajor(VMC, true)) + "." +
731 utostr(MachOObjectFile::getVersionMinMinor(VMC, true));
732 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, tru
[all...]

Completed in 100 milliseconds