Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp56 auto Vers = Obj->getVersionMinLoadCommand(cmd); in constructTriples()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h662 getVersionMinLoadCommand(const LoadCommandInfo &L) const;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp874 MachO::version_min_command VMC = Obj->getVersionMinLoadCommand(Load); in printMachOVersionMin()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4672 MachOObjectFile::getVersionMinLoadCommand(const LoadCommandInfo &L) const { in getVersionMinLoadCommand() function in MachOObjectFile
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10038 MachO::version_min_command Vd = Obj->getVersionMinLoadCommand(Command); in PrintLoadCommands()