Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DMachO.h542 getThreadCommand(const LoadCommandInfo &L) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp4419 MachOObjectFile::getThreadCommand(const LoadCommandInfo &L) const { in getThreadCommand() function in MachOObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp10184 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands()