Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h554 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
/third_party/skia/third_party/externals/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