Home
last modified time | relevance | path

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

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