Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1320 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in begin_dices()
1330 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in end_dices()
2293 MachOObjectFile::getDataInCodeLoadCommand() const { in getDataInCodeLoadCommand() function in MachOObjectFile
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DMachO.h395 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h554 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DMachO.h710 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DMachO.h715 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DMachO.h715 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DMachO.h715 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DMachO.h716 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp2768 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in begin_dices()
2778 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in end_dices()
4507 MachOObjectFile::getDataInCodeLoadCommand() const { in getDataInCodeLoadCommand() function in MachOObjectFile
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp2899 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in begin_dices()
2909 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in end_dices()
4865 MachOObjectFile::getDataInCodeLoadCommand() const { in getDataInCodeLoadCommand() function in MachOObjectFile
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp465 MachO::linkedit_data_command DIC = O->getDataInCodeLoadCommand(); in PrintDataInCodeTable()