Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h639 getDylibIDLoadCommand(const LoadCommandInfo &L) const;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp798 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in printNeededLibraries()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp4504 MachOObjectFile::getDylibIDLoadCommand(const LoadCommandInfo &L) const { in getDylibIDLoadCommand() function in MachOObjectFile
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp1211 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load); in PrintDylibs()
10229 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in PrintLoadCommands()