Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp270 template <typename NListType>
273 NListType ListEntry; in writeNListEntry()
282 memcpy(Out, reinterpret_cast<const char *>(&ListEntry), sizeof(NListType)); in writeNListEntry()
283 Out += sizeof(NListType); in writeNListEntry()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp473 template <typename NListType>
476 NListType ListEntry; in writeNListEntry()
485 OS.write(reinterpret_cast<const char *>(&ListEntry), sizeof(NListType)); in writeNListEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h313 enum NListType : uint8_t { enum