Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp189 auto SCLC = Obj->getSubClientCommand(LCI); in readMachOHeader()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h695 getSubClientCommand(const LoadCommandInfo &L) const;
/src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4756 MachOObjectFile::getSubClientCommand(const LoadCommandInfo &L) const { in getSubClientCommand() function in MachOObjectFile
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10187 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); in PrintLoadCommands()