Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Object/
H A DMachO.h378 getRoutinesCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h537 getRoutinesCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DMachO.h693 getRoutinesCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DMachO.h696 getRoutinesCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DMachO.h696 getRoutinesCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DMachO.h696 getRoutinesCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DMachO.h697 getRoutinesCommand(const LoadCommandInfo &L) const;
/aosp_15_r20/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2186 MachOObjectFile::getRoutinesCommand(const LoadCommandInfo &L) const { in getRoutinesCommand() function in MachOObjectFile
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp4392 MachOObjectFile::getRoutinesCommand(const LoadCommandInfo &L) const { in getRoutinesCommand() function in MachOObjectFile
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp4750 MachOObjectFile::getRoutinesCommand(const LoadCommandInfo &L) const { in getRoutinesCommand() function in MachOObjectFile
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8978 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); in PrintLoadCommands()