Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h540 getSubLibraryCommand(const LoadCommandInfo &L) const;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4360 MachOObjectFile::getSubLibraryCommand(const LoadCommandInfo &L) const { in getSubLibraryCommand() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp9737 MachO::sub_library_command Sl = Obj->getSubLibraryCommand(Command); in PrintLoadCommands()