Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A 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()
H A 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;
H A DCoverageSummaryInfo.h105 get(const coverage::FunctionRecord &Function);
H A DCoverageSummaryInfo.cpp21 FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) { in get()
H A DCodeCoverage.cpp64 createFunctionView(const FunctionRecord &Function, CoverageMapping &Coverage);
146 CodeCoverageTool::createFunctionView(const FunctionRecord &Function, in createFunctionView()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DCoverageMapping.h228 struct FunctionRecord { struct
238 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames, in FunctionRecord() argument
247 std::forward_iterator_tag, FunctionRecord> {
248 ArrayRef<FunctionRecord> Records;
249 ArrayRef<FunctionRecord>::iterator Current;
256 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,
268 const FunctionRecord &operator*() const { return *Current; }
289 const FunctionRecord &Function;
292 const FunctionRecord &Function) in ExpansionRecord()
358 std::vector<FunctionRecord> Functions;
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp49 struct FunctionRecord { struct
71 FunctionRecord() : MayReadAnyGlobal (false), FunctionEffect(0) {} in FunctionRecord() function
90 std::map<const Function*, FunctionRecord> FunctionInfo;
132 if (FunctionRecord *FR = getFunctionInfo(F)) { in getModRefBehavior()
149 if (FunctionRecord *FR = getFunctionInfo(F)) { in getModRefBehavior()
176 FunctionRecord *getFunctionInfo(const Function *F) { in getFunctionInfo()
177 std::map<const Function*, FunctionRecord>::iterator I = in getFunctionInfo()
373 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()]; in AnalyzeCallGraph()
409 if (FunctionRecord *CalleeFR = getFunctionInfo(Callee)) { in AnalyzeCallGraph()
548 if (const FunctionRecord *FR = getFunctionInfo(F)) in getModRefInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DCoverageMapping.cpp198 FunctionRecord Function(Record.FunctionName, Record.Filenames, in load()
239 std::vector<const FunctionRecord *>> MapT;
243 void insert(const FunctionRecord &Function, unsigned FileID) { in insert()
342 const FunctionRecord &Function) { in findMainViewFileID()
359 static Optional<unsigned> findMainViewFileID(const FunctionRecord &Function) { in findMainViewFileID()
371 const FunctionRecord &Function) { in gatherFileIDs()
417 std::vector<const FunctionRecord *>
427 std::vector<const FunctionRecord *> Result; in getInstantiations()
438 CoverageMapping::getCoverageForFunction(const FunctionRecord &Function) { in getCoverageForFunction()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1078 CoverageMappingRecord FunctionRecord; in addFunctionMappingRecord() local
1079 if (Reader.read(FunctionRecord)) in addFunctionMappingRecord()
1081 dump(llvm::outs(), FunctionRecord); in addFunctionMappingRecord()