Searched defs:View (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/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; member
|
H A D | SourceCoverageView.cpp | 167 std::unique_ptr<SourceCoverageView> View) { in addExpansion() 173 std::unique_ptr<SourceCoverageView> View) { in addBranch() 179 std::unique_ptr<SourceCoverageView> View) { in addInstantiation()
|
H A D | CodeCoverage.cpp | 301 SourceCoverageView &View, ArrayRef<ExpansionRecord> Expansions, in attachExpansionSubViews() 325 void CodeCoverageTool::attachBranchSubViews(SourceCoverageView &View, in attachBranchSubViews() 364 auto View = SourceCoverageView::create(DC.demangle(Function.Name), in createFunctionView() local 386 auto View = SourceCoverageView::create(SourceFile, SourceBuffer.get(), in createSourceFileView() local 608 auto View = createSourceFileView(SourceFile, *Coverage); in writeSourceFileView() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
H A D | naming-1.m | 5 @interface View interface
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | BinaryStreamReader.h | 238 BinaryStreamRef View; in readArray() local
|
/openbsd-src/gnu/llvm/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 694 const void *View; in getSymbolsAndView() local 733 static void addModule(LTO &Lto, claimed_file &F, const void *View, in addModule() 1061 if (const void *View = getSymbolsAndView(F)) in runLTO() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 169 View // --report=view enumerator
|