Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Object/
H A DMachO.h396 MachO::linkedit_data_command getLinkOptHintsLoadCommand() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h555 MachO::linkedit_data_command getLinkOptHintsLoadCommand() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DMachO.h711 MachO::linkedit_data_command getLinkOptHintsLoadCommand() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DMachO.h716 MachO::linkedit_data_command getLinkOptHintsLoadCommand() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DMachO.h716 MachO::linkedit_data_command getLinkOptHintsLoadCommand() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DMachO.h716 MachO::linkedit_data_command getLinkOptHintsLoadCommand() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DMachO.h717 MachO::linkedit_data_command getLinkOptHintsLoadCommand() const;
/aosp_15_r20/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2307 MachOObjectFile::getLinkOptHintsLoadCommand() const { in getLinkOptHintsLoadCommand() function in MachOObjectFile
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp4521 MachOObjectFile::getLinkOptHintsLoadCommand() const { in getLinkOptHintsLoadCommand() function in MachOObjectFile
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp4879 MachOObjectFile::getLinkOptHintsLoadCommand() const { in getLinkOptHintsLoadCommand() function in MachOObjectFile
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp507 MachO::linkedit_data_command LohLC = O->getLinkOptHintsLoadCommand(); in PrintLinkOptHints()