Home
last modified time | relevance | path

Searched refs:getVersionMinLoadCommand (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/tools/macho-dump/
H A Dmacho-dump.cpp325 MachO::version_min_command VMLC = Obj.getVersionMinLoadCommand(LCI); in DumpVersionMin()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h352 getVersionMinLoadCommand(const LoadCommandInfo &L) const;
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2269 MachOObjectFile::getVersionMinLoadCommand(const LoadCommandInfo &L) const { in getVersionMinLoadCommand() function in MachOObjectFile
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp4491 MachO::version_min_command Vd = Obj->getVersionMinLoadCommand(Command); in PrintLoadCommands()