Searched refs:getDylibIDLoadCommand (Results 1 – 5 of 5) sorted by relevance
170 auto DLLC = Obj->getDylibIDLoadCommand(LCI); in readMachOHeader()177 auto DLLC = Obj->getDylibIDLoadCommand(LCI); in readMachOHeader()
676 getDylibIDLoadCommand(const LoadCommandInfo &L) const;
798 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in printNeededLibraries()
4695 MachOObjectFile::getDylibIDLoadCommand(const LoadCommandInfo &L) const { in getDylibIDLoadCommand() function in MachOObjectFile
1412 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load); in PrintDylibs()10224 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in PrintLoadCommands()