Home
last modified time | relevance | path

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

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