OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportsProfiling
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Driver/
ToolChain.h
225
///
SupportsProfiling
- Does this tool chain support -pg.
226
virtual bool
SupportsProfiling
() const { return true; }
/external/clang/lib/Driver/
ToolChains.h
354
virtual bool
SupportsProfiling
() const;
ToolChains.cpp
879
bool Darwin::
SupportsProfiling
() const {
[
all
...]
Tools.cpp
[
all
...]
Completed in 1182 milliseconds