Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp271 template <typename NListType>
274 NListType ListEntry; in writeNListEntry()
283 memcpy(Out, reinterpret_cast<const char *>(&ListEntry), sizeof(NListType)); in writeNListEntry()
284 Out += sizeof(NListType); in writeNListEntry()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp475 template <typename NListType>
478 NListType ListEntry; in writeNListEntry()
487 OS.write(reinterpret_cast<const char *>(&ListEntry), sizeof(NListType)); in writeNListEntry()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h313 enum NListType : uint8_t { enum