Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp34 template <typename ValueType> struct BinaryBeImpl { struct
35 ValueType Value;
36 BinaryBeImpl(ValueType V) : Value(V) {} in BinaryBeImpl() argument