Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp722 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, false); in printMachOVersionMin()
724 Version += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, false)); in printMachOVersionMin()
732 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, true); in printMachOVersionMin()
734 SDK += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, true)); in printMachOVersionMin()
/external/llvm/include/llvm/Object/
DMachO.h438 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) { in getVersionMinUpdate() function
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7871 uint32_t Update = MachOObjectFile::getVersionMinUpdate(vd, false); in PrintVersionMinLoadCommand()
7882 Update = MachOObjectFile::getVersionMinUpdate(vd, true); in PrintVersionMinLoadCommand()