reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
80 template <typename E> typename std::underlying_type<E>::type Mask() { 84 E::LLVM_BITMASK_LARGEST_ENUMERATOR)) - 90 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) { 105 E operator|(E LHS, E RHS) { 105 E operator|(E LHS, E RHS) { 105 E operator|(E LHS, E RHS) { 111 E operator&(E LHS, E RHS) { 111 E operator&(E LHS, E RHS) { 111 E operator&(E LHS, E RHS) {include/llvm/Support/BinaryByteStream.h
196 virtual BinaryStreamFlags getFlags() const override {
include/llvm/Support/BinaryStream.h56 virtual BinaryStreamFlags getFlags() const { return BSF_None; } 86 BinaryStreamFlags getFlags() const override { return BSF_Write; }