Home
last modified time | relevance | path

Searched refs:FunctionRecord (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/llvm-cov/
DCoverageFilters.cpp20 bool NameCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
26 NameRegexCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
30 bool RegionCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
35 bool LineCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
44 bool CoverageFilters::matches(const coverage::FunctionRecord &Function) { in matches()
53 CoverageFiltersMatchAll::matches(const coverage::FunctionRecord &Function) { in matches()
DCoverageFilters.h29 virtual bool matches(const coverage::FunctionRecord &Function) { in matches()
41 bool matches(const coverage::FunctionRecord &Function) override;
51 bool matches(const coverage::FunctionRecord &Function) override;
87 bool matches(const coverage::FunctionRecord &Function) override;
98 bool matches(const coverage::FunctionRecord &Function) override;
114 bool matches(const coverage::FunctionRecord &Function) override;
122 bool matches(const coverage::FunctionRecord &Function) override;
DCoverageSummaryInfo.cpp21 FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) { in get()
DCoverageSummaryInfo.h135 get(const coverage::FunctionRecord &Function);
DCodeCoverage.cpp64 createFunctionView(const FunctionRecord &Function, CoverageMapping &Coverage);
146 CodeCoverageTool::createFunctionView(const FunctionRecord &Function, in createFunctionView()
/external/llvm/include/llvm/ProfileData/
DCoverageMapping.h253 struct FunctionRecord { struct
263 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames) in FunctionRecord() argument
276 std::forward_iterator_tag, FunctionRecord> { argument
277 ArrayRef<FunctionRecord> Records;
278 ArrayRef<FunctionRecord>::iterator Current;
285 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,
297 const FunctionRecord &operator*() const { return *Current; }
318 const FunctionRecord &Function;
321 const FunctionRecord &Function) in ExpansionRecord()
399 std::vector<FunctionRecord> Functions;
[all …]
/external/llvm/lib/ProfileData/
DCoverageMapping.cpp211 FunctionRecord Function(OrigFuncName, Record.Filenames); in load()
254 std::vector<const FunctionRecord *>> MapT;
258 void insert(const FunctionRecord &Function, unsigned FileID) { in insert()
359 const FunctionRecord &Function) { in gatherFileIDs()
368 const FunctionRecord &Function) { in findMainViewFileID()
382 static Optional<unsigned> findMainViewFileID(const FunctionRecord &Function) { in findMainViewFileID()
432 std::vector<const FunctionRecord *>
442 std::vector<const FunctionRecord *> Result; in getInstantiations()
453 CoverageMapping::getCoverageForFunction(const FunctionRecord &Function) { in getCoverageForFunction()