Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h654 uint32_t nmodules; member
1375 sys::swapByteOrder(C.nmodules); in swapStruct()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp453 IO.mapRequired("nmodules", LoadCommand.nmodules); in mapping()