| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.h | 32 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 D | SourceCoverageView.cpp | 167 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 D | CodeCoverage.cpp | 98 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 D | SourceCoverageViewText.cpp | 222 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 D | naming-1.m | 5 @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 D | CustomBehaviour.cpp | 27 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 D | View.cpp | 21 void View::anchor() {} in anchor()
|
| H A D | CMakeLists.txt | 25 View.cpp
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCTargetOptionsCommandFlags.cpp | 21 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 D | p3070.C | 16 class View : public BaseView { 18 virtual ~View(); 26 class TestViewBase : public TestViewBaseUpdate, private View {
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/ |
| H A D | View.h | 26 class View : public HWEventListener { 28 virtual ~View() = default;
|
| H A D | CustomBehaviour.h | 107 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 D | PipelinePrinter.h | 46 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 D | CommandFlags.cpp | 31 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 D | BinaryStreamReader.h | 238 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 D | llvm-debuginfo-analyzer.rst | 761 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 D | RetireControlUnitStatistics.h | 38 class RetireControlUnitStatistics : public View {
|
| H A D | RegisterFileStatistics.h | 45 class RegisterFileStatistics : public View {
|
| H A D | DispatchStatistics.h | 44 class DispatchStatistics : public View {
|
| H A D | SummaryView.h | 40 class SummaryView : public View {
|
| H A D | SchedulerStatistics.h | 47 class SchedulerStatistics final : public View {
|
| H A D | InstructionView.h | 27 class InstructionView : public View {
|
| /openbsd-src/gnu/llvm/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 694 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 D | BUILD.gn | 33 "View.cpp",
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainerConstants.def | 28 SHADER_FLAG(16, ViewID, "View Instancing")
|