File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
llvm/include/llvm/ProfileData Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
- #ifndef LLVM_PROFILEDATA_MEMPROF_H_
2
- #define LLVM_PROFILEDATA_MEMPROF_H_
1
+ // ===- MemProf.h - MemProf support ------------------------------*- C++ -*-===//
2
+ //
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
6
+ //
7
+ // ===----------------------------------------------------------------------===//
8
+ //
9
+ // This file contains common definitions used in the reading and writing of
10
+ // memory profile data.
11
+ //
12
+ // ===----------------------------------------------------------------------===//
13
+
14
+ #ifndef LLVM_PROFILEDATA_MEMPROF_H
15
+ #define LLVM_PROFILEDATA_MEMPROF_H
3
16
4
17
#include " llvm/ADT/BitVector.h"
5
18
#include " llvm/ADT/MapVector.h"
@@ -844,5 +857,4 @@ struct LineLocation {
844
857
using CallEdgeTy = std::pair<LineLocation, uint64_t >;
845
858
} // namespace memprof
846
859
} // namespace llvm
847
-
848
- #endif // LLVM_PROFILEDATA_MEMPROF_H_
860
+ #endif // LLVM_PROFILEDATA_MEMPROF_H
You can’t perform that action at this time.
0 commit comments