OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Compilation
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Driver/
Compilation.cpp
1
//===---
Compilation
.cpp -
Compilation
Task Implementation ----------------===//
10
#include "clang/Driver/
Compilation
.h"
25
Compilation
::
Compilation
(const Driver &D, const ToolChain &_DefaultToolChain,
31
Compilation
::~
Compilation
() {
55
const DerivedArgList &
Compilation
::getArgsForToolChain(const ToolChain *TC,
70
bool
Compilation
::CleanupFile(const char *File, bool IssueErrors) const {
100
bool
Compilation
::CleanupFileList(const ArgStringList &Files
[
all
...]
/external/clang/include/clang/Driver/
Compilation.h
1
//===---
Compilation
.h -
Compilation
Task Data Structure --------*- C++ -*-===//
32
///
Compilation
- A set of tasks to perform for a single driver
34
class
Compilation
{
76
Compilation
(const Driver &D, const ToolChain &DefaultToolChain,
79
~
Compilation
();
176
/// so
compilation
can be reexecuted to generate additional diagnostic
/external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output
53
@machineInlinees = {} # maps my
compilation
to a set of inlinees
65
def addBottomCountForCompilation(count,
compilation
)
66
@bottomCounts[
compilation
] = [] unless @bottomCounts[
compilation
]
67
@bottomCounts[
compilation
] << count
70
def addMachineInlinee(
compilation
, inlinee)
71
@machineInlinees[
compilation
] = {} unless @machineInlinees[
compilation
]
72
@machineInlinees[
compilation
][inlinee] = true
112
|
compilation
, counts
[
all
...]
Completed in 40 milliseconds