clang
10.0.0git
lib
Frontend
FrontendTiming.cpp
Go to the documentation of this file.
1
//===- FrontendTiming.cpp - Implements Frontend timing utils -------------===//
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 keps implementation of frontend timing utils.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#include "
clang/Frontend/Utils.h
"
14
15
namespace
clang
{
16
17
bool
FrontendTimesIsEnabled
=
false
;
18
19
}
Utils.h
clang
Dataflow Directional Tag Classes.
Definition:
CFGReachabilityAnalysis.h:21
clang::FrontendTimesIsEnabled
bool FrontendTimesIsEnabled
If the user specifies the -ftime-report argument on an Clang command line then the value of this bool...
Definition:
FrontendTiming.cpp:17
Generated on Thu Feb 13 2020 14:07:42 for clang by
1.8.13