Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Object/
H A DMachO.h382 getThreadCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h541 getThreadCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DMachO.h697 getThreadCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DMachO.h700 getThreadCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DMachO.h700 getThreadCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DMachO.h700 getThreadCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DMachO.h701 getThreadCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2196 MachOObjectFile::getThreadCommand(const LoadCommandInfo &L) const { in getThreadCommand() function in MachOObjectFile
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp4402 MachOObjectFile::getThreadCommand(const LoadCommandInfo &L) const { in getThreadCommand() function in MachOObjectFile
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp4760 MachOObjectFile::getThreadCommand(const LoadCommandInfo &L) const { in getThreadCommand() function in MachOObjectFile
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8985 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands()