Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryItemStream.h22 template <typename T> struct BinaryItemTraits { struct
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DRandomAccessVisitorTest.cpp59 template <> struct BinaryItemTraits<CVType> { struct
60 static size_t length(const CVType &Item) { return Item.length(); } in length()
61 static ArrayRef<uint8_t> bytes(const CVType &Item) { return Item.data(); } in bytes()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DBinaryStreamTest.cpp791 template <> struct BinaryItemTraits<BinaryItemStreamObject> { struct
792 static size_t length(const BinaryItemStreamObject &Item) { in length()
796 static ArrayRef<uint8_t> bytes(const BinaryItemStreamObject &Item) { in bytes()