Home
last modified time | relevance | path

Searched defs:View (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.h32 std::unique_ptr<SourceCoverageView> View; member
58 std::unique_ptr<SourceCoverageView> View; member
73 std::unique_ptr<SourceCoverageView> View; member
H A DSourceCoverageView.cpp167 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 DCodeCoverage.cpp301 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 Dnaming-1.m5 @interface View interface
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryStreamReader.h238 BinaryStreamRef View; in readArray() local
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp694 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 DLVOptions.h169 View // --report=view enumerator