Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Object/
H A DMachO.h380 getRoutinesCommand64(const LoadCommandInfo &L) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h539 getRoutinesCommand64(const LoadCommandInfo &L) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DMachO.h695 getRoutinesCommand64(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DMachO.h698 getRoutinesCommand64(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DMachO.h698 getRoutinesCommand64(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DMachO.h698 getRoutinesCommand64(const LoadCommandInfo &L) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DMachO.h699 getRoutinesCommand64(const LoadCommandInfo &L) const;
/aosp_15_r20/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2191 MachOObjectFile::getRoutinesCommand64(const LoadCommandInfo &L) const { in getRoutinesCommand64() function in MachOObjectFile
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp4397 MachOObjectFile::getRoutinesCommand64(const LoadCommandInfo &L) const { in getRoutinesCommand64() function in MachOObjectFile
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp4755 MachOObjectFile::getRoutinesCommand64(const LoadCommandInfo &L) const { in getRoutinesCommand64() function in MachOObjectFile
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8981 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command); in PrintLoadCommands()