OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:collectLineCounts
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/VMCore/
GCOV.cpp
71
///
collectLineCounts
- Collect line counts. This must be used after
73
void GCOVFile::
collectLineCounts
(FileInfo &FI) {
76
(*I)->
collectLineCounts
(FI);
161
///
collectLineCounts
- Collect line counts. This must be used after
163
void GCOVFunction::
collectLineCounts
(FileInfo &FI) {
166
(*I)->
collectLineCounts
(FI);
185
///
collectLineCounts
- Collect line counts. This must be used after
187
void GCOVBlock::
collectLineCounts
(FileInfo &FI) {
190
I->second->
collectLineCounts
(FI, I->first(), Counter);
217
///
collectLineCounts
- Collect line counts. This must be used afte
[
all
...]
/external/llvm/lib/IR/
GCOV.cpp
113
///
collectLineCounts
- Collect line counts. This must be used after
115
void GCOVFile::
collectLineCounts
(FileInfo &FI) {
117
FPtr->
collectLineCounts
(FI);
355
///
collectLineCounts
- Collect line counts. This must be used after
357
void GCOVFunction::
collectLineCounts
(FileInfo &FI) {
364
Block->
collectLineCounts
(FI);
397
///
collectLineCounts
- Collect line counts. This must be used after
399
void GCOVBlock::
collectLineCounts
(FileInfo &FI) {
Completed in 771 milliseconds