Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp171 auto NTools = LC.Data.build_version_command_data.ntools; in processLoadCommandData()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h845 uint32_t ntools; // number of tool entries following this member
1299 sys::swapByteOrder(C.ntools); in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp561 IO.mapRequired("ntools", LoadCommand.ntools); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp836 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8677 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()