LLVM
8.0.1
lib
MCA
HWEventListener.cpp
Go to the documentation of this file.
1
//===----------------------- HWEventListener.cpp ----------------*- C++ -*-===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
/// \file
10
///
11
/// This file defines a vtable anchor for class HWEventListener.
12
///
13
//===----------------------------------------------------------------------===//
14
15
#include "
llvm/MCA/HWEventListener.h
"
16
17
namespace
llvm
{
18
namespace
mca {
19
20
// Anchor the vtable here.
21
void
HWEventListener::anchor() {}
22
}
// namespace mca
23
}
// namespace llvm
llvm
This class represents lattice values for constants.
Definition:
AllocatorList.h:24
HWEventListener.h
This file defines the main interface for hardware event listeners.
Generated on Sun Dec 20 2020 13:55:47 for LLVM by
1.8.13