Searched refs:ntools (Results 1 – 7 of 7) sorted by relevance
481 const int ntools = 1; member in __anonb67f1e760111::LCBuildVersion484 return sizeof(build_version_command) + ntools * sizeof(build_tool_version); in getSize()496 c->ntools = ntools; in writeTo()
419 Cmd.ntools = 0; in generateDsymCompanion()529 Writer.W.write<uint32_t>(Cmd.ntools); in generateDsymCompanion()
869 uint32_t ntools; // number of tool entries following this member1458 sys::swapByteOrder(C.ntools); in swapStruct()
280 auto NTools = LC.Data.build_version_command_data.ntools; in processLoadCommandData()
623 IO.mapRequired("ntools", LoadCommand.ntools); in mapping()
868 BVC.ntools * sizeof(MachO::build_tool_version)) in parseBuildVersionCommand()873 BuildTools.resize(BVC.ntools); in parseBuildVersionCommand()874 for (unsigned i = 0; i < BVC.ntools; ++i) in parseBuildVersionCommand()
9457 bd.ntools * sizeof(struct MachO::build_tool_version)) in PrintBuildVersionLoadCommand()9474 outs() << " ntools " << bd.ntools << "\n"; in PrintBuildVersionLoadCommand()9475 for (unsigned i = 0; i < bd.ntools; ++i) { in PrintBuildVersionLoadCommand()