1 //===- bolt/Profile/ProfileReaderBase.cpp ---------------------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Interface to be implemented by all profile readers.
11 //===----------------------------------------------------------------------===//
13 #include "bolt/Profile/ProfileReaderBase.h"
18 bool ProfileReaderBase::mayHaveProfileData(const BinaryFunction
&BF
) {