Displaying 1 result from an estimated 1 matches for "llvm_support_vtable_h".
2018 May 03
3
RFC: virtual-like methods via LLVM-style RTTI
...==----------------------------------------------------------------------===//
//
// This file provides LLVM_VIRTUAL() and related macros for creating virtual
// methods that demultiplex via LLVM-style RTTI.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_SUPPORT_VTABLE_H
#define LLVM_SUPPORT_VTABLE_H
#include <functional>
namespace llvm {
//===----------------------------------------------------------------------===//
// LLVM-style VTable Support macros
//===----------------------------------------------------------------------===//
// V...