Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h691 getSubClientCommand(const LoadCommandInfo &L) const;
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp4745 MachOObjectFile::getSubClientCommand(const LoadCommandInfo &L) const { in getSubClientCommand() function in MachOObjectFile
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp10483 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); in PrintLoadCommands()