Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DMachO.h536 getSubClientCommand(const LoadCommandInfo &L) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp4404 MachOObjectFile::getSubClientCommand(const LoadCommandInfo &L) const { in getSubClientCommand() function in MachOObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp10174 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); in PrintLoadCommands()