search for: llvm_virtual

Displaying 1 result from an estimated 1 matches for "llvm_virtual".

2018 May 03
3
RFC: virtual-like methods via LLVM-style RTTI
...- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // 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 { //===----------...