Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h395 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
/external/llvm/lib/Object/
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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h554 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DMachO.h710 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
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
/external/llvm/tools/llvm-objdump/
DMachODump.cpp465 MachO::linkedit_data_command DIC = O->getDataInCodeLoadCommand(); in PrintDataInCodeTable()