Searched refs:getRpathCommand (Results 1 – 4 of 4) sorted by relevance
206 auto RPLC = Obj->getRpathCommand(LCI); in readMachOHeader()
679 getRpathCommand(const LoadCommandInfo &L) const;
1466 auto Rpath = O->getRpathCommand(Command); in printRpaths()10144 MachO::rpath_command Rpath = Obj->getRpathCommand(Command); in PrintLoadCommands()
4716 MachOObjectFile::getRpathCommand(const LoadCommandInfo &L) const { in getRpathCommand() function in MachOObjectFile