Searched refs:getDylibIDLoadCommand (Results 1 – 5 of 5) sorted by relevance
171 auto DLLC = Obj->getDylibIDLoadCommand(LCI); in readMachOHeader()178 auto DLLC = Obj->getDylibIDLoadCommand(LCI); in readMachOHeader()
671 getDylibIDLoadCommand(const LoadCommandInfo &L) const;
798 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in printNeededLibraries()
1416 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load); in PrintDylibs()10205 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in PrintLoadCommands()
4696 MachOObjectFile::getDylibIDLoadCommand(const LoadCommandInfo &L) const { in getDylibIDLoadCommand() function in MachOObjectFile