Searched defs:View (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.h | 32 std::unique_ptr<SourceCoverageView> View; member 58 std::unique_ptr<SourceCoverageView> View; member 73 std::unique_ptr<SourceCoverageView> View; global() member 90 std::unique_ptr<SourceCoverageView> View; global() member [all...] |
H A D | SourceCoverageView.cpp | 173 std::unique_ptr<SourceCoverageView> View) { in addExpansion() argument 179 addBranch(unsigned Line,ArrayRef<CountedRegion> Regions,std::unique_ptr<SourceCoverageView> View) addBranch() argument 185 addMCDCRecord(unsigned Line,ArrayRef<MCDCRecord> Records,std::unique_ptr<SourceCoverageView> View) addMCDCRecord() argument 191 addInstantiation(StringRef FunctionName,unsigned Line,std::unique_ptr<SourceCoverageView> View) addInstantiation() argument
|
H A D | CodeCoverage.cpp | 309 attachExpansionSubViews(SourceCoverageView & View,ArrayRef<ExpansionRecord> Expansions,const CoverageMapping & Coverage) attachExpansionSubViews() argument 333 attachBranchSubViews(SourceCoverageView & View,StringRef SourceName,ArrayRef<CountedRegion> Branches,const MemoryBuffer & File,CoverageData & CoverageInfo) attachBranchSubViews() argument 360 attachMCDCSubViews(SourceCoverageView & View,StringRef SourceName,ArrayRef<MCDCRecord> MCDCRecords,const MemoryBuffer & File,CoverageData & CoverageInfo) attachMCDCSubViews() argument 404 auto View = SourceCoverageView::create(DC.demangle(Function.Name), createFunctionView() local 429 auto View = SourceCoverageView::create(SourceFile, SourceBuffer.get(), createSourceFileView() local 663 auto View = createSourceFileView(SourceFile, *Coverage); writeSourceFileView() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 236 BinaryStreamRef View; in readArray() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 169 View // --report=view enumerator
|