Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp720 Version = utostr(MachOObjectFile::getVersionMinMajor(VMC, false)) + "." + in printMachOVersionMin()
730 SDK = utostr(MachOObjectFile::getVersionMinMajor(VMC, true)) + "." + in printMachOVersionMin()
/external/llvm/include/llvm/Object/
DMachO.h426 getVersionMinMajor(MachO::version_min_command &C, bool SDK) { in getVersionMinMajor() function
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7869 << MachOObjectFile::getVersionMinMajor(vd, false) << "." in PrintVersionMinLoadCommand()
7879 << MachOObjectFile::getVersionMinMajor(vd, true) << "." in PrintVersionMinLoadCommand()