Searched refs:ntools (Results 1 – 5 of 5) sorted by relevance
171 auto NTools = LC.Data.build_version_command_data.ntools; in processLoadCommandData()
845 uint32_t ntools; // number of tool entries following this member1299 sys::swapByteOrder(C.ntools); in swapStruct()
561 IO.mapRequired("ntools", LoadCommand.ntools); in mapping()
836 BVC.ntools * sizeof(MachO::build_tool_version)) in parseBuildVersionCommand()841 BuildTools.resize(BVC.ntools); in parseBuildVersionCommand()842 for (unsigned i = 0; i < BVC.ntools; ++i) in parseBuildVersionCommand()
8677 bd.ntools * sizeof(struct MachO::build_tool_version)) in PrintBuildVersionLoadCommand()8690 outs() << " ntools " << bd.ntools << "\n"; in PrintBuildVersionLoadCommand()8691 for (unsigned i = 0; i < bd.ntools; ++i) { in PrintBuildVersionLoadCommand()