Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h663 getSubClientCommand(const LoadCommandInfo &L) const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp4564 MachOObjectFile::getSubClientCommand(const LoadCommandInfo &L) const { in getSubClientCommand() function in MachOObjectFile
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp10211 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); in PrintLoadCommands()