HomeSort by relevance Sort by last modified time
    Searched refs:getVersionMinUpdate (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 722 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, false);
724 Version += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, false));
732 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, true);
734 SDK += "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, true));
  /external/llvm/include/llvm/Object/
MachO.h 438 getVersionMinUpdate(MachO::version_min_command &C, bool SDK) {
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 368 milliseconds