Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp34 template <typename ValueType> struct BinaryBeImpl { struct
36 BinaryBeImpl(ValueType V) : Value(V) {} in BinaryBeImpl() function
40 raw_ostream &operator<<(raw_ostream &OS, const BinaryBeImpl<ValueType> &BBE) { in operator <<()
48 template <typename ValueType> BinaryBeImpl<ValueType> binaryBe(ValueType V) { in binaryBe()
49 return BinaryBeImpl<ValueType>(V); in binaryBe()