Home
last modified time | relevance | path

Searched refs:getRoutinesCommand (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h544 getRoutinesCommand(const LoadCommandInfo &L) const;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4370 MachOObjectFile::getRoutinesCommand(const LoadCommandInfo &L) const { in getRoutinesCommand() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp9743 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()