Searched refs:getDylinkerCommand (Results 1 – 3 of 3) sorted by relevance
352 getDylinkerCommand(const LoadCommandInfo &L) const;
2031 MachOObjectFile::getDylinkerCommand(const LoadCommandInfo &L) const { in getDylinkerCommand() function in MachOObjectFile
8568 MachO::dylinker_command Dyld = Obj->getDylinkerCommand(Command); in PrintLoadCommands()