Home
last modified time | relevance | path

Searched refs:View (Results 1 – 25 of 68) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.h32 std::unique_ptr<SourceCoverageView> View; member
35 std::unique_ptr<SourceCoverageView> View) in ExpansionView()
36 : Region(Region), View(std::move(View)) {} in ExpansionView()
38 : Region(std::move(RHS.Region)), View(std::move(RHS.View)) {} in ExpansionView()
41 View = std::move(RHS.View);
58 std::unique_ptr<SourceCoverageView> View; member
61 std::unique_ptr<SourceCoverageView> View) in InstantiationView()
62 : FunctionName(FunctionName), Line(Line), View(std::move(View)) {} in InstantiationView()
73 std::unique_ptr<SourceCoverageView> View; member
77 std::unique_ptr<SourceCoverageView> View) in BranchView()
[all …]
H A DSourceCoverageView.cpp167 std::unique_ptr<SourceCoverageView> View) { in addExpansion() argument
168 ExpansionSubViews.emplace_back(Region, std::move(View)); in addExpansion()
173 std::unique_ptr<SourceCoverageView> View) { in addBranch() argument
174 BranchSubViews.emplace_back(Line, Regions, std::move(View)); in addBranch()
179 std::unique_ptr<SourceCoverageView> View) { in addInstantiation() argument
180 InstantiationSubViews.emplace_back(FunctionName, Line, std::move(View)); in addInstantiation()
H A DCodeCoverage.cpp98 void attachExpansionSubViews(SourceCoverageView &View,
103 void attachBranchSubViews(SourceCoverageView &View, StringRef SourceName,
301 SourceCoverageView &View, ArrayRef<ExpansionRecord> Expansions, in attachExpansionSubViews() argument
321 View.addExpansion(Expansion.Region, std::move(SubView)); in attachExpansionSubViews()
325 void CodeCoverageTool::attachBranchSubViews(SourceCoverageView &View, in attachBranchSubViews() argument
347 View.addBranch(CurrentLine, ViewBranches, std::move(SubView)); in attachBranchSubViews()
364 auto View = SourceCoverageView::create(DC.demangle(Function.Name), in createFunctionView() local
367 attachExpansionSubViews(*View, Expansions, Coverage); in createFunctionView()
368 attachBranchSubViews(*View, DC.demangle(Function.Name), Branches, in createFunctionView()
371 return View; in createFunctionView()
[all …]
H A DSourceCoverageViewText.cpp222 ESV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/false, in renderExpansionView()
278 if (!ISV.View) in renderInstantiationView()
282 ISV.View->print(OS, /*WholeFile=*/false, /*ShowSourceName=*/true, in renderInstantiationView()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dnaming-1.m5 @interface View interface
10 int View; /* ok */
11 View = 1; /* ok */
12 View *view; /* { dg-error "`view' undeclared" } */
19 View *view; /* ok */
20 View = 1; /* { dg-error "(parse|syntax) error" } */
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DCustomBehaviour.cpp27 std::vector<std::unique_ptr<View>>
30 return std::vector<std::unique_ptr<View>>(); in getStartViews()
33 std::vector<std::unique_ptr<View>>
36 return std::vector<std::unique_ptr<View>>(); in getPostInstrInfoViews()
39 std::vector<std::unique_ptr<View>>
42 return std::vector<std::unique_ptr<View>>(); in getEndViews()
H A DView.cpp21 void View::anchor() {} in anchor()
H A DCMakeLists.txt25 View.cpp
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp21 static cl::opt<TY> *NAME##View; \
23 assert(NAME##View && "RegisterMCTargetOptionsFlags not created."); \
24 return *NAME##View; \
30 if (NAME##View->getNumOccurrences()) { \
31 TY res = *NAME##View; \
53 NAME##View = std::addressof(NAME); \ in MCOPT_EXP()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3070.C16 class View : public BaseView {
18 virtual ~View();
26 class TestViewBase : public TestViewBaseUpdate, private View {
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DView.h26 class View : public HWEventListener {
28 virtual ~View() = default;
H A DCustomBehaviour.h107 virtual std::vector<std::unique_ptr<View>>
110 virtual std::vector<std::unique_ptr<View>>
114 virtual std::vector<std::unique_ptr<View>>
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A DPipelinePrinter.h46 llvm::SmallVector<std::unique_ptr<View>, 8> Views;
58 void addView(std::unique_ptr<View> V) { in addView()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp31 static cl::opt<TY> *NAME##View; \
33 assert(NAME##View && "RegisterCodeGenFlags not created."); \
34 return *NAME##View; \
38 static cl::list<TY> *NAME##View; \
40 assert(NAME##View && "RegisterCodeGenFlags not created."); \
41 return *NAME##View; \
48 if (NAME##View->getNumOccurrences()) { \
49 TY res = *NAME##View; \
111 NAME##View = std::addressof(NAME); \ in CGOPT()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryStreamReader.h238 BinaryStreamRef View; in readArray() local
239 if (auto EC = readStreamRef(View, NumItems * sizeof(T))) in readArray()
242 Array = FixedStreamArray<T>(View); in readArray()
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-debuginfo-analyzer.rst761 Logical View:
827 Logical View:
875 Logical View:
882 Logical View:
923 Logical View:
1041 Logical View:
1063 Logical View:
1087 Logical View:
1114 Logical View:
1195 Logical View:
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DRetireControlUnitStatistics.h38 class RetireControlUnitStatistics : public View {
H A DRegisterFileStatistics.h45 class RegisterFileStatistics : public View {
H A DDispatchStatistics.h44 class DispatchStatistics : public View {
H A DSummaryView.h40 class SummaryView : public View {
H A DSchedulerStatistics.h47 class SchedulerStatistics final : public View {
H A DInstructionView.h27 class InstructionView : public View {
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp694 const void *View; in getSymbolsAndView() local
695 if (get_view(F.handle, &View) != LDPS_OK) in getSymbolsAndView()
698 return View; in getSymbolsAndView()
733 static void addModule(LTO &Lto, claimed_file &F, const void *View, in addModule() argument
735 MemoryBufferRef BufferRef(StringRef((const char *)View, F.filesize), in addModule()
1061 if (const void *View = getSymbolsAndView(F)) in runLTO() local
1062 addModule(*Lto, F, View, ObjFilename.first->first()); in runLTO()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MCA/
H A DBUILD.gn33 "View.cpp",
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def28 SHADER_FLAG(16, ViewID, "View Instancing")

123