Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h669 getThreadCommand(const LoadCommandInfo &L) const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp4579 MachOObjectFile::getThreadCommand(const LoadCommandInfo &L) const { in getThreadCommand() function in MachOObjectFile
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp10221 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands()