Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h661 getSubLibraryCommand(const LoadCommandInfo &L) const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp4559 MachOObjectFile::getSubLibraryCommand(const LoadCommandInfo &L) const { in getSubLibraryCommand() function in MachOObjectFile
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp10208 MachO::sub_library_command Sl = Obj->getSubLibraryCommand(Command); in PrintLoadCommands()