Home
last modified time | relevance | path

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

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