Searched refs:SourceCoverageView (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.h | 24 class SourceCoverageView; variable 29 std::unique_ptr<SourceCoverageView> View; 32 std::unique_ptr<SourceCoverageView> View) in ExpansionView() 55 std::unique_ptr<SourceCoverageView> View; 58 std::unique_ptr<SourceCoverageView> View) in InstantiationView() 155 class SourceCoverageView { 251 SourceCoverageView(StringRef SourceName, const MemoryBuffer &File, in SourceCoverageView() function 258 static std::unique_ptr<SourceCoverageView> 263 virtual ~SourceCoverageView() {} in ~SourceCoverageView() 271 std::unique_ptr<SourceCoverageView> View); [all …]
|
H A D | SourceCoverageView.cpp | 84 std::string SourceCoverageView::formatCount(uint64_t N) { in formatCount() 99 bool SourceCoverageView::shouldRenderRegionMarkers( in shouldRenderRegionMarkers() 105 bool SourceCoverageView::hasSubViews() const { in hasSubViews() 109 std::unique_ptr<SourceCoverageView> 110 SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File, in create() 124 void SourceCoverageView::addExpansion( in addExpansion() 126 std::unique_ptr<SourceCoverageView> View) { in addExpansion() 130 void SourceCoverageView::addInstantiation( in addInstantiation() 132 std::unique_ptr<SourceCoverageView> View) { in addInstantiation() 136 void SourceCoverageView::print(raw_ostream &OS, bool WholeFile, in print()
|
H A D | CodeCoverage.cpp | 68 void attachExpansionSubViews(SourceCoverageView &View, 73 std::unique_ptr<SourceCoverageView> 77 std::unique_ptr<SourceCoverageView> 172 CodeCoverageTool::attachExpansionSubViews(SourceCoverageView &View, in attachExpansionSubViews() 187 SourceCoverageView::create(Expansion.Function.Name, SourceBuffer.get(), in attachExpansionSubViews() 194 std::unique_ptr<SourceCoverageView> 205 auto View = SourceCoverageView::create(Function.Name, SourceBuffer.get(), in createFunctionView() 212 std::unique_ptr<SourceCoverageView> 223 auto View = SourceCoverageView::create(SourceFile, SourceBuffer.get(), in createSourceFileView() 231 SourceCoverageView::create(Function->Name, SourceBuffer.get(), ViewOpts, in createSourceFileView()
|
H A D | SourceCoverageViewText.h | 36 class SourceCoverageViewText : public SourceCoverageView { 77 : SourceCoverageView(SourceName, File, Options, std::move(CoverageInfo)) { in SourceCoverageViewText()
|
H A D | SourceCoverageViewHTML.h | 36 class SourceCoverageViewHTML : public SourceCoverageView { 77 : SourceCoverageView(SourceName, File, Options, std::move(CoverageInfo)) { in SourceCoverageViewHTML()
|
H A D | CMakeLists.txt | 10 SourceCoverageView.cpp
|
/aosp_15_r20/prebuilts/rust/bootstrap/ |
H A D | chain.log | 2814 [ 97%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o 7491 [ 97%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o 12318 [ 99%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o 17050 [ 99%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o 22177 [ 97%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o 22202 …/google/home/mmaurer/rust-final/rustc-1.25.0-src/src/llvm/tools/llvm-cov/SourceCoverageView.cpp:14: 22203 …al/google/home/mmaurer/rust-final/rustc-1.25.0-src/src/llvm/tools/llvm-cov/SourceCoverageView.h:18: 27345 [ 96%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o 27377 …/google/home/mmaurer/rust-final/rustc-1.26.2-src/src/llvm/tools/llvm-cov/SourceCoverageView.cpp:14: 27378 …al/google/home/mmaurer/rust-final/rustc-1.26.2-src/src/llvm/tools/llvm-cov/SourceCoverageView.h:18: [all …]
|
/aosp_15_r20/prebuilts/rust/bootstrap/mrustc-bootstrap/ |
H A D | bootstrap_log | 5378 [ 90%] Building CXX object tools/llvm-cov/CMakeFiles/llvm-cov.dir/SourceCoverageView.cpp.o
|