Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DMachO.h697 getThreadCommand(const LoadCommandInfo &L) const;
/openbsd/src/gnu/llvm/llvm/lib/Object/
DMachOObjectFile.cpp4760 MachOObjectFile::getThreadCommand(const LoadCommandInfo &L) const { in getThreadCommand() function in MachOObjectFile
/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp10493 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands()