Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h377 getRoutinesCommand64(const LoadCommandInfo &L) const;
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp2079 MachOObjectFile::getRoutinesCommand64(const LoadCommandInfo &L) const { in getRoutinesCommand64() function in MachOObjectFile
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp8406 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command); in PrintLoadCommands()