Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h693 getRoutinesCommand(const LoadCommandInfo &L) const;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp4750 MachOObjectFile::getRoutinesCommand(const LoadCommandInfo &L) const { in getRoutinesCommand() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp10486 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()