Home
last modified time | relevance | path

Searched refs:ntools (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h854 uint32_t ntools; // number of tool entries following this member
1313 sys::swapByteOrder(C.ntools); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp569 IO.mapRequired("ntools", LoadCommand.ntools); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp865 BVC.ntools * sizeof(MachO::build_tool_version)) in parseBuildVersionCommand()
870 BuildTools.resize(BVC.ntools); in parseBuildVersionCommand()
871 for (unsigned i = 0; i < BVC.ntools; ++i) in parseBuildVersionCommand()