Home
last modified time | relevance | path

Searched defs:BinaryItemTraits (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DBinaryItemStream.h21 template <typename T> struct BinaryItemTraits { struct
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp55 template <> struct BinaryItemTraits<CVType> { struct
56 static size_t length(const CVType &Item) { return Item.length(); } in length()
57 static ArrayRef<uint8_t> bytes(const CVType &Item) { return Item.data(); } in bytes()
/llvm-project/llvm/unittests/Support/
H A DBinaryStreamTest.cpp903 template <> struct BinaryItemTraits<BinaryItemStreamObject> { struct
904 static size_t length(const BinaryItemStreamObject &Item) { in length()
908 static ArrayRef<uint8_t> bytes(const BinaryItemStreamObject &Item) { in bytes()