Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp33 template <typename ValueType> struct BinaryBeImpl { struct
35 BinaryBeImpl(ValueType V) : Value(V) {} in BinaryBeImpl() function
39 raw_ostream &operator<<(raw_ostream &OS, const BinaryBeImpl<ValueType> &BBE) { in operator <<()
47 template <typename ValueType> BinaryBeImpl<ValueType> binaryBe(ValueType V) { in binaryBe()
48 return BinaryBeImpl<ValueType>(V); in binaryBe()