1.. raw:: html 2 3 <style type="text/css"> 4 .total { font-weight: bold; } 5 .none { background-color: #FFFF99; height: 20px; display: inline-block; width: 120px; text-align: center; border-radius: 5px; color: #000000; font-family="Verdana,Geneva,DejaVu Sans,sans-serif" } 6 .part { background-color: #FFCC99; height: 20px; display: inline-block; width: 120px; text-align: center; border-radius: 5px; color: #000000; font-family="Verdana,Geneva,DejaVu Sans,sans-serif" } 7 .good { background-color: #2CCCFF; height: 20px; display: inline-block; width: 120px; text-align: center; border-radius: 5px; color: #000000; font-family="Verdana,Geneva,DejaVu Sans,sans-serif" } 8 </style> 9 10.. role:: none 11.. role:: part 12.. role:: good 13.. role:: total 14 15====================== 16Clang Formatted Status 17====================== 18 19:doc:`ClangFormattedStatus` describes the state of LLVM source 20tree in terms of conformance to :doc:`ClangFormat` as of: March 06, 2022 17:32:26 (`830ba4cebe79 <https://github.com/llvm/llvm-project/commit/830ba4cebe79>`_). 21 22 23.. list-table:: LLVM Clang-Format Status 24 :widths: 50 25 25 25 25 25 :header-rows: 1 26 27 * - Directory 28 - Total Files 29 - Formatted Files 30 - Unformatted Files 31 - % Complete 32 * - bolt/include/bolt/Core 33 - `15` 34 - `10` 35 - `5` 36 - :part:`66%` 37 * - bolt/include/bolt/Passes 38 - `47` 39 - `47` 40 - `0` 41 - :good:`100%` 42 * - bolt/include/bolt/Profile 43 - `8` 44 - `8` 45 - `0` 46 - :good:`100%` 47 * - bolt/include/bolt/Rewrite 48 - `5` 49 - `4` 50 - `1` 51 - :part:`80%` 52 * - bolt/include/bolt/RuntimeLibs 53 - `3` 54 - `3` 55 - `0` 56 - :good:`100%` 57 * - bolt/include/bolt/Utils 58 - `4` 59 - `4` 60 - `0` 61 - :good:`100%` 62 * - bolt/lib/Core 63 - `14` 64 - `5` 65 - `9` 66 - :part:`35%` 67 * - bolt/lib/Passes 68 - `45` 69 - `21` 70 - `24` 71 - :part:`46%` 72 * - bolt/lib/Profile 73 - `7` 74 - `3` 75 - `4` 76 - :part:`42%` 77 * - bolt/lib/Rewrite 78 - `6` 79 - `0` 80 - `6` 81 - :none:`0%` 82 * - bolt/lib/RuntimeLibs 83 - `3` 84 - `3` 85 - `0` 86 - :good:`100%` 87 * - bolt/lib/Target/AArch64 88 - `1` 89 - `0` 90 - `1` 91 - :none:`0%` 92 * - bolt/lib/Target/X86 93 - `1` 94 - `0` 95 - `1` 96 - :none:`0%` 97 * - bolt/lib/Utils 98 - `2` 99 - `1` 100 - `1` 101 - :part:`50%` 102 * - bolt/runtime 103 - `3` 104 - `0` 105 - `3` 106 - :none:`0%` 107 * - bolt/tools/driver 108 - `1` 109 - `0` 110 - `1` 111 - :none:`0%` 112 * - bolt/tools/heatmap 113 - `1` 114 - `1` 115 - `0` 116 - :good:`100%` 117 * - bolt/tools/llvm-bolt-fuzzer 118 - `1` 119 - `1` 120 - `0` 121 - :good:`100%` 122 * - bolt/tools/merge-fdata 123 - `1` 124 - `0` 125 - `1` 126 - :none:`0%` 127 * - bolt/unittests/Core 128 - `1` 129 - `1` 130 - `0` 131 - :good:`100%` 132 * - clang/bindings/python/tests/cindex/INPUTS 133 - `5` 134 - `3` 135 - `2` 136 - :part:`60%` 137 * - clang/docs/analyzer/checkers 138 - `2` 139 - `0` 140 - `2` 141 - :none:`0%` 142 * - clang/examples/AnnotateFunctions 143 - `1` 144 - `0` 145 - `1` 146 - :none:`0%` 147 * - clang/examples/Attribute 148 - `1` 149 - `1` 150 - `0` 151 - :good:`100%` 152 * - clang/examples/CallSuperAttribute 153 - `1` 154 - `1` 155 - `0` 156 - :good:`100%` 157 * - clang/examples/PluginsOrder 158 - `1` 159 - `1` 160 - `0` 161 - :good:`100%` 162 * - clang/examples/PrintFunctionNames 163 - `1` 164 - `0` 165 - `1` 166 - :none:`0%` 167 * - clang/include/clang/Analysis 168 - `16` 169 - `4` 170 - `12` 171 - :part:`25%` 172 * - clang/include/clang/Analysis/Analyses 173 - `15` 174 - `3` 175 - `12` 176 - :part:`20%` 177 * - clang/include/clang/Analysis/DomainSpecific 178 - `2` 179 - `0` 180 - `2` 181 - :none:`0%` 182 * - clang/include/clang/Analysis/FlowSensitive 183 - `16` 184 - `15` 185 - `1` 186 - :part:`93%` 187 * - clang/include/clang/Analysis/Support 188 - `1` 189 - `0` 190 - `1` 191 - :none:`0%` 192 * - clang/include/clang/APINotes 193 - `2` 194 - `2` 195 - `0` 196 - :good:`100%` 197 * - clang/include/clang/ARCMigrate 198 - `3` 199 - `0` 200 - `3` 201 - :none:`0%` 202 * - clang/include/clang/AST 203 - `114` 204 - `20` 205 - `94` 206 - :part:`17%` 207 * - clang/include/clang/ASTMatchers 208 - `5` 209 - `1` 210 - `4` 211 - :part:`20%` 212 * - clang/include/clang/ASTMatchers/Dynamic 213 - `4` 214 - `1` 215 - `3` 216 - :part:`25%` 217 * - clang/include/clang/Basic 218 - `82` 219 - `32` 220 - `50` 221 - :part:`39%` 222 * - clang/include/clang/CodeGen 223 - `9` 224 - `0` 225 - `9` 226 - :none:`0%` 227 * - clang/include/clang/CrossTU 228 - `2` 229 - `1` 230 - `1` 231 - :part:`50%` 232 * - clang/include/clang/DirectoryWatcher 233 - `1` 234 - `1` 235 - `0` 236 - :good:`100%` 237 * - clang/include/clang/Driver 238 - `17` 239 - `4` 240 - `13` 241 - :part:`23%` 242 * - clang/include/clang/Edit 243 - `5` 244 - `1` 245 - `4` 246 - :part:`20%` 247 * - clang/include/clang/Format 248 - `1` 249 - `1` 250 - `0` 251 - :good:`100%` 252 * - clang/include/clang/Frontend 253 - `28` 254 - `7` 255 - `21` 256 - :part:`25%` 257 * - clang/include/clang/FrontendTool 258 - `1` 259 - `0` 260 - `1` 261 - :none:`0%` 262 * - clang/include/clang/Index 263 - `7` 264 - `2` 265 - `5` 266 - :part:`28%` 267 * - clang/include/clang/IndexSerialization 268 - `1` 269 - `1` 270 - `0` 271 - :good:`100%` 272 * - clang/include/clang/Interpreter 273 - `2` 274 - `2` 275 - `0` 276 - :good:`100%` 277 * - clang/include/clang/Lex 278 - `29` 279 - `6` 280 - `23` 281 - :part:`20%` 282 * - clang/include/clang/Parse 283 - `5` 284 - `2` 285 - `3` 286 - :part:`40%` 287 * - clang/include/clang/Rewrite/Core 288 - `6` 289 - `0` 290 - `6` 291 - :none:`0%` 292 * - clang/include/clang/Rewrite/Frontend 293 - `4` 294 - `0` 295 - `4` 296 - :none:`0%` 297 * - clang/include/clang/Sema 298 - `32` 299 - `3` 300 - `29` 301 - :part:`9%` 302 * - clang/include/clang/Serialization 303 - `14` 304 - `3` 305 - `11` 306 - :part:`21%` 307 * - clang/include/clang/StaticAnalyzer/Checkers 308 - `4` 309 - `1` 310 - `3` 311 - :part:`25%` 312 * - clang/include/clang/StaticAnalyzer/Core 313 - `5` 314 - `1` 315 - `4` 316 - :part:`20%` 317 * - clang/include/clang/StaticAnalyzer/Core/BugReporter 318 - `4` 319 - `1` 320 - `3` 321 - :part:`25%` 322 * - clang/include/clang/StaticAnalyzer/Core/PathSensitive 323 - `37` 324 - `10` 325 - `27` 326 - :part:`27%` 327 * - clang/include/clang/StaticAnalyzer/Frontend 328 - `5` 329 - `2` 330 - `3` 331 - :part:`40%` 332 * - clang/include/clang/Testing 333 - `2` 334 - `2` 335 - `0` 336 - :good:`100%` 337 * - clang/include/clang/Tooling 338 - `17` 339 - `10` 340 - `7` 341 - :part:`58%` 342 * - clang/include/clang/Tooling/ASTDiff 343 - `2` 344 - `2` 345 - `0` 346 - :good:`100%` 347 * - clang/include/clang/Tooling/Core 348 - `2` 349 - `0` 350 - `2` 351 - :none:`0%` 352 * - clang/include/clang/Tooling/DependencyScanning 353 - `5` 354 - `5` 355 - `0` 356 - :good:`100%` 357 * - clang/include/clang/Tooling/Inclusions 358 - `3` 359 - `3` 360 - `0` 361 - :good:`100%` 362 * - clang/include/clang/Tooling/Refactoring 363 - `15` 364 - `12` 365 - `3` 366 - :part:`80%` 367 * - clang/include/clang/Tooling/Refactoring/Extract 368 - `2` 369 - `2` 370 - `0` 371 - :good:`100%` 372 * - clang/include/clang/Tooling/Refactoring/Rename 373 - `6` 374 - `5` 375 - `1` 376 - :part:`83%` 377 * - clang/include/clang/Tooling/Syntax 378 - `5` 379 - `5` 380 - `0` 381 - :good:`100%` 382 * - clang/include/clang/Tooling/Syntax/Pseudo 383 - `5` 384 - `5` 385 - `0` 386 - :good:`100%` 387 * - clang/include/clang/Tooling/Transformer 388 - `8` 389 - `6` 390 - `2` 391 - :part:`75%` 392 * - clang/include/clang-c 393 - `10` 394 - `3` 395 - `7` 396 - :part:`30%` 397 * - clang/INPUTS 398 - `2` 399 - `0` 400 - `2` 401 - :none:`0%` 402 * - clang/lib/Analysis 403 - `28` 404 - `3` 405 - `25` 406 - :part:`10%` 407 * - clang/lib/Analysis/FlowSensitive 408 - `7` 409 - `7` 410 - `0` 411 - :good:`100%` 412 * - clang/lib/Analysis/plugins/CheckerDependencyHandling 413 - `1` 414 - `1` 415 - `0` 416 - :good:`100%` 417 * - clang/lib/Analysis/plugins/CheckerOptionHandling 418 - `1` 419 - `0` 420 - `1` 421 - :none:`0%` 422 * - clang/lib/Analysis/plugins/SampleAnalyzer 423 - `1` 424 - `1` 425 - `0` 426 - :good:`100%` 427 * - clang/lib/APINotes 428 - `3` 429 - `3` 430 - `0` 431 - :good:`100%` 432 * - clang/lib/ARCMigrate 433 - `22` 434 - `0` 435 - `22` 436 - :none:`0%` 437 * - clang/lib/AST 438 - `81` 439 - `2` 440 - `79` 441 - :part:`2%` 442 * - clang/lib/AST/Interp 443 - `44` 444 - `18` 445 - `26` 446 - :part:`40%` 447 * - clang/lib/ASTMatchers 448 - `3` 449 - `1` 450 - `2` 451 - :part:`33%` 452 * - clang/lib/ASTMatchers/Dynamic 453 - `6` 454 - `1` 455 - `5` 456 - :part:`16%` 457 * - clang/lib/Basic 458 - `39` 459 - `13` 460 - `26` 461 - :part:`33%` 462 * - clang/lib/Basic/Targets 463 - `50` 464 - `25` 465 - `25` 466 - :part:`50%` 467 * - clang/lib/CodeGen 468 - `87` 469 - `9` 470 - `78` 471 - :part:`10%` 472 * - clang/lib/CrossTU 473 - `1` 474 - `0` 475 - `1` 476 - :none:`0%` 477 * - clang/lib/DirectoryWatcher 478 - `2` 479 - `2` 480 - `0` 481 - :good:`100%` 482 * - clang/lib/DirectoryWatcher/default 483 - `1` 484 - `0` 485 - `1` 486 - :none:`0%` 487 * - clang/lib/DirectoryWatcher/linux 488 - `1` 489 - `0` 490 - `1` 491 - :none:`0%` 492 * - clang/lib/DirectoryWatcher/mac 493 - `1` 494 - `0` 495 - `1` 496 - :none:`0%` 497 * - clang/lib/DirectoryWatcher/windows 498 - `1` 499 - `0` 500 - `1` 501 - :none:`0%` 502 * - clang/lib/Driver 503 - `14` 504 - `2` 505 - `12` 506 - :part:`14%` 507 * - clang/lib/Driver/ToolChains 508 - `94` 509 - `41` 510 - `53` 511 - :part:`43%` 512 * - clang/lib/Driver/ToolChains/Arch 513 - `20` 514 - `7` 515 - `13` 516 - :part:`35%` 517 * - clang/lib/Edit 518 - `3` 519 - `0` 520 - `3` 521 - :none:`0%` 522 * - clang/lib/Format 523 - `35` 524 - `35` 525 - `0` 526 - :good:`100%` 527 * - clang/lib/Frontend 528 - `32` 529 - `4` 530 - `28` 531 - :part:`12%` 532 * - clang/lib/Frontend/Rewrite 533 - `8` 534 - `0` 535 - `8` 536 - :none:`0%` 537 * - clang/lib/FrontendTool 538 - `1` 539 - `0` 540 - `1` 541 - :none:`0%` 542 * - clang/lib/Headers 543 - `146` 544 - `14` 545 - `132` 546 - :part:`9%` 547 * - clang/lib/Headers/openmp_wrappers 548 - `5` 549 - `4` 550 - `1` 551 - :part:`80%` 552 * - clang/lib/Headers/ppc_wrappers 553 - `7` 554 - `2` 555 - `5` 556 - :part:`28%` 557 * - clang/lib/Index 558 - `11` 559 - `2` 560 - `9` 561 - :part:`18%` 562 * - clang/lib/IndexSerialization 563 - `1` 564 - `1` 565 - `0` 566 - :good:`100%` 567 * - clang/lib/Interpreter 568 - `5` 569 - `5` 570 - `0` 571 - :good:`100%` 572 * - clang/lib/Lex 573 - `24` 574 - `1` 575 - `23` 576 - :part:`4%` 577 * - clang/lib/Parse 578 - `15` 579 - `1` 580 - `14` 581 - :part:`6%` 582 * - clang/lib/Rewrite 583 - `5` 584 - `0` 585 - `5` 586 - :none:`0%` 587 * - clang/lib/Sema 588 - `55` 589 - `4` 590 - `51` 591 - :part:`7%` 592 * - clang/lib/Serialization 593 - `17` 594 - `2` 595 - `15` 596 - :part:`11%` 597 * - clang/lib/StaticAnalyzer/Checkers 598 - `122` 599 - `19` 600 - `103` 601 - :part:`15%` 602 * - clang/lib/StaticAnalyzer/Checkers/cert 603 - `2` 604 - `2` 605 - `0` 606 - :good:`100%` 607 * - clang/lib/StaticAnalyzer/Checkers/MPI-Checker 608 - `6` 609 - `0` 610 - `6` 611 - :none:`0%` 612 * - clang/lib/StaticAnalyzer/Checkers/RetainCountChecker 613 - `4` 614 - `0` 615 - `4` 616 - :none:`0%` 617 * - clang/lib/StaticAnalyzer/Checkers/UninitializedObject 618 - `3` 619 - `1` 620 - `2` 621 - :part:`33%` 622 * - clang/lib/StaticAnalyzer/Checkers/WebKit 623 - `10` 624 - `8` 625 - `2` 626 - :part:`80%` 627 * - clang/lib/StaticAnalyzer/Core 628 - `47` 629 - `10` 630 - `37` 631 - :part:`21%` 632 * - clang/lib/StaticAnalyzer/Frontend 633 - `8` 634 - `3` 635 - `5` 636 - :part:`37%` 637 * - clang/lib/Testing 638 - `1` 639 - `1` 640 - `0` 641 - :good:`100%` 642 * - clang/lib/Tooling 643 - `16` 644 - `7` 645 - `9` 646 - :part:`43%` 647 * - clang/lib/Tooling/ASTDiff 648 - `1` 649 - `0` 650 - `1` 651 - :none:`0%` 652 * - clang/lib/Tooling/Core 653 - `2` 654 - `0` 655 - `2` 656 - :none:`0%` 657 * - clang/lib/Tooling/DependencyScanning 658 - `5` 659 - `4` 660 - `1` 661 - :part:`80%` 662 * - clang/lib/Tooling/DumpTool 663 - `4` 664 - `3` 665 - `1` 666 - :part:`75%` 667 * - clang/lib/Tooling/Inclusions 668 - `3` 669 - `3` 670 - `0` 671 - :good:`100%` 672 * - clang/lib/Tooling/Refactoring 673 - `5` 674 - `3` 675 - `2` 676 - :part:`60%` 677 * - clang/lib/Tooling/Refactoring/Extract 678 - `2` 679 - `1` 680 - `1` 681 - :part:`50%` 682 * - clang/lib/Tooling/Refactoring/Rename 683 - `5` 684 - `2` 685 - `3` 686 - :part:`40%` 687 * - clang/lib/Tooling/Syntax 688 - `7` 689 - `6` 690 - `1` 691 - :part:`85%` 692 * - clang/lib/Tooling/Syntax/Pseudo 693 - `8` 694 - `8` 695 - `0` 696 - :good:`100%` 697 * - clang/lib/Tooling/Transformer 698 - `7` 699 - `4` 700 - `3` 701 - :part:`57%` 702 * - clang/tools/amdgpu-arch 703 - `1` 704 - `1` 705 - `0` 706 - :good:`100%` 707 * - clang/tools/apinotes-test 708 - `1` 709 - `1` 710 - `0` 711 - :good:`100%` 712 * - clang/tools/arcmt-test 713 - `1` 714 - `0` 715 - `1` 716 - :none:`0%` 717 * - clang/tools/c-index-test 718 - `1` 719 - `0` 720 - `1` 721 - :none:`0%` 722 * - clang/tools/clang-check 723 - `1` 724 - `0` 725 - `1` 726 - :none:`0%` 727 * - clang/tools/clang-diff 728 - `1` 729 - `0` 730 - `1` 731 - :none:`0%` 732 * - clang/tools/clang-extdef-mapping 733 - `1` 734 - `0` 735 - `1` 736 - :none:`0%` 737 * - clang/tools/clang-format 738 - `1` 739 - `1` 740 - `0` 741 - :good:`100%` 742 * - clang/tools/clang-format/fuzzer 743 - `1` 744 - `0` 745 - `1` 746 - :none:`0%` 747 * - clang/tools/clang-fuzzer 748 - `6` 749 - `4` 750 - `2` 751 - :part:`66%` 752 * - clang/tools/clang-fuzzer/fuzzer-initialize 753 - `2` 754 - `0` 755 - `2` 756 - :none:`0%` 757 * - clang/tools/clang-fuzzer/handle-cxx 758 - `2` 759 - `0` 760 - `2` 761 - :none:`0%` 762 * - clang/tools/clang-fuzzer/handle-llvm 763 - `3` 764 - `1` 765 - `2` 766 - :part:`33%` 767 * - clang/tools/clang-fuzzer/proto-to-cxx 768 - `5` 769 - `0` 770 - `5` 771 - :none:`0%` 772 * - clang/tools/clang-fuzzer/proto-to-llvm 773 - `3` 774 - `0` 775 - `3` 776 - :none:`0%` 777 * - clang/tools/clang-import-test 778 - `1` 779 - `0` 780 - `1` 781 - :none:`0%` 782 * - clang/tools/clang-linker-wrapper 783 - `3` 784 - `2` 785 - `1` 786 - :part:`66%` 787 * - clang/tools/clang-nvlink-wrapper 788 - `1` 789 - `1` 790 - `0` 791 - :good:`100%` 792 * - clang/tools/clang-offload-bundler 793 - `1` 794 - `0` 795 - `1` 796 - :none:`0%` 797 * - clang/tools/clang-offload-wrapper 798 - `1` 799 - `1` 800 - `0` 801 - :good:`100%` 802 * - clang/tools/clang-pseudo 803 - `1` 804 - `1` 805 - `0` 806 - :good:`100%` 807 * - clang/tools/clang-refactor 808 - `4` 809 - `4` 810 - `0` 811 - :good:`100%` 812 * - clang/tools/clang-rename 813 - `1` 814 - `1` 815 - `0` 816 - :good:`100%` 817 * - clang/tools/clang-repl 818 - `1` 819 - `1` 820 - `0` 821 - :good:`100%` 822 * - clang/tools/clang-scan-deps 823 - `1` 824 - `1` 825 - `0` 826 - :good:`100%` 827 * - clang/tools/clang-shlib 828 - `1` 829 - `1` 830 - `0` 831 - :good:`100%` 832 * - clang/tools/diagtool 833 - `9` 834 - `0` 835 - `9` 836 - :none:`0%` 837 * - clang/tools/driver 838 - `4` 839 - `1` 840 - `3` 841 - :part:`25%` 842 * - clang/tools/libclang 843 - `35` 844 - `5` 845 - `30` 846 - :part:`14%` 847 * - clang/tools/scan-build-py/tests/functional/src/include 848 - `1` 849 - `1` 850 - `0` 851 - :good:`100%` 852 * - clang/unittests/Analysis 853 - `6` 854 - `2` 855 - `4` 856 - :part:`33%` 857 * - clang/unittests/Analysis/FlowSensitive 858 - `14` 859 - `13` 860 - `1` 861 - :part:`92%` 862 * - clang/unittests/AST 863 - `30` 864 - `8` 865 - `22` 866 - :part:`26%` 867 * - clang/unittests/ASTMatchers 868 - `6` 869 - `3` 870 - `3` 871 - :part:`50%` 872 * - clang/unittests/ASTMatchers/Dynamic 873 - `3` 874 - `0` 875 - `3` 876 - :none:`0%` 877 * - clang/unittests/Basic 878 - `8` 879 - `4` 880 - `4` 881 - :part:`50%` 882 * - clang/unittests/CodeGen 883 - `6` 884 - `1` 885 - `5` 886 - :part:`16%` 887 * - clang/unittests/CrossTU 888 - `1` 889 - `1` 890 - `0` 891 - :good:`100%` 892 * - clang/unittests/DirectoryWatcher 893 - `1` 894 - `0` 895 - `1` 896 - :none:`0%` 897 * - clang/unittests/Driver 898 - `5` 899 - `1` 900 - `4` 901 - :part:`20%` 902 * - clang/unittests/Format 903 - `24` 904 - `24` 905 - `0` 906 - :good:`100%` 907 * - clang/unittests/Frontend 908 - `11` 909 - `7` 910 - `4` 911 - :part:`63%` 912 * - clang/unittests/Index 913 - `1` 914 - `1` 915 - `0` 916 - :good:`100%` 917 * - clang/unittests/Interpreter 918 - `2` 919 - `2` 920 - `0` 921 - :good:`100%` 922 * - clang/unittests/Interpreter/ExceptionTests 923 - `1` 924 - `0` 925 - `1` 926 - :none:`0%` 927 * - clang/unittests/Introspection 928 - `1` 929 - `0` 930 - `1` 931 - :none:`0%` 932 * - clang/unittests/Lex 933 - `8` 934 - `4` 935 - `4` 936 - :part:`50%` 937 * - clang/unittests/libclang 938 - `2` 939 - `0` 940 - `2` 941 - :none:`0%` 942 * - clang/unittests/libclang/CrashTests 943 - `1` 944 - `1` 945 - `0` 946 - :good:`100%` 947 * - clang/unittests/Rename 948 - `6` 949 - `0` 950 - `6` 951 - :none:`0%` 952 * - clang/unittests/Rewrite 953 - `2` 954 - `1` 955 - `1` 956 - :part:`50%` 957 * - clang/unittests/Sema 958 - `3` 959 - `2` 960 - `1` 961 - :part:`66%` 962 * - clang/unittests/Serialization 963 - `2` 964 - `2` 965 - `0` 966 - :good:`100%` 967 * - clang/unittests/StaticAnalyzer 968 - `16` 969 - `7` 970 - `9` 971 - :part:`43%` 972 * - clang/unittests/Tooling 973 - `30` 974 - `10` 975 - `20` 976 - :part:`33%` 977 * - clang/unittests/Tooling/RecursiveASTVisitorTests 978 - `30` 979 - `12` 980 - `18` 981 - :part:`40%` 982 * - clang/unittests/Tooling/Syntax 983 - `7` 984 - `3` 985 - `4` 986 - :part:`42%` 987 * - clang/unittests/Tooling/Syntax/Pseudo 988 - `4` 989 - `4` 990 - `0` 991 - :good:`100%` 992 * - clang/utils/perf-training/cxx 993 - `1` 994 - `0` 995 - `1` 996 - :none:`0%` 997 * - clang/utils/TableGen 998 - `22` 999 - `3` 1000 - `19` 1001 - :part:`13%` 1002 * - clang-tools-extra/clang-apply-replacements/include/clang-apply-replacements/Tooling 1003 - `1` 1004 - `1` 1005 - `0` 1006 - :good:`100%` 1007 * - clang-tools-extra/clang-apply-replacements/lib/Tooling 1008 - `1` 1009 - `1` 1010 - `0` 1011 - :good:`100%` 1012 * - clang-tools-extra/clang-apply-replacements/tool 1013 - `1` 1014 - `1` 1015 - `0` 1016 - :good:`100%` 1017 * - clang-tools-extra/clang-change-namespace 1018 - `2` 1019 - `0` 1020 - `2` 1021 - :none:`0%` 1022 * - clang-tools-extra/clang-change-namespace/tool 1023 - `1` 1024 - `0` 1025 - `1` 1026 - :none:`0%` 1027 * - clang-tools-extra/clang-doc 1028 - `17` 1029 - `16` 1030 - `1` 1031 - :part:`94%` 1032 * - clang-tools-extra/clang-doc/tool 1033 - `1` 1034 - `1` 1035 - `0` 1036 - :good:`100%` 1037 * - clang-tools-extra/clang-include-fixer 1038 - `13` 1039 - `8` 1040 - `5` 1041 - :part:`61%` 1042 * - clang-tools-extra/clang-include-fixer/find-all-symbols 1043 - `17` 1044 - `13` 1045 - `4` 1046 - :part:`76%` 1047 * - clang-tools-extra/clang-include-fixer/find-all-symbols/tool 1048 - `1` 1049 - `0` 1050 - `1` 1051 - :none:`0%` 1052 * - clang-tools-extra/clang-include-fixer/plugin 1053 - `1` 1054 - `1` 1055 - `0` 1056 - :good:`100%` 1057 * - clang-tools-extra/clang-include-fixer/tool 1058 - `1` 1059 - `0` 1060 - `1` 1061 - :none:`0%` 1062 * - clang-tools-extra/clang-move 1063 - `4` 1064 - `1` 1065 - `3` 1066 - :part:`25%` 1067 * - clang-tools-extra/clang-move/tool 1068 - `1` 1069 - `1` 1070 - `0` 1071 - :good:`100%` 1072 * - clang-tools-extra/clang-query 1073 - `5` 1074 - `4` 1075 - `1` 1076 - :part:`80%` 1077 * - clang-tools-extra/clang-query/tool 1078 - `1` 1079 - `0` 1080 - `1` 1081 - :none:`0%` 1082 * - clang-tools-extra/clang-reorder-fields 1083 - `2` 1084 - `1` 1085 - `1` 1086 - :part:`50%` 1087 * - clang-tools-extra/clang-reorder-fields/tool 1088 - `1` 1089 - `0` 1090 - `1` 1091 - :none:`0%` 1092 * - clang-tools-extra/clang-tidy 1093 - `20` 1094 - `14` 1095 - `6` 1096 - :part:`70%` 1097 * - clang-tools-extra/clang-tidy/abseil 1098 - `42` 1099 - `31` 1100 - `11` 1101 - :part:`73%` 1102 * - clang-tools-extra/clang-tidy/altera 1103 - `11` 1104 - `9` 1105 - `2` 1106 - :part:`81%` 1107 * - clang-tools-extra/clang-tidy/android 1108 - `33` 1109 - `23` 1110 - `10` 1111 - :part:`69%` 1112 * - clang-tools-extra/clang-tidy/boost 1113 - `3` 1114 - `3` 1115 - `0` 1116 - :good:`100%` 1117 * - clang-tools-extra/clang-tidy/bugprone 1118 - `125` 1119 - `106` 1120 - `19` 1121 - :part:`84%` 1122 * - clang-tools-extra/clang-tidy/cert 1123 - `29` 1124 - `28` 1125 - `1` 1126 - :part:`96%` 1127 * - clang-tools-extra/clang-tidy/concurrency 1128 - `5` 1129 - `4` 1130 - `1` 1131 - :part:`80%` 1132 * - clang-tools-extra/clang-tidy/cppcoreguidelines 1133 - `45` 1134 - `42` 1135 - `3` 1136 - :part:`93%` 1137 * - clang-tools-extra/clang-tidy/darwin 1138 - `5` 1139 - `2` 1140 - `3` 1141 - :part:`40%` 1142 * - clang-tools-extra/clang-tidy/fuchsia 1143 - `15` 1144 - `10` 1145 - `5` 1146 - :part:`66%` 1147 * - clang-tools-extra/clang-tidy/google 1148 - `33` 1149 - `22` 1150 - `11` 1151 - :part:`66%` 1152 * - clang-tools-extra/clang-tidy/hicpp 1153 - `9` 1154 - `7` 1155 - `2` 1156 - :part:`77%` 1157 * - clang-tools-extra/clang-tidy/linuxkernel 1158 - `3` 1159 - `2` 1160 - `1` 1161 - :part:`66%` 1162 * - clang-tools-extra/clang-tidy/llvm 1163 - `11` 1164 - `10` 1165 - `1` 1166 - :part:`90%` 1167 * - clang-tools-extra/clang-tidy/llvmlibc 1168 - `7` 1169 - `7` 1170 - `0` 1171 - :good:`100%` 1172 * - clang-tools-extra/clang-tidy/misc 1173 - `33` 1174 - `30` 1175 - `3` 1176 - :part:`90%` 1177 * - clang-tools-extra/clang-tidy/modernize 1178 - `67` 1179 - `48` 1180 - `19` 1181 - :part:`71%` 1182 * - clang-tools-extra/clang-tidy/mpi 1183 - `5` 1184 - `5` 1185 - `0` 1186 - :good:`100%` 1187 * - clang-tools-extra/clang-tidy/objc 1188 - `17` 1189 - `12` 1190 - `5` 1191 - :part:`70%` 1192 * - clang-tools-extra/clang-tidy/openmp 1193 - `5` 1194 - `5` 1195 - `0` 1196 - :good:`100%` 1197 * - clang-tools-extra/clang-tidy/performance 1198 - `31` 1199 - `24` 1200 - `7` 1201 - :part:`77%` 1202 * - clang-tools-extra/clang-tidy/plugin 1203 - `1` 1204 - `1` 1205 - `0` 1206 - :good:`100%` 1207 * - clang-tools-extra/clang-tidy/portability 1208 - `5` 1209 - `3` 1210 - `2` 1211 - :part:`60%` 1212 * - clang-tools-extra/clang-tidy/readability 1213 - `88` 1214 - `76` 1215 - `12` 1216 - :part:`86%` 1217 * - clang-tools-extra/clang-tidy/tool 1218 - `3` 1219 - `2` 1220 - `1` 1221 - :part:`66%` 1222 * - clang-tools-extra/clang-tidy/utils 1223 - `35` 1224 - `31` 1225 - `4` 1226 - :part:`88%` 1227 * - clang-tools-extra/clang-tidy/zircon 1228 - `3` 1229 - `3` 1230 - `0` 1231 - :good:`100%` 1232 * - clang-tools-extra/clangd 1233 - `97` 1234 - `81` 1235 - `16` 1236 - :part:`83%` 1237 * - clang-tools-extra/clangd/benchmarks 1238 - `1` 1239 - `1` 1240 - `0` 1241 - :good:`100%` 1242 * - clang-tools-extra/clangd/benchmarks/CompletionModel 1243 - `1` 1244 - `0` 1245 - `1` 1246 - :none:`0%` 1247 * - clang-tools-extra/clangd/fuzzer 1248 - `2` 1249 - `2` 1250 - `0` 1251 - :good:`100%` 1252 * - clang-tools-extra/clangd/index 1253 - `39` 1254 - `36` 1255 - `3` 1256 - :part:`92%` 1257 * - clang-tools-extra/clangd/index/dex 1258 - `9` 1259 - `7` 1260 - `2` 1261 - :part:`77%` 1262 * - clang-tools-extra/clangd/index/dex/dexp 1263 - `1` 1264 - `1` 1265 - `0` 1266 - :good:`100%` 1267 * - clang-tools-extra/clangd/index/remote 1268 - `2` 1269 - `2` 1270 - `0` 1271 - :good:`100%` 1272 * - clang-tools-extra/clangd/index/remote/marshalling 1273 - `2` 1274 - `2` 1275 - `0` 1276 - :good:`100%` 1277 * - clang-tools-extra/clangd/index/remote/monitor 1278 - `1` 1279 - `1` 1280 - `0` 1281 - :good:`100%` 1282 * - clang-tools-extra/clangd/index/remote/server 1283 - `1` 1284 - `1` 1285 - `0` 1286 - :good:`100%` 1287 * - clang-tools-extra/clangd/index/remote/unimplemented 1288 - `1` 1289 - `1` 1290 - `0` 1291 - :good:`100%` 1292 * - clang-tools-extra/clangd/indexer 1293 - `1` 1294 - `1` 1295 - `0` 1296 - :good:`100%` 1297 * - clang-tools-extra/clangd/refactor 1298 - `6` 1299 - `5` 1300 - `1` 1301 - :part:`83%` 1302 * - clang-tools-extra/clangd/refactor/tweaks 1303 - `14` 1304 - `10` 1305 - `4` 1306 - :part:`71%` 1307 * - clang-tools-extra/clangd/support 1308 - `25` 1309 - `24` 1310 - `1` 1311 - :part:`96%` 1312 * - clang-tools-extra/clangd/tool 1313 - `2` 1314 - `2` 1315 - `0` 1316 - :good:`100%` 1317 * - clang-tools-extra/clangd/unittests 1318 - `79` 1319 - `66` 1320 - `13` 1321 - :part:`83%` 1322 * - clang-tools-extra/clangd/unittests/decision_forest_model 1323 - `1` 1324 - `1` 1325 - `0` 1326 - :good:`100%` 1327 * - clang-tools-extra/clangd/unittests/remote 1328 - `1` 1329 - `1` 1330 - `0` 1331 - :good:`100%` 1332 * - clang-tools-extra/clangd/unittests/support 1333 - `11` 1334 - `11` 1335 - `0` 1336 - :good:`100%` 1337 * - clang-tools-extra/clangd/unittests/tweaks 1338 - `20` 1339 - `19` 1340 - `1` 1341 - :part:`95%` 1342 * - clang-tools-extra/clangd/unittests/xpc 1343 - `1` 1344 - `1` 1345 - `0` 1346 - :good:`100%` 1347 * - clang-tools-extra/clangd/xpc 1348 - `3` 1349 - `3` 1350 - `0` 1351 - :good:`100%` 1352 * - clang-tools-extra/clangd/xpc/framework 1353 - `1` 1354 - `1` 1355 - `0` 1356 - :good:`100%` 1357 * - clang-tools-extra/clangd/xpc/test-client 1358 - `1` 1359 - `1` 1360 - `0` 1361 - :good:`100%` 1362 * - clang-tools-extra/modularize 1363 - `9` 1364 - `1` 1365 - `8` 1366 - :part:`11%` 1367 * - clang-tools-extra/pp-trace 1368 - `3` 1369 - `1` 1370 - `2` 1371 - :part:`33%` 1372 * - clang-tools-extra/tool-template 1373 - `1` 1374 - `1` 1375 - `0` 1376 - :good:`100%` 1377 * - clang-tools-extra/unittests/clang-apply-replacements 1378 - `1` 1379 - `1` 1380 - `0` 1381 - :good:`100%` 1382 * - clang-tools-extra/unittests/clang-change-namespace 1383 - `1` 1384 - `0` 1385 - `1` 1386 - :none:`0%` 1387 * - clang-tools-extra/unittests/clang-doc 1388 - `9` 1389 - `9` 1390 - `0` 1391 - :good:`100%` 1392 * - clang-tools-extra/unittests/clang-include-fixer 1393 - `2` 1394 - `0` 1395 - `2` 1396 - :none:`0%` 1397 * - clang-tools-extra/unittests/clang-include-fixer/find-all-symbols 1398 - `1` 1399 - `0` 1400 - `1` 1401 - :none:`0%` 1402 * - clang-tools-extra/unittests/clang-move 1403 - `1` 1404 - `0` 1405 - `1` 1406 - :none:`0%` 1407 * - clang-tools-extra/unittests/clang-query 1408 - `2` 1409 - `0` 1410 - `2` 1411 - :none:`0%` 1412 * - clang-tools-extra/unittests/clang-tidy 1413 - `16` 1414 - `9` 1415 - `7` 1416 - :part:`56%` 1417 * - clang-tools-extra/unittests/include/common 1418 - `1` 1419 - `0` 1420 - `1` 1421 - :none:`0%` 1422 * - compiler-rt/include/fuzzer 1423 - `1` 1424 - `0` 1425 - `1` 1426 - :none:`0%` 1427 * - compiler-rt/include/sanitizer 1428 - `15` 1429 - `3` 1430 - `12` 1431 - :part:`20%` 1432 * - compiler-rt/include/xray 1433 - `3` 1434 - `2` 1435 - `1` 1436 - :part:`66%` 1437 * - compiler-rt/lib/asan 1438 - `57` 1439 - `5` 1440 - `52` 1441 - :part:`8%` 1442 * - compiler-rt/lib/asan/tests 1443 - `17` 1444 - `1` 1445 - `16` 1446 - :part:`5%` 1447 * - compiler-rt/lib/BlocksRuntime 1448 - `2` 1449 - `0` 1450 - `2` 1451 - :none:`0%` 1452 * - compiler-rt/lib/builtins 1453 - `11` 1454 - `9` 1455 - `2` 1456 - :part:`81%` 1457 * - compiler-rt/lib/builtins/arm 1458 - `1` 1459 - `0` 1460 - `1` 1461 - :none:`0%` 1462 * - compiler-rt/lib/builtins/ppc 1463 - `1` 1464 - `1` 1465 - `0` 1466 - :good:`100%` 1467 * - compiler-rt/lib/cfi 1468 - `1` 1469 - `0` 1470 - `1` 1471 - :none:`0%` 1472 * - compiler-rt/lib/dfsan 1473 - `14` 1474 - `9` 1475 - `5` 1476 - :part:`64%` 1477 * - compiler-rt/lib/fuzzer 1478 - `47` 1479 - `9` 1480 - `38` 1481 - :part:`19%` 1482 * - compiler-rt/lib/fuzzer/afl 1483 - `1` 1484 - `0` 1485 - `1` 1486 - :none:`0%` 1487 * - compiler-rt/lib/fuzzer/dataflow 1488 - `3` 1489 - `0` 1490 - `3` 1491 - :none:`0%` 1492 * - compiler-rt/lib/fuzzer/tests 1493 - `2` 1494 - `1` 1495 - `1` 1496 - :part:`50%` 1497 * - compiler-rt/lib/gwp_asan 1498 - `12` 1499 - `12` 1500 - `0` 1501 - :good:`100%` 1502 * - compiler-rt/lib/gwp_asan/optional 1503 - `10` 1504 - `10` 1505 - `0` 1506 - :good:`100%` 1507 * - compiler-rt/lib/gwp_asan/platform_specific 1508 - `13` 1509 - `13` 1510 - `0` 1511 - :good:`100%` 1512 * - compiler-rt/lib/gwp_asan/tests 1513 - `15` 1514 - `14` 1515 - `1` 1516 - :part:`93%` 1517 * - compiler-rt/lib/gwp_asan/tests/platform_specific 1518 - `1` 1519 - `1` 1520 - `0` 1521 - :good:`100%` 1522 * - compiler-rt/lib/hwasan 1523 - `30` 1524 - `9` 1525 - `21` 1526 - :part:`30%` 1527 * - compiler-rt/lib/interception 1528 - `8` 1529 - `1` 1530 - `7` 1531 - :part:`12%` 1532 * - compiler-rt/lib/interception/tests 1533 - `3` 1534 - `1` 1535 - `2` 1536 - :part:`33%` 1537 * - compiler-rt/lib/lsan 1538 - `20` 1539 - `4` 1540 - `16` 1541 - :part:`20%` 1542 * - compiler-rt/lib/memprof 1543 - `31` 1544 - `29` 1545 - `2` 1546 - :part:`93%` 1547 * - compiler-rt/lib/memprof/tests 1548 - `2` 1549 - `2` 1550 - `0` 1551 - :good:`100%` 1552 * - compiler-rt/lib/msan 1553 - `18` 1554 - `4` 1555 - `14` 1556 - :part:`22%` 1557 * - compiler-rt/lib/msan/tests 1558 - `4` 1559 - `0` 1560 - `4` 1561 - :none:`0%` 1562 * - compiler-rt/lib/orc 1563 - `21` 1564 - `16` 1565 - `5` 1566 - :part:`76%` 1567 * - compiler-rt/lib/orc/unittests 1568 - `10` 1569 - `9` 1570 - `1` 1571 - :part:`90%` 1572 * - compiler-rt/lib/profile 1573 - `6` 1574 - `0` 1575 - `6` 1576 - :none:`0%` 1577 * - compiler-rt/lib/safestack 1578 - `3` 1579 - `1` 1580 - `2` 1581 - :part:`33%` 1582 * - compiler-rt/lib/sanitizer_common 1583 - `167` 1584 - `29` 1585 - `138` 1586 - :part:`17%` 1587 * - compiler-rt/lib/sanitizer_common/symbolizer 1588 - `2` 1589 - `2` 1590 - `0` 1591 - :good:`100%` 1592 * - compiler-rt/lib/sanitizer_common/tests 1593 - `46` 1594 - `12` 1595 - `34` 1596 - :part:`26%` 1597 * - compiler-rt/lib/scudo 1598 - `20` 1599 - `0` 1600 - `20` 1601 - :none:`0%` 1602 * - compiler-rt/lib/scudo/standalone 1603 - `49` 1604 - `48` 1605 - `1` 1606 - :part:`97%` 1607 * - compiler-rt/lib/scudo/standalone/benchmarks 1608 - `1` 1609 - `1` 1610 - `0` 1611 - :good:`100%` 1612 * - compiler-rt/lib/scudo/standalone/fuzz 1613 - `1` 1614 - `1` 1615 - `0` 1616 - :good:`100%` 1617 * - compiler-rt/lib/scudo/standalone/include/scudo 1618 - `1` 1619 - `1` 1620 - `0` 1621 - :good:`100%` 1622 * - compiler-rt/lib/scudo/standalone/tests 1623 - `25` 1624 - `24` 1625 - `1` 1626 - :part:`96%` 1627 * - compiler-rt/lib/scudo/standalone/tools 1628 - `1` 1629 - `1` 1630 - `0` 1631 - :good:`100%` 1632 * - compiler-rt/lib/stats 1633 - `3` 1634 - `0` 1635 - `3` 1636 - :none:`0%` 1637 * - compiler-rt/lib/tsan/benchmarks 1638 - `6` 1639 - `0` 1640 - `6` 1641 - :none:`0%` 1642 * - compiler-rt/lib/tsan/dd 1643 - `3` 1644 - `0` 1645 - `3` 1646 - :none:`0%` 1647 * - compiler-rt/lib/tsan/go 1648 - `1` 1649 - `0` 1650 - `1` 1651 - :none:`0%` 1652 * - compiler-rt/lib/tsan/rtl 1653 - `59` 1654 - `14` 1655 - `45` 1656 - :part:`23%` 1657 * - compiler-rt/lib/tsan/rtl-old 1658 - `61` 1659 - `13` 1660 - `48` 1661 - :part:`21%` 1662 * - compiler-rt/lib/tsan/tests/rtl 1663 - `10` 1664 - `0` 1665 - `10` 1666 - :none:`0%` 1667 * - compiler-rt/lib/tsan/tests/unit 1668 - `11` 1669 - `3` 1670 - `8` 1671 - :part:`27%` 1672 * - compiler-rt/lib/ubsan 1673 - `27` 1674 - `7` 1675 - `20` 1676 - :part:`25%` 1677 * - compiler-rt/lib/ubsan_minimal 1678 - `1` 1679 - `0` 1680 - `1` 1681 - :none:`0%` 1682 * - compiler-rt/lib/xray 1683 - `40` 1684 - `27` 1685 - `13` 1686 - :part:`67%` 1687 * - compiler-rt/lib/xray/tests/unit 1688 - `10` 1689 - `8` 1690 - `2` 1691 - :part:`80%` 1692 * - compiler-rt/tools/gwp_asan 1693 - `2` 1694 - `2` 1695 - `0` 1696 - :good:`100%` 1697 * - cross-project-tests/debuginfo-tests/clang_llvm_roundtrip 1698 - `2` 1699 - `1` 1700 - `1` 1701 - :part:`50%` 1702 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/penalty 1703 - `10` 1704 - `0` 1705 - `10` 1706 - :none:`0%` 1707 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect 1708 - `7` 1709 - `0` 1710 - `7` 1711 - :none:`0%` 1712 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_address 1713 - `7` 1714 - `0` 1715 - `7` 1716 - :none:`0%` 1717 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/dex_and_source 1718 - `1` 1719 - `1` 1720 - `0` 1721 - :good:`100%` 1722 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary 1723 - `1` 1724 - `1` 1725 - `0` 1726 - :good:`100%` 1727 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary_different_dir/source 1728 - `1` 1729 - `1` 1730 - `0` 1731 - :good:`100%` 1732 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/windows_noncanonical_path/source 1733 - `1` 1734 - `0` 1735 - `1` 1736 - :none:`0%` 1737 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test 1738 - `8` 1739 - `0` 1740 - `8` 1741 - :none:`0%` 1742 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind 1743 - `5` 1744 - `0` 1745 - `5` 1746 - :none:`0%` 1747 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps 1748 - `8` 1749 - `2` 1750 - `6` 1751 - :part:`25%` 1752 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools 1753 - `1` 1754 - `0` 1755 - `1` 1756 - :none:`0%` 1757 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect 1758 - `2` 1759 - `0` 1760 - `2` 1761 - :none:`0%` 1762 * - cross-project-tests/debuginfo-tests/dexter-tests 1763 - `15` 1764 - `3` 1765 - `12` 1766 - :part:`20%` 1767 * - cross-project-tests/debuginfo-tests/llgdb-tests 1768 - `8` 1769 - `0` 1770 - `8` 1771 - :none:`0%` 1772 * - cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb 1773 - `2` 1774 - `1` 1775 - `1` 1776 - :part:`50%` 1777 * - flang/examples 1778 - `1` 1779 - `1` 1780 - `0` 1781 - :good:`100%` 1782 * - flang/examples/FlangOmpReport 1783 - `3` 1784 - `3` 1785 - `0` 1786 - :good:`100%` 1787 * - flang/examples/PrintFlangFunctionNames 1788 - `1` 1789 - `1` 1790 - `0` 1791 - :good:`100%` 1792 * - flang/include/flang 1793 - `1` 1794 - `1` 1795 - `0` 1796 - :good:`100%` 1797 * - flang/include/flang/Common 1798 - `21` 1799 - `21` 1800 - `0` 1801 - :good:`100%` 1802 * - flang/include/flang/Decimal 1803 - `2` 1804 - `2` 1805 - `0` 1806 - :good:`100%` 1807 * - flang/include/flang/Evaluate 1808 - `23` 1809 - `23` 1810 - `0` 1811 - :good:`100%` 1812 * - flang/include/flang/Frontend 1813 - `11` 1814 - `10` 1815 - `1` 1816 - :part:`90%` 1817 * - flang/include/flang/FrontendTool 1818 - `1` 1819 - `1` 1820 - `0` 1821 - :good:`100%` 1822 * - flang/include/flang/Lower 1823 - `25` 1824 - `24` 1825 - `1` 1826 - :part:`96%` 1827 * - flang/include/flang/Lower/Support 1828 - `2` 1829 - `2` 1830 - `0` 1831 - :good:`100%` 1832 * - flang/include/flang/Optimizer/Builder 1833 - `7` 1834 - `7` 1835 - `0` 1836 - :good:`100%` 1837 * - flang/include/flang/Optimizer/Builder/Runtime 1838 - `10` 1839 - `10` 1840 - `0` 1841 - :good:`100%` 1842 * - flang/include/flang/Optimizer/CodeGen 1843 - `1` 1844 - `1` 1845 - `0` 1846 - :good:`100%` 1847 * - flang/include/flang/Optimizer/Dialect 1848 - `5` 1849 - `5` 1850 - `0` 1851 - :good:`100%` 1852 * - flang/include/flang/Optimizer/Support 1853 - `8` 1854 - `8` 1855 - `0` 1856 - :good:`100%` 1857 * - flang/include/flang/Optimizer/Transforms 1858 - `1` 1859 - `1` 1860 - `0` 1861 - :good:`100%` 1862 * - flang/include/flang/Parser 1863 - `17` 1864 - `16` 1865 - `1` 1866 - :part:`94%` 1867 * - flang/include/flang/Runtime 1868 - `28` 1869 - `27` 1870 - `1` 1871 - :part:`96%` 1872 * - flang/include/flang/Semantics 1873 - `9` 1874 - `8` 1875 - `1` 1876 - :part:`88%` 1877 * - flang/lib/Common 1878 - `4` 1879 - `4` 1880 - `0` 1881 - :good:`100%` 1882 * - flang/lib/Decimal 1883 - `3` 1884 - `3` 1885 - `0` 1886 - :good:`100%` 1887 * - flang/lib/Evaluate 1888 - `33` 1889 - `31` 1890 - `2` 1891 - :part:`93%` 1892 * - flang/lib/Frontend 1893 - `8` 1894 - `6` 1895 - `2` 1896 - :part:`75%` 1897 * - flang/lib/FrontendTool 1898 - `1` 1899 - `1` 1900 - `0` 1901 - :good:`100%` 1902 * - flang/lib/Lower 1903 - `20` 1904 - `20` 1905 - `0` 1906 - :good:`100%` 1907 * - flang/lib/Optimizer/Builder 1908 - `6` 1909 - `6` 1910 - `0` 1911 - :good:`100%` 1912 * - flang/lib/Optimizer/Builder/Runtime 1913 - `9` 1914 - `9` 1915 - `0` 1916 - :good:`100%` 1917 * - flang/lib/Optimizer/CodeGen 1918 - `10` 1919 - `10` 1920 - `0` 1921 - :good:`100%` 1922 * - flang/lib/Optimizer/Dialect 1923 - `5` 1924 - `5` 1925 - `0` 1926 - :good:`100%` 1927 * - flang/lib/Optimizer/Support 1928 - `4` 1929 - `4` 1930 - `0` 1931 - :good:`100%` 1932 * - flang/lib/Optimizer/Transforms 1933 - `10` 1934 - `10` 1935 - `0` 1936 - :good:`100%` 1937 * - flang/lib/Parser 1938 - `35` 1939 - `35` 1940 - `0` 1941 - :good:`100%` 1942 * - flang/lib/Semantics 1943 - `78` 1944 - `69` 1945 - `9` 1946 - :part:`88%` 1947 * - flang/module 1948 - `1` 1949 - `1` 1950 - `0` 1951 - :good:`100%` 1952 * - flang/runtime 1953 - `74` 1954 - `72` 1955 - `2` 1956 - :part:`97%` 1957 * - flang/tools/bbc 1958 - `1` 1959 - `1` 1960 - `0` 1961 - :good:`100%` 1962 * - flang/tools/f18 1963 - `1` 1964 - `1` 1965 - `0` 1966 - :good:`100%` 1967 * - flang/tools/f18-parse-demo 1968 - `2` 1969 - `2` 1970 - `0` 1971 - :good:`100%` 1972 * - flang/tools/fir-opt 1973 - `1` 1974 - `1` 1975 - `0` 1976 - :good:`100%` 1977 * - flang/tools/flang-driver 1978 - `2` 1979 - `2` 1980 - `0` 1981 - :good:`100%` 1982 * - flang/tools/tco 1983 - `1` 1984 - `1` 1985 - `0` 1986 - :good:`100%` 1987 * - flang/unittests/Common 1988 - `1` 1989 - `1` 1990 - `0` 1991 - :good:`100%` 1992 * - flang/unittests/Decimal 1993 - `2` 1994 - `2` 1995 - `0` 1996 - :good:`100%` 1997 * - flang/unittests/Evaluate 1998 - `15` 1999 - `15` 2000 - `0` 2001 - :good:`100%` 2002 * - flang/unittests/Frontend 2003 - `2` 2004 - `2` 2005 - `0` 2006 - :good:`100%` 2007 * - flang/unittests/Optimizer 2008 - `4` 2009 - `3` 2010 - `1` 2011 - :part:`75%` 2012 * - flang/unittests/Optimizer/Builder 2013 - `4` 2014 - `4` 2015 - `0` 2016 - :good:`100%` 2017 * - flang/unittests/Optimizer/Builder/Runtime 2018 - `10` 2019 - `10` 2020 - `0` 2021 - :good:`100%` 2022 * - flang/unittests/Runtime 2023 - `22` 2024 - `22` 2025 - `0` 2026 - :good:`100%` 2027 * - libc/AOR_v20.02/math 2028 - `4` 2029 - `1` 2030 - `3` 2031 - :part:`25%` 2032 * - libc/AOR_v20.02/math/include 2033 - `1` 2034 - `0` 2035 - `1` 2036 - :none:`0%` 2037 * - libc/AOR_v20.02/networking 2038 - `1` 2039 - `0` 2040 - `1` 2041 - :none:`0%` 2042 * - libc/AOR_v20.02/networking/include 2043 - `1` 2044 - `0` 2045 - `1` 2046 - :none:`0%` 2047 * - libc/AOR_v20.02/string 2048 - `1` 2049 - `0` 2050 - `1` 2051 - :none:`0%` 2052 * - libc/AOR_v20.02/string/include 2053 - `1` 2054 - `0` 2055 - `1` 2056 - :none:`0%` 2057 * - libc/benchmarks 2058 - `15` 2059 - `14` 2060 - `1` 2061 - :part:`93%` 2062 * - libc/benchmarks/automemcpy/include/automemcpy 2063 - `4` 2064 - `4` 2065 - `0` 2066 - :good:`100%` 2067 * - libc/benchmarks/automemcpy/lib 2068 - `5` 2069 - `5` 2070 - `0` 2071 - :good:`100%` 2072 * - libc/benchmarks/automemcpy/unittests 2073 - `2` 2074 - `2` 2075 - `0` 2076 - :good:`100%` 2077 * - libc/config/linux 2078 - `1` 2079 - `1` 2080 - `0` 2081 - :good:`100%` 2082 * - libc/fuzzing/math 2083 - `6` 2084 - `6` 2085 - `0` 2086 - :good:`100%` 2087 * - libc/fuzzing/stdlib 2088 - `3` 2089 - `3` 2090 - `0` 2091 - :good:`100%` 2092 * - libc/fuzzing/string 2093 - `3` 2094 - `2` 2095 - `1` 2096 - :part:`66%` 2097 * - libc/include 2098 - `1` 2099 - `1` 2100 - `0` 2101 - :good:`100%` 2102 * - libc/include/llvm-libc-macros 2103 - `2` 2104 - `2` 2105 - `0` 2106 - :good:`100%` 2107 * - libc/include/llvm-libc-macros/linux 2108 - `1` 2109 - `1` 2110 - `0` 2111 - :good:`100%` 2112 * - libc/include/llvm-libc-types 2113 - `28` 2114 - `28` 2115 - `0` 2116 - :good:`100%` 2117 * - libc/loader/linux/aarch64 2118 - `1` 2119 - `1` 2120 - `0` 2121 - :good:`100%` 2122 * - libc/loader/linux/x86_64 2123 - `1` 2124 - `1` 2125 - `0` 2126 - :good:`100%` 2127 * - libc/src/assert 2128 - `3` 2129 - `1` 2130 - `2` 2131 - :part:`33%` 2132 * - libc/src/ctype 2133 - `32` 2134 - `32` 2135 - `0` 2136 - :good:`100%` 2137 * - libc/src/errno 2138 - `4` 2139 - `4` 2140 - `0` 2141 - :good:`100%` 2142 * - libc/src/fcntl 2143 - `3` 2144 - `3` 2145 - `0` 2146 - :good:`100%` 2147 * - libc/src/fcntl/linux 2148 - `3` 2149 - `3` 2150 - `0` 2151 - :good:`100%` 2152 * - libc/src/fenv 2153 - `28` 2154 - `28` 2155 - `0` 2156 - :good:`100%` 2157 * - libc/src/inttypes 2158 - `6` 2159 - `6` 2160 - `0` 2161 - :good:`100%` 2162 * - libc/src/math 2163 - `91` 2164 - `91` 2165 - `0` 2166 - :good:`100%` 2167 * - libc/src/math/aarch64 2168 - `10` 2169 - `10` 2170 - `0` 2171 - :good:`100%` 2172 * - libc/src/math/generic 2173 - `94` 2174 - `94` 2175 - `0` 2176 - :good:`100%` 2177 * - libc/src/math/x86_64 2178 - `3` 2179 - `3` 2180 - `0` 2181 - :good:`100%` 2182 * - libc/src/signal 2183 - `8` 2184 - `8` 2185 - `0` 2186 - :good:`100%` 2187 * - libc/src/signal/linux 2188 - `10` 2189 - `10` 2190 - `0` 2191 - :good:`100%` 2192 * - libc/src/stdio 2193 - `3` 2194 - `3` 2195 - `0` 2196 - :good:`100%` 2197 * - libc/src/stdlib 2198 - `46` 2199 - `46` 2200 - `0` 2201 - :good:`100%` 2202 * - libc/src/stdlib/linux 2203 - `2` 2204 - `2` 2205 - `0` 2206 - :good:`100%` 2207 * - libc/src/string 2208 - `61` 2209 - `61` 2210 - `0` 2211 - :good:`100%` 2212 * - libc/src/string/memory_utils 2213 - `8` 2214 - `7` 2215 - `1` 2216 - :part:`87%` 2217 * - libc/src/sys/mman 2218 - `2` 2219 - `2` 2220 - `0` 2221 - :good:`100%` 2222 * - libc/src/sys/mman/linux 2223 - `2` 2224 - `1` 2225 - `1` 2226 - :part:`50%` 2227 * - libc/src/sys/stat 2228 - `2` 2229 - `2` 2230 - `0` 2231 - :good:`100%` 2232 * - libc/src/sys/stat/linux 2233 - `2` 2234 - `2` 2235 - `0` 2236 - :good:`100%` 2237 * - libc/src/threads 2238 - `16` 2239 - `16` 2240 - `0` 2241 - :good:`100%` 2242 * - libc/src/threads/linux 2243 - `11` 2244 - `7` 2245 - `4` 2246 - :part:`63%` 2247 * - libc/src/time 2248 - `12` 2249 - `12` 2250 - `0` 2251 - :good:`100%` 2252 * - libc/src/unistd 2253 - `7` 2254 - `7` 2255 - `0` 2256 - :good:`100%` 2257 * - libc/src/unistd/linux 2258 - `7` 2259 - `7` 2260 - `0` 2261 - :good:`100%` 2262 * - libc/src/__support 2263 - `10` 2264 - `10` 2265 - `0` 2266 - :good:`100%` 2267 * - libc/src/__support/CPP 2268 - `11` 2269 - `10` 2270 - `1` 2271 - :part:`90%` 2272 * - libc/src/__support/File 2273 - `2` 2274 - `2` 2275 - `0` 2276 - :good:`100%` 2277 * - libc/src/__support/FPUtil 2278 - `15` 2279 - `14` 2280 - `1` 2281 - :part:`93%` 2282 * - libc/src/__support/FPUtil/aarch64 2283 - `3` 2284 - `3` 2285 - `0` 2286 - :good:`100%` 2287 * - libc/src/__support/FPUtil/generic 2288 - `3` 2289 - `3` 2290 - `0` 2291 - :good:`100%` 2292 * - libc/src/__support/FPUtil/x86_64 2293 - `6` 2294 - `5` 2295 - `1` 2296 - :part:`83%` 2297 * - libc/src/__support/OSUtil 2298 - `3` 2299 - `3` 2300 - `0` 2301 - :good:`100%` 2302 * - libc/src/__support/OSUtil/linux 2303 - `3` 2304 - `2` 2305 - `1` 2306 - :part:`66%` 2307 * - libc/src/__support/OSUtil/linux/aarch64 2308 - `1` 2309 - `1` 2310 - `0` 2311 - :good:`100%` 2312 * - libc/src/__support/OSUtil/linux/x86_64 2313 - `1` 2314 - `1` 2315 - `0` 2316 - :good:`100%` 2317 * - libc/src/__support/threads 2318 - `1` 2319 - `1` 2320 - `0` 2321 - :good:`100%` 2322 * - libc/src/__support/threads/linux 2323 - `1` 2324 - `1` 2325 - `0` 2326 - :good:`100%` 2327 * - libc/utils/HdrGen 2328 - `9` 2329 - `9` 2330 - `0` 2331 - :good:`100%` 2332 * - libc/utils/HdrGen/PrototypeTestGen 2333 - `1` 2334 - `1` 2335 - `0` 2336 - :good:`100%` 2337 * - libc/utils/LibcTableGenUtil 2338 - `2` 2339 - `2` 2340 - `0` 2341 - :good:`100%` 2342 * - libc/utils/MPFRWrapper 2343 - `3` 2344 - `3` 2345 - `0` 2346 - :good:`100%` 2347 * - libc/utils/testutils 2348 - `10` 2349 - `9` 2350 - `1` 2351 - :part:`90%` 2352 * - libc/utils/tools/WrapperGen 2353 - `1` 2354 - `1` 2355 - `0` 2356 - :good:`100%` 2357 * - libc/utils/UnitTest 2358 - `12` 2359 - `11` 2360 - `1` 2361 - :part:`91%` 2362 * - libclc/generic/include 2363 - `2` 2364 - `1` 2365 - `1` 2366 - :part:`50%` 2367 * - libclc/generic/include/clc 2368 - `6` 2369 - `2` 2370 - `4` 2371 - :part:`33%` 2372 * - libclc/generic/include/clc/async 2373 - `4` 2374 - `4` 2375 - `0` 2376 - :good:`100%` 2377 * - libclc/generic/include/clc/atomic 2378 - `11` 2379 - `7` 2380 - `4` 2381 - :part:`63%` 2382 * - libclc/generic/include/clc/cl_khr_global_int32_base_atomics 2383 - `6` 2384 - `5` 2385 - `1` 2386 - :part:`83%` 2387 * - libclc/generic/include/clc/cl_khr_global_int32_extended_atomics 2388 - `5` 2389 - `5` 2390 - `0` 2391 - :good:`100%` 2392 * - libclc/generic/include/clc/cl_khr_int64_base_atomics 2393 - `6` 2394 - `3` 2395 - `3` 2396 - :part:`50%` 2397 * - libclc/generic/include/clc/cl_khr_int64_extended_atomics 2398 - `5` 2399 - `5` 2400 - `0` 2401 - :good:`100%` 2402 * - libclc/generic/include/clc/cl_khr_local_int32_base_atomics 2403 - `6` 2404 - `5` 2405 - `1` 2406 - :part:`83%` 2407 * - libclc/generic/include/clc/cl_khr_local_int32_extended_atomics 2408 - `5` 2409 - `5` 2410 - `0` 2411 - :good:`100%` 2412 * - libclc/generic/include/clc/common 2413 - `6` 2414 - `6` 2415 - `0` 2416 - :good:`100%` 2417 * - libclc/generic/include/clc/explicit_fence 2418 - `1` 2419 - `1` 2420 - `0` 2421 - :good:`100%` 2422 * - libclc/generic/include/clc/float 2423 - `1` 2424 - `0` 2425 - `1` 2426 - :none:`0%` 2427 * - libclc/generic/include/clc/geometric 2428 - `8` 2429 - `8` 2430 - `0` 2431 - :good:`100%` 2432 * - libclc/generic/include/clc/image 2433 - `2` 2434 - `0` 2435 - `2` 2436 - :none:`0%` 2437 * - libclc/generic/include/clc/integer 2438 - `16` 2439 - `13` 2440 - `3` 2441 - :part:`81%` 2442 * - libclc/generic/include/clc/math 2443 - `95` 2444 - `92` 2445 - `3` 2446 - :part:`96%` 2447 * - libclc/generic/include/clc/misc 2448 - `2` 2449 - `0` 2450 - `2` 2451 - :none:`0%` 2452 * - libclc/generic/include/clc/relational 2453 - `18` 2454 - `12` 2455 - `6` 2456 - :part:`66%` 2457 * - libclc/generic/include/clc/shared 2458 - `5` 2459 - `3` 2460 - `2` 2461 - :part:`60%` 2462 * - libclc/generic/include/clc/synchronization 2463 - `2` 2464 - `2` 2465 - `0` 2466 - :good:`100%` 2467 * - libclc/generic/include/clc/workitem 2468 - `8` 2469 - `8` 2470 - `0` 2471 - :good:`100%` 2472 * - libclc/generic/include/integer 2473 - `1` 2474 - `1` 2475 - `0` 2476 - :good:`100%` 2477 * - libclc/generic/include/math 2478 - `15` 2479 - `15` 2480 - `0` 2481 - :good:`100%` 2482 * - libclc/generic/lib 2483 - `1` 2484 - `0` 2485 - `1` 2486 - :none:`0%` 2487 * - libclc/generic/lib/math 2488 - `8` 2489 - `1` 2490 - `7` 2491 - :part:`12%` 2492 * - libclc/generic/lib/relational 2493 - `1` 2494 - `0` 2495 - `1` 2496 - :none:`0%` 2497 * - libclc/utils 2498 - `1` 2499 - `0` 2500 - `1` 2501 - :none:`0%` 2502 * - libcxx/benchmarks 2503 - `28` 2504 - `10` 2505 - `18` 2506 - :part:`35%` 2507 * - libcxx/include 2508 - `22` 2509 - `0` 2510 - `22` 2511 - :none:`0%` 2512 * - libcxx/include/__algorithm 2513 - `102` 2514 - `15` 2515 - `87` 2516 - :part:`14%` 2517 * - libcxx/include/__bit 2518 - `2` 2519 - `0` 2520 - `2` 2521 - :none:`0%` 2522 * - libcxx/include/__charconv 2523 - `3` 2524 - `0` 2525 - `3` 2526 - :none:`0%` 2527 * - libcxx/include/__chrono 2528 - `8` 2529 - `0` 2530 - `8` 2531 - :none:`0%` 2532 * - libcxx/include/__compare 2533 - `13` 2534 - `1` 2535 - `12` 2536 - :part:`7%` 2537 * - libcxx/include/__concepts 2538 - `22` 2539 - `0` 2540 - `22` 2541 - :none:`0%` 2542 * - libcxx/include/__coroutine 2543 - `4` 2544 - `0` 2545 - `4` 2546 - :none:`0%` 2547 * - libcxx/include/__filesystem 2548 - `16` 2549 - `3` 2550 - `13` 2551 - :part:`18%` 2552 * - libcxx/include/__format 2553 - `17` 2554 - `2` 2555 - `15` 2556 - :part:`11%` 2557 * - libcxx/include/__functional 2558 - `27` 2559 - `0` 2560 - `27` 2561 - :none:`0%` 2562 * - libcxx/include/__ios 2563 - `1` 2564 - `0` 2565 - `1` 2566 - :none:`0%` 2567 * - libcxx/include/__iterator 2568 - `36` 2569 - `0` 2570 - `36` 2571 - :none:`0%` 2572 * - libcxx/include/__memory 2573 - `19` 2574 - `1` 2575 - `18` 2576 - :part:`5%` 2577 * - libcxx/include/__numeric 2578 - `13` 2579 - `4` 2580 - `9` 2581 - :part:`30%` 2582 * - libcxx/include/__random 2583 - `37` 2584 - `2` 2585 - `35` 2586 - :part:`5%` 2587 * - libcxx/include/__ranges 2588 - `29` 2589 - `2` 2590 - `27` 2591 - :part:`6%` 2592 * - libcxx/include/__support/android 2593 - `1` 2594 - `0` 2595 - `1` 2596 - :none:`0%` 2597 * - libcxx/include/__support/fuchsia 2598 - `1` 2599 - `0` 2600 - `1` 2601 - :none:`0%` 2602 * - libcxx/include/__support/ibm 2603 - `6` 2604 - `2` 2605 - `4` 2606 - :part:`33%` 2607 * - libcxx/include/__support/musl 2608 - `1` 2609 - `0` 2610 - `1` 2611 - :none:`0%` 2612 * - libcxx/include/__support/newlib 2613 - `1` 2614 - `0` 2615 - `1` 2616 - :none:`0%` 2617 * - libcxx/include/__support/openbsd 2618 - `1` 2619 - `1` 2620 - `0` 2621 - :good:`100%` 2622 * - libcxx/include/__support/solaris 2623 - `3` 2624 - `2` 2625 - `1` 2626 - :part:`66%` 2627 * - libcxx/include/__support/win32 2628 - `2` 2629 - `0` 2630 - `2` 2631 - :none:`0%` 2632 * - libcxx/include/__support/xlocale 2633 - `3` 2634 - `0` 2635 - `3` 2636 - :none:`0%` 2637 * - libcxx/include/__thread 2638 - `2` 2639 - `0` 2640 - `2` 2641 - :none:`0%` 2642 * - libcxx/include/__utility 2643 - `17` 2644 - `5` 2645 - `12` 2646 - :part:`29%` 2647 * - libcxx/include/__variant 2648 - `1` 2649 - `0` 2650 - `1` 2651 - :none:`0%` 2652 * - libcxx/src 2653 - `42` 2654 - `6` 2655 - `36` 2656 - :part:`14%` 2657 * - libcxx/src/experimental 2658 - `2` 2659 - `1` 2660 - `1` 2661 - :part:`50%` 2662 * - libcxx/src/filesystem 2663 - `5` 2664 - `0` 2665 - `5` 2666 - :none:`0%` 2667 * - libcxx/src/include 2668 - `6` 2669 - `1` 2670 - `5` 2671 - :part:`16%` 2672 * - libcxx/src/include/ryu 2673 - `9` 2674 - `8` 2675 - `1` 2676 - :part:`88%` 2677 * - libcxx/src/ryu 2678 - `3` 2679 - `3` 2680 - `0` 2681 - :good:`100%` 2682 * - libcxx/src/support/ibm 2683 - `3` 2684 - `0` 2685 - `3` 2686 - :none:`0%` 2687 * - libcxx/src/support/solaris 2688 - `1` 2689 - `0` 2690 - `1` 2691 - :none:`0%` 2692 * - libcxx/src/support/win32 2693 - `3` 2694 - `0` 2695 - `3` 2696 - :none:`0%` 2697 * - libcxxabi/fuzz 2698 - `1` 2699 - `0` 2700 - `1` 2701 - :none:`0%` 2702 * - libcxxabi/include 2703 - `2` 2704 - `0` 2705 - `2` 2706 - :none:`0%` 2707 * - libcxxabi/src 2708 - `25` 2709 - `1` 2710 - `24` 2711 - :part:`4%` 2712 * - libcxxabi/src/demangle 2713 - `4` 2714 - `2` 2715 - `2` 2716 - :part:`50%` 2717 * - libunwind/include 2718 - `5` 2719 - `0` 2720 - `5` 2721 - :none:`0%` 2722 * - libunwind/include/mach-o 2723 - `1` 2724 - `0` 2725 - `1` 2726 - :none:`0%` 2727 * - libunwind/src 2728 - `10` 2729 - `1` 2730 - `9` 2731 - :part:`10%` 2732 * - lld/COFF 2733 - `37` 2734 - `13` 2735 - `24` 2736 - :part:`35%` 2737 * - lld/Common 2738 - `11` 2739 - `9` 2740 - `2` 2741 - :part:`81%` 2742 * - lld/ELF 2743 - `48` 2744 - `25` 2745 - `23` 2746 - :part:`52%` 2747 * - lld/ELF/Arch 2748 - `14` 2749 - `4` 2750 - `10` 2751 - :part:`28%` 2752 * - lld/include/lld/Common 2753 - `14` 2754 - `8` 2755 - `6` 2756 - :part:`57%` 2757 * - lld/include/lld/Core 2758 - `20` 2759 - `4` 2760 - `16` 2761 - :part:`20%` 2762 * - lld/MachO 2763 - `45` 2764 - `43` 2765 - `2` 2766 - :part:`95%` 2767 * - lld/MachO/Arch 2768 - `6` 2769 - `6` 2770 - `0` 2771 - :good:`100%` 2772 * - lld/MinGW 2773 - `1` 2774 - `1` 2775 - `0` 2776 - :good:`100%` 2777 * - lld/tools/lld 2778 - `1` 2779 - `1` 2780 - `0` 2781 - :good:`100%` 2782 * - lld/wasm 2783 - `29` 2784 - `15` 2785 - `14` 2786 - :part:`51%` 2787 * - lldb/bindings/python 2788 - `1` 2789 - `1` 2790 - `0` 2791 - :good:`100%` 2792 * - lldb/examples/darwin/heap_find/heap 2793 - `1` 2794 - `1` 2795 - `0` 2796 - :good:`100%` 2797 * - lldb/examples/functions 2798 - `1` 2799 - `0` 2800 - `1` 2801 - :none:`0%` 2802 * - lldb/examples/interposing/darwin/fd_interposing 2803 - `1` 2804 - `0` 2805 - `1` 2806 - :none:`0%` 2807 * - lldb/examples/lookup 2808 - `1` 2809 - `0` 2810 - `1` 2811 - :none:`0%` 2812 * - lldb/examples/plugins/commands 2813 - `1` 2814 - `1` 2815 - `0` 2816 - :good:`100%` 2817 * - lldb/examples/synthetic/bitfield 2818 - `1` 2819 - `1` 2820 - `0` 2821 - :good:`100%` 2822 * - lldb/include/lldb 2823 - `12` 2824 - `6` 2825 - `6` 2826 - :part:`50%` 2827 * - lldb/include/lldb/API 2828 - `70` 2829 - `60` 2830 - `10` 2831 - :part:`85%` 2832 * - lldb/include/lldb/Breakpoint 2833 - `25` 2834 - `9` 2835 - `16` 2836 - :part:`36%` 2837 * - lldb/include/lldb/Core 2838 - `61` 2839 - `31` 2840 - `30` 2841 - :part:`50%` 2842 * - lldb/include/lldb/DataFormatters 2843 - `18` 2844 - `10` 2845 - `8` 2846 - :part:`55%` 2847 * - lldb/include/lldb/Expression 2848 - `17` 2849 - `7` 2850 - `10` 2851 - :part:`41%` 2852 * - lldb/include/lldb/Host 2853 - `39` 2854 - `20` 2855 - `19` 2856 - :part:`51%` 2857 * - lldb/include/lldb/Host/android 2858 - `1` 2859 - `1` 2860 - `0` 2861 - :good:`100%` 2862 * - lldb/include/lldb/Host/common 2863 - `8` 2864 - `2` 2865 - `6` 2866 - :part:`25%` 2867 * - lldb/include/lldb/Host/freebsd 2868 - `1` 2869 - `0` 2870 - `1` 2871 - :none:`0%` 2872 * - lldb/include/lldb/Host/linux 2873 - `6` 2874 - `4` 2875 - `2` 2876 - :part:`66%` 2877 * - lldb/include/lldb/Host/macosx 2878 - `2` 2879 - `0` 2880 - `2` 2881 - :none:`0%` 2882 * - lldb/include/lldb/Host/netbsd 2883 - `1` 2884 - `0` 2885 - `1` 2886 - :none:`0%` 2887 * - lldb/include/lldb/Host/openbsd 2888 - `1` 2889 - `0` 2890 - `1` 2891 - :none:`0%` 2892 * - lldb/include/lldb/Host/posix 2893 - `9` 2894 - `7` 2895 - `2` 2896 - :part:`77%` 2897 * - lldb/include/lldb/Host/windows 2898 - `10` 2899 - `4` 2900 - `6` 2901 - :part:`40%` 2902 * - lldb/include/lldb/Initialization 2903 - `3` 2904 - `1` 2905 - `2` 2906 - :part:`33%` 2907 * - lldb/include/lldb/Interpreter 2908 - `49` 2909 - `36` 2910 - `13` 2911 - :part:`73%` 2912 * - lldb/include/lldb/Symbol 2913 - `35` 2914 - `14` 2915 - `21` 2916 - :part:`40%` 2917 * - lldb/include/lldb/Target 2918 - `78` 2919 - `51` 2920 - `27` 2921 - :part:`65%` 2922 * - lldb/include/lldb/Utility 2923 - `63` 2924 - `41` 2925 - `22` 2926 - :part:`65%` 2927 * - lldb/include/lldb/Version 2928 - `1` 2929 - `1` 2930 - `0` 2931 - :good:`100%` 2932 * - lldb/source/API 2933 - `73` 2934 - `36` 2935 - `37` 2936 - :part:`49%` 2937 * - lldb/source/Breakpoint 2938 - `24` 2939 - `6` 2940 - `18` 2941 - :part:`25%` 2942 * - lldb/source/Commands 2943 - `70` 2944 - `57` 2945 - `13` 2946 - :part:`81%` 2947 * - lldb/source/Core 2948 - `49` 2949 - `26` 2950 - `23` 2951 - :part:`53%` 2952 * - lldb/source/DataFormatters 2953 - `16` 2954 - `3` 2955 - `13` 2956 - :part:`18%` 2957 * - lldb/source/Expression 2958 - `13` 2959 - `5` 2960 - `8` 2961 - :part:`38%` 2962 * - lldb/source/Host/android 2963 - `2` 2964 - `2` 2965 - `0` 2966 - :good:`100%` 2967 * - lldb/source/Host/common 2968 - `31` 2969 - `16` 2970 - `15` 2971 - :part:`51%` 2972 * - lldb/source/Host/freebsd 2973 - `2` 2974 - `2` 2975 - `0` 2976 - :good:`100%` 2977 * - lldb/source/Host/linux 2978 - `5` 2979 - `5` 2980 - `0` 2981 - :good:`100%` 2982 * - lldb/source/Host/macosx/cfcpp 2983 - `14` 2984 - `12` 2985 - `2` 2986 - :part:`85%` 2987 * - lldb/source/Host/macosx/objcxx 2988 - `1` 2989 - `1` 2990 - `0` 2991 - :good:`100%` 2992 * - lldb/source/Host/netbsd 2993 - `2` 2994 - `0` 2995 - `2` 2996 - :none:`0%` 2997 * - lldb/source/Host/openbsd 2998 - `2` 2999 - `1` 3000 - `1` 3001 - :part:`50%` 3002 * - lldb/source/Host/posix 3003 - `9` 3004 - `6` 3005 - `3` 3006 - :part:`66%` 3007 * - lldb/source/Host/windows 3008 - `11` 3009 - `7` 3010 - `4` 3011 - :part:`63%` 3012 * - lldb/source/Initialization 3013 - `3` 3014 - `3` 3015 - `0` 3016 - :good:`100%` 3017 * - lldb/source/Interpreter 3018 - `44` 3019 - `24` 3020 - `20` 3021 - :part:`54%` 3022 * - lldb/source/Plugins/ABI/AArch64 3023 - `6` 3024 - `3` 3025 - `3` 3026 - :part:`50%` 3027 * - lldb/source/Plugins/ABI/ARC 3028 - `2` 3029 - `0` 3030 - `2` 3031 - :none:`0%` 3032 * - lldb/source/Plugins/ABI/ARM 3033 - `6` 3034 - `2` 3035 - `4` 3036 - :part:`33%` 3037 * - lldb/source/Plugins/ABI/Hexagon 3038 - `2` 3039 - `0` 3040 - `2` 3041 - :none:`0%` 3042 * - lldb/source/Plugins/ABI/Mips 3043 - `6` 3044 - `2` 3045 - `4` 3046 - :part:`33%` 3047 * - lldb/source/Plugins/ABI/PowerPC 3048 - `6` 3049 - `3` 3050 - `3` 3051 - :part:`50%` 3052 * - lldb/source/Plugins/ABI/SystemZ 3053 - `2` 3054 - `0` 3055 - `2` 3056 - :none:`0%` 3057 * - lldb/source/Plugins/ABI/X86 3058 - `13` 3059 - `4` 3060 - `9` 3061 - :part:`30%` 3062 * - lldb/source/Plugins/Architecture/AArch64 3063 - `2` 3064 - `2` 3065 - `0` 3066 - :good:`100%` 3067 * - lldb/source/Plugins/Architecture/Arm 3068 - `2` 3069 - `1` 3070 - `1` 3071 - :part:`50%` 3072 * - lldb/source/Plugins/Architecture/Mips 3073 - `2` 3074 - `0` 3075 - `2` 3076 - :none:`0%` 3077 * - lldb/source/Plugins/Architecture/PPC64 3078 - `2` 3079 - `2` 3080 - `0` 3081 - :good:`100%` 3082 * - lldb/source/Plugins/Disassembler/LLVMC 3083 - `2` 3084 - `1` 3085 - `1` 3086 - :part:`50%` 3087 * - lldb/source/Plugins/DynamicLoader/Darwin-Kernel 3088 - `2` 3089 - `0` 3090 - `2` 3091 - :none:`0%` 3092 * - lldb/source/Plugins/DynamicLoader/Hexagon-DYLD 3093 - `4` 3094 - `3` 3095 - `1` 3096 - :part:`75%` 3097 * - lldb/source/Plugins/DynamicLoader/MacOSX-DYLD 3098 - `6` 3099 - `3` 3100 - `3` 3101 - :part:`50%` 3102 * - lldb/source/Plugins/DynamicLoader/POSIX-DYLD 3103 - `4` 3104 - `2` 3105 - `2` 3106 - :part:`50%` 3107 * - lldb/source/Plugins/DynamicLoader/Static 3108 - `2` 3109 - `1` 3110 - `1` 3111 - :part:`50%` 3112 * - lldb/source/Plugins/DynamicLoader/wasm-DYLD 3113 - `2` 3114 - `2` 3115 - `0` 3116 - :good:`100%` 3117 * - lldb/source/Plugins/DynamicLoader/Windows-DYLD 3118 - `2` 3119 - `1` 3120 - `1` 3121 - :part:`50%` 3122 * - lldb/source/Plugins/ExpressionParser/Clang 3123 - `51` 3124 - `25` 3125 - `26` 3126 - :part:`49%` 3127 * - lldb/source/Plugins/Instruction/ARM 3128 - `4` 3129 - `2` 3130 - `2` 3131 - :part:`50%` 3132 * - lldb/source/Plugins/Instruction/ARM64 3133 - `2` 3134 - `0` 3135 - `2` 3136 - :none:`0%` 3137 * - lldb/source/Plugins/Instruction/MIPS 3138 - `2` 3139 - `0` 3140 - `2` 3141 - :none:`0%` 3142 * - lldb/source/Plugins/Instruction/MIPS64 3143 - `2` 3144 - `1` 3145 - `1` 3146 - :part:`50%` 3147 * - lldb/source/Plugins/Instruction/PPC64 3148 - `2` 3149 - `2` 3150 - `0` 3151 - :good:`100%` 3152 * - lldb/source/Plugins/InstrumentationRuntime/ASan 3153 - `2` 3154 - `2` 3155 - `0` 3156 - :good:`100%` 3157 * - lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker 3158 - `2` 3159 - `2` 3160 - `0` 3161 - :good:`100%` 3162 * - lldb/source/Plugins/InstrumentationRuntime/TSan 3163 - `2` 3164 - `2` 3165 - `0` 3166 - :good:`100%` 3167 * - lldb/source/Plugins/InstrumentationRuntime/UBSan 3168 - `2` 3169 - `2` 3170 - `0` 3171 - :good:`100%` 3172 * - lldb/source/Plugins/JITLoader/GDB 3173 - `2` 3174 - `1` 3175 - `1` 3176 - :part:`50%` 3177 * - lldb/source/Plugins/Language/ClangCommon 3178 - `2` 3179 - `2` 3180 - `0` 3181 - :good:`100%` 3182 * - lldb/source/Plugins/Language/CPlusPlus 3183 - `30` 3184 - `19` 3185 - `11` 3186 - :part:`63%` 3187 * - lldb/source/Plugins/Language/ObjC 3188 - `21` 3189 - `14` 3190 - `7` 3191 - :part:`66%` 3192 * - lldb/source/Plugins/Language/ObjCPlusPlus 3193 - `2` 3194 - `2` 3195 - `0` 3196 - :good:`100%` 3197 * - lldb/source/Plugins/LanguageRuntime/CPlusPlus 3198 - `2` 3199 - `0` 3200 - `2` 3201 - :none:`0%` 3202 * - lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI 3203 - `2` 3204 - `0` 3205 - `2` 3206 - :none:`0%` 3207 * - lldb/source/Plugins/LanguageRuntime/ObjC 3208 - `2` 3209 - `0` 3210 - `2` 3211 - :none:`0%` 3212 * - lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime 3213 - `16` 3214 - `5` 3215 - `11` 3216 - :part:`31%` 3217 * - lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime 3218 - `8` 3219 - `3` 3220 - `5` 3221 - :part:`37%` 3222 * - lldb/source/Plugins/MemoryHistory/asan 3223 - `2` 3224 - `2` 3225 - `0` 3226 - :good:`100%` 3227 * - lldb/source/Plugins/ObjectContainer/BSD-Archive 3228 - `2` 3229 - `0` 3230 - `2` 3231 - :none:`0%` 3232 * - lldb/source/Plugins/ObjectContainer/Universal-Mach-O 3233 - `2` 3234 - `2` 3235 - `0` 3236 - :good:`100%` 3237 * - lldb/source/Plugins/ObjectFile/Breakpad 3238 - `4` 3239 - `3` 3240 - `1` 3241 - :part:`75%` 3242 * - lldb/source/Plugins/ObjectFile/ELF 3243 - `4` 3244 - `1` 3245 - `3` 3246 - :part:`25%` 3247 * - lldb/source/Plugins/ObjectFile/JIT 3248 - `2` 3249 - `0` 3250 - `2` 3251 - :none:`0%` 3252 * - lldb/source/Plugins/ObjectFile/Mach-O 3253 - `2` 3254 - `0` 3255 - `2` 3256 - :none:`0%` 3257 * - lldb/source/Plugins/ObjectFile/Minidump 3258 - `4` 3259 - `4` 3260 - `0` 3261 - :good:`100%` 3262 * - lldb/source/Plugins/ObjectFile/PDB 3263 - `2` 3264 - `2` 3265 - `0` 3266 - :good:`100%` 3267 * - lldb/source/Plugins/ObjectFile/PECOFF 3268 - `6` 3269 - `3` 3270 - `3` 3271 - :part:`50%` 3272 * - lldb/source/Plugins/ObjectFile/wasm 3273 - `2` 3274 - `2` 3275 - `0` 3276 - :good:`100%` 3277 * - lldb/source/Plugins/OperatingSystem/Python 3278 - `2` 3279 - `2` 3280 - `0` 3281 - :good:`100%` 3282 * - lldb/source/Plugins/Platform/Android 3283 - `6` 3284 - `3` 3285 - `3` 3286 - :part:`50%` 3287 * - lldb/source/Plugins/Platform/FreeBSD 3288 - `2` 3289 - `1` 3290 - `1` 3291 - :part:`50%` 3292 * - lldb/source/Plugins/Platform/gdb-server 3293 - `2` 3294 - `1` 3295 - `1` 3296 - :part:`50%` 3297 * - lldb/source/Plugins/Platform/Linux 3298 - `2` 3299 - `1` 3300 - `1` 3301 - :part:`50%` 3302 * - lldb/source/Plugins/Platform/MacOSX 3303 - `20` 3304 - `11` 3305 - `9` 3306 - :part:`55%` 3307 * - lldb/source/Plugins/Platform/MacOSX/objcxx 3308 - `1` 3309 - `1` 3310 - `0` 3311 - :good:`100%` 3312 * - lldb/source/Plugins/Platform/NetBSD 3313 - `2` 3314 - `1` 3315 - `1` 3316 - :part:`50%` 3317 * - lldb/source/Plugins/Platform/OpenBSD 3318 - `2` 3319 - `1` 3320 - `1` 3321 - :part:`50%` 3322 * - lldb/source/Plugins/Platform/POSIX 3323 - `2` 3324 - `0` 3325 - `2` 3326 - :none:`0%` 3327 * - lldb/source/Plugins/Platform/QemuUser 3328 - `2` 3329 - `2` 3330 - `0` 3331 - :good:`100%` 3332 * - lldb/source/Plugins/Platform/Windows 3333 - `2` 3334 - `1` 3335 - `1` 3336 - :part:`50%` 3337 * - lldb/source/Plugins/Process/elf-core 3338 - `20` 3339 - `18` 3340 - `2` 3341 - :part:`90%` 3342 * - lldb/source/Plugins/Process/FreeBSD 3343 - `16` 3344 - `12` 3345 - `4` 3346 - :part:`75%` 3347 * - lldb/source/Plugins/Process/FreeBSDKernel 3348 - `10` 3349 - `8` 3350 - `2` 3351 - :part:`80%` 3352 * - lldb/source/Plugins/Process/gdb-remote 3353 - `26` 3354 - `15` 3355 - `11` 3356 - :part:`57%` 3357 * - lldb/source/Plugins/Process/Linux 3358 - `21` 3359 - `11` 3360 - `10` 3361 - :part:`52%` 3362 * - lldb/source/Plugins/Process/mach-core 3363 - `4` 3364 - `3` 3365 - `1` 3366 - :part:`75%` 3367 * - lldb/source/Plugins/Process/MacOSX-Kernel 3368 - `16` 3369 - `13` 3370 - `3` 3371 - :part:`81%` 3372 * - lldb/source/Plugins/Process/minidump 3373 - `17` 3374 - `10` 3375 - `7` 3376 - :part:`58%` 3377 * - lldb/source/Plugins/Process/NetBSD 3378 - `8` 3379 - `4` 3380 - `4` 3381 - :part:`50%` 3382 * - lldb/source/Plugins/Process/POSIX 3383 - `8` 3384 - `7` 3385 - `1` 3386 - :part:`87%` 3387 * - lldb/source/Plugins/Process/scripted 3388 - `4` 3389 - `4` 3390 - `0` 3391 - :good:`100%` 3392 * - lldb/source/Plugins/Process/Utility 3393 - `132` 3394 - `97` 3395 - `35` 3396 - :part:`73%` 3397 * - lldb/source/Plugins/Process/Windows/Common 3398 - `34` 3399 - `22` 3400 - `12` 3401 - :part:`64%` 3402 * - lldb/source/Plugins/Process/Windows/Common/arm 3403 - `2` 3404 - `1` 3405 - `1` 3406 - :part:`50%` 3407 * - lldb/source/Plugins/Process/Windows/Common/arm64 3408 - `2` 3409 - `1` 3410 - `1` 3411 - :part:`50%` 3412 * - lldb/source/Plugins/Process/Windows/Common/x64 3413 - `2` 3414 - `0` 3415 - `2` 3416 - :none:`0%` 3417 * - lldb/source/Plugins/Process/Windows/Common/x86 3418 - `2` 3419 - `0` 3420 - `2` 3421 - :none:`0%` 3422 * - lldb/source/Plugins/REPL/Clang 3423 - `2` 3424 - `1` 3425 - `1` 3426 - :part:`50%` 3427 * - lldb/source/Plugins/ScriptInterpreter/Lua 3428 - `5` 3429 - `5` 3430 - `0` 3431 - :good:`100%` 3432 * - lldb/source/Plugins/ScriptInterpreter/None 3433 - `2` 3434 - `2` 3435 - `0` 3436 - :good:`100%` 3437 * - lldb/source/Plugins/ScriptInterpreter/Python 3438 - `16` 3439 - `12` 3440 - `4` 3441 - :part:`75%` 3442 * - lldb/source/Plugins/StructuredData/DarwinLog 3443 - `2` 3444 - `0` 3445 - `2` 3446 - :none:`0%` 3447 * - lldb/source/Plugins/SymbolFile/Breakpad 3448 - `2` 3449 - `0` 3450 - `2` 3451 - :none:`0%` 3452 * - lldb/source/Plugins/SymbolFile/DWARF 3453 - `65` 3454 - `39` 3455 - `26` 3456 - :part:`60%` 3457 * - lldb/source/Plugins/SymbolFile/NativePDB 3458 - `20` 3459 - `10` 3460 - `10` 3461 - :part:`50%` 3462 * - lldb/source/Plugins/SymbolFile/PDB 3463 - `6` 3464 - `4` 3465 - `2` 3466 - :part:`66%` 3467 * - lldb/source/Plugins/SymbolFile/Symtab 3468 - `2` 3469 - `2` 3470 - `0` 3471 - :good:`100%` 3472 * - lldb/source/Plugins/SymbolVendor/ELF 3473 - `2` 3474 - `2` 3475 - `0` 3476 - :good:`100%` 3477 * - lldb/source/Plugins/SymbolVendor/MacOSX 3478 - `2` 3479 - `2` 3480 - `0` 3481 - :good:`100%` 3482 * - lldb/source/Plugins/SymbolVendor/wasm 3483 - `2` 3484 - `2` 3485 - `0` 3486 - :good:`100%` 3487 * - lldb/source/Plugins/SystemRuntime/MacOSX 3488 - `10` 3489 - `1` 3490 - `9` 3491 - :part:`10%` 3492 * - lldb/source/Plugins/Trace/common 3493 - `8` 3494 - `7` 3495 - `1` 3496 - :part:`87%` 3497 * - lldb/source/Plugins/Trace/intel-pt 3498 - `18` 3499 - `17` 3500 - `1` 3501 - :part:`94%` 3502 * - lldb/source/Plugins/TraceExporter/common 3503 - `2` 3504 - `2` 3505 - `0` 3506 - :good:`100%` 3507 * - lldb/source/Plugins/TraceExporter/ctf 3508 - `4` 3509 - `3` 3510 - `1` 3511 - :part:`75%` 3512 * - lldb/source/Plugins/TypeSystem/Clang 3513 - `2` 3514 - `0` 3515 - `2` 3516 - :none:`0%` 3517 * - lldb/source/Plugins/UnwindAssembly/InstEmulation 3518 - `2` 3519 - `1` 3520 - `1` 3521 - :part:`50%` 3522 * - lldb/source/Plugins/UnwindAssembly/x86 3523 - `4` 3524 - `2` 3525 - `2` 3526 - :part:`50%` 3527 * - lldb/source/Symbol 3528 - `31` 3529 - `18` 3530 - `13` 3531 - :part:`58%` 3532 * - lldb/source/Target 3533 - `69` 3534 - `34` 3535 - `35` 3536 - :part:`49%` 3537 * - lldb/source/Utility 3538 - `58` 3539 - `46` 3540 - `12` 3541 - :part:`79%` 3542 * - lldb/source/Version 3543 - `1` 3544 - `1` 3545 - `0` 3546 - :good:`100%` 3547 * - lldb/tools/argdumper 3548 - `1` 3549 - `1` 3550 - `0` 3551 - :good:`100%` 3552 * - lldb/tools/darwin-debug 3553 - `1` 3554 - `1` 3555 - `0` 3556 - :good:`100%` 3557 * - lldb/tools/debugserver/source 3558 - `51` 3559 - `40` 3560 - `11` 3561 - :part:`78%` 3562 * - lldb/tools/debugserver/source/MacOSX 3563 - `24` 3564 - `16` 3565 - `8` 3566 - :part:`66%` 3567 * - lldb/tools/debugserver/source/MacOSX/arm 3568 - `2` 3569 - `1` 3570 - `1` 3571 - :part:`50%` 3572 * - lldb/tools/debugserver/source/MacOSX/arm64 3573 - `2` 3574 - `1` 3575 - `1` 3576 - :part:`50%` 3577 * - lldb/tools/debugserver/source/MacOSX/i386 3578 - `3` 3579 - `0` 3580 - `3` 3581 - :none:`0%` 3582 * - lldb/tools/debugserver/source/MacOSX/x86_64 3583 - `3` 3584 - `0` 3585 - `3` 3586 - :none:`0%` 3587 * - lldb/tools/driver 3588 - `4` 3589 - `4` 3590 - `0` 3591 - :good:`100%` 3592 * - lldb/tools/intel-features 3593 - `1` 3594 - `1` 3595 - `0` 3596 - :good:`100%` 3597 * - lldb/tools/intel-features/intel-mpx 3598 - `2` 3599 - `1` 3600 - `1` 3601 - :part:`50%` 3602 * - lldb/tools/lldb-instr 3603 - `1` 3604 - `1` 3605 - `0` 3606 - :good:`100%` 3607 * - lldb/tools/lldb-server 3608 - `9` 3609 - `4` 3610 - `5` 3611 - :part:`44%` 3612 * - lldb/tools/lldb-test 3613 - `5` 3614 - `2` 3615 - `3` 3616 - :part:`40%` 3617 * - lldb/tools/lldb-vscode 3618 - `27` 3619 - `24` 3620 - `3` 3621 - :part:`88%` 3622 * - lldb/unittests 3623 - `1` 3624 - `1` 3625 - `0` 3626 - :good:`100%` 3627 * - lldb/unittests/API 3628 - `2` 3629 - `2` 3630 - `0` 3631 - :good:`100%` 3632 * - lldb/unittests/Breakpoint 3633 - `1` 3634 - `1` 3635 - `0` 3636 - :good:`100%` 3637 * - lldb/unittests/Core 3638 - `10` 3639 - `9` 3640 - `1` 3641 - :part:`90%` 3642 * - lldb/unittests/DataFormatter 3643 - `3` 3644 - `3` 3645 - `0` 3646 - :good:`100%` 3647 * - lldb/unittests/debugserver 3648 - `3` 3649 - `2` 3650 - `1` 3651 - :part:`66%` 3652 * - lldb/unittests/Disassembler 3653 - `2` 3654 - `0` 3655 - `2` 3656 - :none:`0%` 3657 * - lldb/unittests/Editline 3658 - `1` 3659 - `1` 3660 - `0` 3661 - :good:`100%` 3662 * - lldb/unittests/Expression 3663 - `5` 3664 - `3` 3665 - `2` 3666 - :part:`60%` 3667 * - lldb/unittests/Host 3668 - `16` 3669 - `11` 3670 - `5` 3671 - :part:`68%` 3672 * - lldb/unittests/Host/linux 3673 - `2` 3674 - `2` 3675 - `0` 3676 - :good:`100%` 3677 * - lldb/unittests/Host/posix 3678 - `1` 3679 - `0` 3680 - `1` 3681 - :none:`0%` 3682 * - lldb/unittests/Instruction 3683 - `1` 3684 - `0` 3685 - `1` 3686 - :none:`0%` 3687 * - lldb/unittests/Interpreter 3688 - `6` 3689 - `2` 3690 - `4` 3691 - :part:`33%` 3692 * - lldb/unittests/Language/CLanguages 3693 - `1` 3694 - `1` 3695 - `0` 3696 - :good:`100%` 3697 * - lldb/unittests/Language/CPlusPlus 3698 - `1` 3699 - `0` 3700 - `1` 3701 - :none:`0%` 3702 * - lldb/unittests/Language/Highlighting 3703 - `1` 3704 - `1` 3705 - `0` 3706 - :good:`100%` 3707 * - lldb/unittests/ObjectFile/Breakpad 3708 - `1` 3709 - `1` 3710 - `0` 3711 - :good:`100%` 3712 * - lldb/unittests/ObjectFile/ELF 3713 - `1` 3714 - `0` 3715 - `1` 3716 - :none:`0%` 3717 * - lldb/unittests/ObjectFile/MachO 3718 - `1` 3719 - `0` 3720 - `1` 3721 - :none:`0%` 3722 * - lldb/unittests/ObjectFile/PECOFF 3723 - `1` 3724 - `0` 3725 - `1` 3726 - :none:`0%` 3727 * - lldb/unittests/Platform 3728 - `3` 3729 - `2` 3730 - `1` 3731 - :part:`66%` 3732 * - lldb/unittests/Platform/Android 3733 - `1` 3734 - `0` 3735 - `1` 3736 - :none:`0%` 3737 * - lldb/unittests/Process 3738 - `1` 3739 - `1` 3740 - `0` 3741 - :good:`100%` 3742 * - lldb/unittests/Process/gdb-remote 3743 - `8` 3744 - `6` 3745 - `2` 3746 - :part:`75%` 3747 * - lldb/unittests/Process/Linux 3748 - `1` 3749 - `0` 3750 - `1` 3751 - :none:`0%` 3752 * - lldb/unittests/Process/minidump 3753 - `2` 3754 - `0` 3755 - `2` 3756 - :none:`0%` 3757 * - lldb/unittests/Process/minidump/Inputs 3758 - `1` 3759 - `1` 3760 - `0` 3761 - :good:`100%` 3762 * - lldb/unittests/Process/POSIX 3763 - `1` 3764 - `1` 3765 - `0` 3766 - :good:`100%` 3767 * - lldb/unittests/Process/Utility 3768 - `6` 3769 - `4` 3770 - `2` 3771 - :part:`66%` 3772 * - lldb/unittests/ScriptInterpreter/Lua 3773 - `2` 3774 - `2` 3775 - `0` 3776 - :good:`100%` 3777 * - lldb/unittests/ScriptInterpreter/Python 3778 - `3` 3779 - `2` 3780 - `1` 3781 - :part:`66%` 3782 * - lldb/unittests/Signals 3783 - `1` 3784 - `1` 3785 - `0` 3786 - :good:`100%` 3787 * - lldb/unittests/Symbol 3788 - `11` 3789 - `7` 3790 - `4` 3791 - :part:`63%` 3792 * - lldb/unittests/SymbolFile/DWARF 3793 - `6` 3794 - `4` 3795 - `2` 3796 - :part:`66%` 3797 * - lldb/unittests/SymbolFile/DWARF/Inputs 3798 - `1` 3799 - `1` 3800 - `0` 3801 - :good:`100%` 3802 * - lldb/unittests/SymbolFile/NativePDB 3803 - `1` 3804 - `1` 3805 - `0` 3806 - :good:`100%` 3807 * - lldb/unittests/SymbolFile/PDB 3808 - `1` 3809 - `0` 3810 - `1` 3811 - :none:`0%` 3812 * - lldb/unittests/SymbolFile/PDB/Inputs 3813 - `5` 3814 - `5` 3815 - `0` 3816 - :good:`100%` 3817 * - lldb/unittests/Target 3818 - `10` 3819 - `6` 3820 - `4` 3821 - :part:`60%` 3822 * - lldb/unittests/TestingSupport 3823 - `5` 3824 - `4` 3825 - `1` 3826 - :part:`80%` 3827 * - lldb/unittests/TestingSupport/Host 3828 - `1` 3829 - `1` 3830 - `0` 3831 - :good:`100%` 3832 * - lldb/unittests/TestingSupport/Symbol 3833 - `3` 3834 - `3` 3835 - `0` 3836 - :good:`100%` 3837 * - lldb/unittests/Thread 3838 - `1` 3839 - `1` 3840 - `0` 3841 - :good:`100%` 3842 * - lldb/unittests/tools/lldb-server/inferior 3843 - `2` 3844 - `0` 3845 - `2` 3846 - :none:`0%` 3847 * - lldb/unittests/tools/lldb-server/tests 3848 - `7` 3849 - `0` 3850 - `7` 3851 - :none:`0%` 3852 * - lldb/unittests/UnwindAssembly/ARM64 3853 - `1` 3854 - `0` 3855 - `1` 3856 - :none:`0%` 3857 * - lldb/unittests/UnwindAssembly/PPC64 3858 - `1` 3859 - `1` 3860 - `0` 3861 - :good:`100%` 3862 * - lldb/unittests/UnwindAssembly/x86 3863 - `1` 3864 - `0` 3865 - `1` 3866 - :none:`0%` 3867 * - lldb/unittests/Utility 3868 - `45` 3869 - `32` 3870 - `13` 3871 - :part:`71%` 3872 * - lldb/utils/lit-cpuid 3873 - `1` 3874 - `0` 3875 - `1` 3876 - :none:`0%` 3877 * - lldb/utils/TableGen 3878 - `6` 3879 - `6` 3880 - `0` 3881 - :good:`100%` 3882 * - llvm/benchmarks 3883 - `1` 3884 - `0` 3885 - `1` 3886 - :none:`0%` 3887 * - llvm/bindings/go/llvm 3888 - `6` 3889 - `3` 3890 - `3` 3891 - :part:`50%` 3892 * - llvm/bindings/ocaml/llvm 3893 - `1` 3894 - `1` 3895 - `0` 3896 - :good:`100%` 3897 * - llvm/cmake 3898 - `2` 3899 - `2` 3900 - `0` 3901 - :good:`100%` 3902 * - llvm/examples/BrainF 3903 - `3` 3904 - `0` 3905 - `3` 3906 - :none:`0%` 3907 * - llvm/examples/Bye 3908 - `1` 3909 - `1` 3910 - `0` 3911 - :good:`100%` 3912 * - llvm/examples/ExceptionDemo 3913 - `1` 3914 - `0` 3915 - `1` 3916 - :none:`0%` 3917 * - llvm/examples/Fibonacci 3918 - `1` 3919 - `0` 3920 - `1` 3921 - :none:`0%` 3922 * - llvm/examples/HowToUseJIT 3923 - `1` 3924 - `0` 3925 - `1` 3926 - :none:`0%` 3927 * - llvm/examples/HowToUseLLJIT 3928 - `1` 3929 - `1` 3930 - `0` 3931 - :good:`100%` 3932 * - llvm/examples/IRTransforms 3933 - `4` 3934 - `4` 3935 - `0` 3936 - :good:`100%` 3937 * - llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1 3938 - `2` 3939 - `1` 3940 - `1` 3941 - :part:`50%` 3942 * - llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2 3943 - `2` 3944 - `1` 3945 - `1` 3946 - :part:`50%` 3947 * - llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3 3948 - `2` 3949 - `1` 3950 - `1` 3951 - :part:`50%` 3952 * - llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4 3953 - `2` 3954 - `0` 3955 - `2` 3956 - :none:`0%` 3957 * - llvm/examples/Kaleidoscope/Chapter2 3958 - `1` 3959 - `1` 3960 - `0` 3961 - :good:`100%` 3962 * - llvm/examples/Kaleidoscope/Chapter3 3963 - `1` 3964 - `0` 3965 - `1` 3966 - :none:`0%` 3967 * - llvm/examples/Kaleidoscope/Chapter4 3968 - `1` 3969 - `0` 3970 - `1` 3971 - :none:`0%` 3972 * - llvm/examples/Kaleidoscope/Chapter5 3973 - `1` 3974 - `0` 3975 - `1` 3976 - :none:`0%` 3977 * - llvm/examples/Kaleidoscope/Chapter6 3978 - `1` 3979 - `0` 3980 - `1` 3981 - :none:`0%` 3982 * - llvm/examples/Kaleidoscope/Chapter7 3983 - `1` 3984 - `0` 3985 - `1` 3986 - :none:`0%` 3987 * - llvm/examples/Kaleidoscope/Chapter8 3988 - `1` 3989 - `0` 3990 - `1` 3991 - :none:`0%` 3992 * - llvm/examples/Kaleidoscope/Chapter9 3993 - `1` 3994 - `0` 3995 - `1` 3996 - :none:`0%` 3997 * - llvm/examples/Kaleidoscope/include 3998 - `1` 3999 - `1` 4000 - `0` 4001 - :good:`100%` 4002 * - llvm/examples/Kaleidoscope/MCJIT/cached 4003 - `2` 4004 - `0` 4005 - `2` 4006 - :none:`0%` 4007 * - llvm/examples/Kaleidoscope/MCJIT/complete 4008 - `1` 4009 - `0` 4010 - `1` 4011 - :none:`0%` 4012 * - llvm/examples/Kaleidoscope/MCJIT/initial 4013 - `1` 4014 - `0` 4015 - `1` 4016 - :none:`0%` 4017 * - llvm/examples/Kaleidoscope/MCJIT/lazy 4018 - `2` 4019 - `0` 4020 - `2` 4021 - :none:`0%` 4022 * - llvm/examples/ModuleMaker 4023 - `1` 4024 - `0` 4025 - `1` 4026 - :none:`0%` 4027 * - llvm/examples/OrcV2Examples 4028 - `1` 4029 - `1` 4030 - `0` 4031 - :good:`100%` 4032 * - llvm/examples/OrcV2Examples/LLJITDumpObjects 4033 - `1` 4034 - `1` 4035 - `0` 4036 - :good:`100%` 4037 * - llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer 4038 - `1` 4039 - `1` 4040 - `0` 4041 - :good:`100%` 4042 * - llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl 4043 - `1` 4044 - `1` 4045 - `0` 4046 - :good:`100%` 4047 * - llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener 4048 - `1` 4049 - `1` 4050 - `0` 4051 - :good:`100%` 4052 * - llvm/examples/OrcV2Examples/LLJITWithInitializers 4053 - `1` 4054 - `1` 4055 - `0` 4056 - :good:`100%` 4057 * - llvm/examples/OrcV2Examples/LLJITWithLazyReexports 4058 - `1` 4059 - `1` 4060 - `0` 4061 - :good:`100%` 4062 * - llvm/examples/OrcV2Examples/LLJITWithObjectCache 4063 - `1` 4064 - `1` 4065 - `0` 4066 - :good:`100%` 4067 * - llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin 4068 - `1` 4069 - `0` 4070 - `1` 4071 - :none:`0%` 4072 * - llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform 4073 - `1` 4074 - `1` 4075 - `0` 4076 - :good:`100%` 4077 * - llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging 4078 - `3` 4079 - `1` 4080 - `2` 4081 - :part:`33%` 4082 * - llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries 4083 - `1` 4084 - `0` 4085 - `1` 4086 - :none:`0%` 4087 * - llvm/examples/ParallelJIT 4088 - `1` 4089 - `0` 4090 - `1` 4091 - :none:`0%` 4092 * - llvm/examples/SpeculativeJIT 4093 - `1` 4094 - `0` 4095 - `1` 4096 - :none:`0%` 4097 * - llvm/include/llvm 4098 - `8` 4099 - `2` 4100 - `6` 4101 - :part:`25%` 4102 * - llvm/include/llvm/ADT 4103 - `93` 4104 - `25` 4105 - `68` 4106 - :part:`26%` 4107 * - llvm/include/llvm/Analysis 4108 - `130` 4109 - `52` 4110 - `78` 4111 - :part:`40%` 4112 * - llvm/include/llvm/Analysis/Utils 4113 - `3` 4114 - `1` 4115 - `2` 4116 - :part:`33%` 4117 * - llvm/include/llvm/AsmParser 4118 - `5` 4119 - `2` 4120 - `3` 4121 - :part:`40%` 4122 * - llvm/include/llvm/BinaryFormat 4123 - `15` 4124 - `8` 4125 - `7` 4126 - :part:`53%` 4127 * - llvm/include/llvm/Bitcode 4128 - `7` 4129 - `2` 4130 - `5` 4131 - :part:`28%` 4132 * - llvm/include/llvm/Bitstream 4133 - `3` 4134 - `0` 4135 - `3` 4136 - :none:`0%` 4137 * - llvm/include/llvm/CodeGen 4138 - `158` 4139 - `51` 4140 - `107` 4141 - :part:`32%` 4142 * - llvm/include/llvm/CodeGen/GlobalISel 4143 - `27` 4144 - `8` 4145 - `19` 4146 - :part:`29%` 4147 * - llvm/include/llvm/CodeGen/MIRParser 4148 - `2` 4149 - `1` 4150 - `1` 4151 - :part:`50%` 4152 * - llvm/include/llvm/CodeGen/PBQP 4153 - `5` 4154 - `1` 4155 - `4` 4156 - :part:`20%` 4157 * - llvm/include/llvm/DebugInfo 4158 - `1` 4159 - `1` 4160 - `0` 4161 - :good:`100%` 4162 * - llvm/include/llvm/DebugInfo/CodeView 4163 - `57` 4164 - `40` 4165 - `17` 4166 - :part:`70%` 4167 * - llvm/include/llvm/DebugInfo/DWARF 4168 - `32` 4169 - `14` 4170 - `18` 4171 - :part:`43%` 4172 * - llvm/include/llvm/DebugInfo/GSYM 4173 - `14` 4174 - `4` 4175 - `10` 4176 - :part:`28%` 4177 * - llvm/include/llvm/DebugInfo/MSF 4178 - `5` 4179 - `4` 4180 - `1` 4181 - :part:`80%` 4182 * - llvm/include/llvm/DebugInfo/PDB 4183 - `50` 4184 - `30` 4185 - `20` 4186 - :part:`60%` 4187 * - llvm/include/llvm/DebugInfo/PDB/DIA 4188 - `20` 4189 - `9` 4190 - `11` 4191 - :part:`45%` 4192 * - llvm/include/llvm/DebugInfo/PDB/Native 4193 - `54` 4194 - `35` 4195 - `19` 4196 - :part:`64%` 4197 * - llvm/include/llvm/DebugInfo/Symbolize 4198 - `5` 4199 - `3` 4200 - `2` 4201 - :part:`60%` 4202 * - llvm/include/llvm/Debuginfod 4203 - `3` 4204 - `3` 4205 - `0` 4206 - :good:`100%` 4207 * - llvm/include/llvm/Demangle 4208 - `7` 4209 - `3` 4210 - `4` 4211 - :part:`42%` 4212 * - llvm/include/llvm/DWARFLinker 4213 - `4` 4214 - `4` 4215 - `0` 4216 - :good:`100%` 4217 * - llvm/include/llvm/DWP 4218 - `3` 4219 - `3` 4220 - `0` 4221 - :good:`100%` 4222 * - llvm/include/llvm/ExecutionEngine 4223 - `12` 4224 - `2` 4225 - `10` 4226 - :part:`16%` 4227 * - llvm/include/llvm/ExecutionEngine/JITLink 4228 - `16` 4229 - `14` 4230 - `2` 4231 - :part:`87%` 4232 * - llvm/include/llvm/ExecutionEngine/Orc 4233 - `38` 4234 - `29` 4235 - `9` 4236 - :part:`76%` 4237 * - llvm/include/llvm/ExecutionEngine/Orc/Shared 4238 - `8` 4239 - `4` 4240 - `4` 4241 - :part:`50%` 4242 * - llvm/include/llvm/ExecutionEngine/Orc/TargetProcess 4243 - `7` 4244 - `7` 4245 - `0` 4246 - :good:`100%` 4247 * - llvm/include/llvm/FileCheck 4248 - `1` 4249 - `1` 4250 - `0` 4251 - :good:`100%` 4252 * - llvm/include/llvm/Frontend/OpenMP 4253 - `5` 4254 - `4` 4255 - `1` 4256 - :part:`80%` 4257 * - llvm/include/llvm/FuzzMutate 4258 - `6` 4259 - `0` 4260 - `6` 4261 - :none:`0%` 4262 * - llvm/include/llvm/InterfaceStub 4263 - `3` 4264 - `3` 4265 - `0` 4266 - :good:`100%` 4267 * - llvm/include/llvm/IR 4268 - `93` 4269 - `28` 4270 - `65` 4271 - :part:`30%` 4272 * - llvm/include/llvm/IRReader 4273 - `1` 4274 - `0` 4275 - `1` 4276 - :none:`0%` 4277 * - llvm/include/llvm/LineEditor 4278 - `1` 4279 - `0` 4280 - `1` 4281 - :none:`0%` 4282 * - llvm/include/llvm/Linker 4283 - `2` 4284 - `0` 4285 - `2` 4286 - :none:`0%` 4287 * - llvm/include/llvm/LTO 4288 - `4` 4289 - `1` 4290 - `3` 4291 - :part:`25%` 4292 * - llvm/include/llvm/LTO/legacy 4293 - `4` 4294 - `0` 4295 - `4` 4296 - :none:`0%` 4297 * - llvm/include/llvm/MC 4298 - `74` 4299 - `24` 4300 - `50` 4301 - :part:`32%` 4302 * - llvm/include/llvm/MC/MCDisassembler 4303 - `4` 4304 - `1` 4305 - `3` 4306 - :part:`25%` 4307 * - llvm/include/llvm/MC/MCParser 4308 - `8` 4309 - `3` 4310 - `5` 4311 - :part:`37%` 4312 * - llvm/include/llvm/MCA 4313 - `10` 4314 - `10` 4315 - `0` 4316 - :good:`100%` 4317 * - llvm/include/llvm/MCA/HardwareUnits 4318 - `6` 4319 - `4` 4320 - `2` 4321 - :part:`66%` 4322 * - llvm/include/llvm/MCA/Stages 4323 - `8` 4324 - `8` 4325 - `0` 4326 - :good:`100%` 4327 * - llvm/include/llvm/ObjCopy 4328 - `4` 4329 - `3` 4330 - `1` 4331 - :part:`75%` 4332 * - llvm/include/llvm/ObjCopy/COFF 4333 - `2` 4334 - `2` 4335 - `0` 4336 - :good:`100%` 4337 * - llvm/include/llvm/ObjCopy/ELF 4338 - `2` 4339 - `2` 4340 - `0` 4341 - :good:`100%` 4342 * - llvm/include/llvm/ObjCopy/MachO 4343 - `2` 4344 - `2` 4345 - `0` 4346 - :good:`100%` 4347 * - llvm/include/llvm/ObjCopy/wasm 4348 - `2` 4349 - `2` 4350 - `0` 4351 - :good:`100%` 4352 * - llvm/include/llvm/ObjCopy/XCOFF 4353 - `2` 4354 - `2` 4355 - `0` 4356 - :good:`100%` 4357 * - llvm/include/llvm/Object 4358 - `31` 4359 - `12` 4360 - `19` 4361 - :part:`38%` 4362 * - llvm/include/llvm/ObjectYAML 4363 - `16` 4364 - `12` 4365 - `4` 4366 - :part:`75%` 4367 * - llvm/include/llvm/Option 4368 - `5` 4369 - `1` 4370 - `4` 4371 - :part:`20%` 4372 * - llvm/include/llvm/Passes 4373 - `4` 4374 - `2` 4375 - `2` 4376 - :part:`50%` 4377 * - llvm/include/llvm/ProfileData 4378 - `11` 4379 - `5` 4380 - `6` 4381 - :part:`45%` 4382 * - llvm/include/llvm/ProfileData/Coverage 4383 - `3` 4384 - `2` 4385 - `1` 4386 - :part:`66%` 4387 * - llvm/include/llvm/Remarks 4388 - `12` 4389 - `11` 4390 - `1` 4391 - :part:`91%` 4392 * - llvm/include/llvm/Support 4393 - `186` 4394 - `68` 4395 - `118` 4396 - :part:`36%` 4397 * - llvm/include/llvm/Support/FileSystem 4398 - `1` 4399 - `1` 4400 - `0` 4401 - :good:`100%` 4402 * - llvm/include/llvm/Support/Solaris/sys 4403 - `1` 4404 - `1` 4405 - `0` 4406 - :good:`100%` 4407 * - llvm/include/llvm/Support/Windows 4408 - `1` 4409 - `0` 4410 - `1` 4411 - :none:`0%` 4412 * - llvm/include/llvm/TableGen 4413 - `9` 4414 - `3` 4415 - `6` 4416 - :part:`33%` 4417 * - llvm/include/llvm/Target 4418 - `6` 4419 - `2` 4420 - `4` 4421 - :part:`33%` 4422 * - llvm/include/llvm/Testing/Support 4423 - `3` 4424 - `2` 4425 - `1` 4426 - :part:`66%` 4427 * - llvm/include/llvm/TextAPI 4428 - `9` 4429 - `9` 4430 - `0` 4431 - :good:`100%` 4432 * - llvm/include/llvm/ToolDrivers/llvm-dlltool 4433 - `1` 4434 - `1` 4435 - `0` 4436 - :good:`100%` 4437 * - llvm/include/llvm/ToolDrivers/llvm-lib 4438 - `1` 4439 - `0` 4440 - `1` 4441 - :none:`0%` 4442 * - llvm/include/llvm/Transforms 4443 - `8` 4444 - `2` 4445 - `6` 4446 - :part:`25%` 4447 * - llvm/include/llvm/Transforms/AggressiveInstCombine 4448 - `1` 4449 - `0` 4450 - `1` 4451 - :none:`0%` 4452 * - llvm/include/llvm/Transforms/Coroutines 4453 - `4` 4454 - `4` 4455 - `0` 4456 - :good:`100%` 4457 * - llvm/include/llvm/Transforms/InstCombine 4458 - `2` 4459 - `1` 4460 - `1` 4461 - :part:`50%` 4462 * - llvm/include/llvm/Transforms/Instrumentation 4463 - `17` 4464 - `10` 4465 - `7` 4466 - :part:`58%` 4467 * - llvm/include/llvm/Transforms/IPO 4468 - `38` 4469 - `28` 4470 - `10` 4471 - :part:`73%` 4472 * - llvm/include/llvm/Transforms/Scalar 4473 - `75` 4474 - `47` 4475 - `28` 4476 - :part:`62%` 4477 * - llvm/include/llvm/Transforms/Utils 4478 - `74` 4479 - `44` 4480 - `30` 4481 - :part:`59%` 4482 * - llvm/include/llvm/Transforms/Vectorize 4483 - `5` 4484 - `1` 4485 - `4` 4486 - :part:`20%` 4487 * - llvm/include/llvm/WindowsDriver 4488 - `2` 4489 - `1` 4490 - `1` 4491 - :part:`50%` 4492 * - llvm/include/llvm/WindowsManifest 4493 - `1` 4494 - `1` 4495 - `0` 4496 - :good:`100%` 4497 * - llvm/include/llvm/WindowsResource 4498 - `3` 4499 - `1` 4500 - `2` 4501 - :part:`33%` 4502 * - llvm/include/llvm/XRay 4503 - `17` 4504 - `13` 4505 - `4` 4506 - :part:`76%` 4507 * - llvm/include/llvm-c 4508 - `27` 4509 - `12` 4510 - `15` 4511 - :part:`44%` 4512 * - llvm/include/llvm-c/Transforms 4513 - `9` 4514 - `3` 4515 - `6` 4516 - :part:`33%` 4517 * - llvm/lib/Analysis 4518 - `119` 4519 - `40` 4520 - `79` 4521 - :part:`33%` 4522 * - llvm/lib/AsmParser 4523 - `3` 4524 - `1` 4525 - `2` 4526 - :part:`33%` 4527 * - llvm/lib/BinaryFormat 4528 - `13` 4529 - `10` 4530 - `3` 4531 - :part:`76%` 4532 * - llvm/lib/Bitcode/Reader 4533 - `7` 4534 - `2` 4535 - `5` 4536 - :part:`28%` 4537 * - llvm/lib/Bitcode/Writer 4538 - `5` 4539 - `0` 4540 - `5` 4541 - :none:`0%` 4542 * - llvm/lib/Bitstream/Reader 4543 - `1` 4544 - `0` 4545 - `1` 4546 - :none:`0%` 4547 * - llvm/lib/CodeGen 4548 - `220` 4549 - `60` 4550 - `160` 4551 - :part:`27%` 4552 * - llvm/lib/CodeGen/AsmPrinter 4553 - `45` 4554 - `18` 4555 - `27` 4556 - :part:`40%` 4557 * - llvm/lib/CodeGen/GlobalISel 4558 - `24` 4559 - `9` 4560 - `15` 4561 - :part:`37%` 4562 * - llvm/lib/CodeGen/LiveDebugValues 4563 - `5` 4564 - `1` 4565 - `4` 4566 - :part:`20%` 4567 * - llvm/lib/CodeGen/MIRParser 4568 - `4` 4569 - `1` 4570 - `3` 4571 - :part:`25%` 4572 * - llvm/lib/CodeGen/SelectionDAG 4573 - `31` 4574 - `2` 4575 - `29` 4576 - :part:`6%` 4577 * - llvm/lib/DebugInfo/CodeView 4578 - `40` 4579 - `23` 4580 - `17` 4581 - :part:`57%` 4582 * - llvm/lib/DebugInfo/DWARF 4583 - `28` 4584 - `9` 4585 - `19` 4586 - :part:`32%` 4587 * - llvm/lib/DebugInfo/GSYM 4588 - `11` 4589 - `2` 4590 - `9` 4591 - :part:`18%` 4592 * - llvm/lib/DebugInfo/MSF 4593 - `4` 4594 - `3` 4595 - `1` 4596 - :part:`75%` 4597 * - llvm/lib/DebugInfo/PDB 4598 - `40` 4599 - `35` 4600 - `5` 4601 - :part:`87%` 4602 * - llvm/lib/DebugInfo/PDB/DIA 4603 - `18` 4604 - `15` 4605 - `3` 4606 - :part:`83%` 4607 * - llvm/lib/DebugInfo/PDB/Native 4608 - `50` 4609 - `37` 4610 - `13` 4611 - :part:`74%` 4612 * - llvm/lib/DebugInfo/Symbolize 4613 - `4` 4614 - `3` 4615 - `1` 4616 - :part:`75%` 4617 * - llvm/lib/Debuginfod 4618 - `3` 4619 - `3` 4620 - `0` 4621 - :good:`100%` 4622 * - llvm/lib/Demangle 4623 - `6` 4624 - `4` 4625 - `2` 4626 - :part:`66%` 4627 * - llvm/lib/DWARFLinker 4628 - `4` 4629 - `3` 4630 - `1` 4631 - :part:`75%` 4632 * - llvm/lib/DWP 4633 - `2` 4634 - `2` 4635 - `0` 4636 - :good:`100%` 4637 * - llvm/lib/ExecutionEngine 4638 - `5` 4639 - `1` 4640 - `4` 4641 - :part:`20%` 4642 * - llvm/lib/ExecutionEngine/IntelJITEvents 4643 - `5` 4644 - `0` 4645 - `5` 4646 - :none:`0%` 4647 * - llvm/lib/ExecutionEngine/Interpreter 4648 - `4` 4649 - `0` 4650 - `4` 4651 - :none:`0%` 4652 * - llvm/lib/ExecutionEngine/JITLink 4653 - `23` 4654 - `15` 4655 - `8` 4656 - :part:`65%` 4657 * - llvm/lib/ExecutionEngine/MCJIT 4658 - `2` 4659 - `0` 4660 - `2` 4661 - :none:`0%` 4662 * - llvm/lib/ExecutionEngine/OProfileJIT 4663 - `2` 4664 - `0` 4665 - `2` 4666 - :none:`0%` 4667 * - llvm/lib/ExecutionEngine/Orc 4668 - `37` 4669 - `22` 4670 - `15` 4671 - :part:`59%` 4672 * - llvm/lib/ExecutionEngine/Orc/Shared 4673 - `4` 4674 - `4` 4675 - `0` 4676 - :good:`100%` 4677 * - llvm/lib/ExecutionEngine/Orc/TargetProcess 4678 - `8` 4679 - `7` 4680 - `1` 4681 - :part:`87%` 4682 * - llvm/lib/ExecutionEngine/PerfJITEvents 4683 - `1` 4684 - `0` 4685 - `1` 4686 - :none:`0%` 4687 * - llvm/lib/ExecutionEngine/RuntimeDyld 4688 - `12` 4689 - `1` 4690 - `11` 4691 - :part:`8%` 4692 * - llvm/lib/ExecutionEngine/RuntimeDyld/Targets 4693 - `10` 4694 - `1` 4695 - `9` 4696 - :part:`10%` 4697 * - llvm/lib/Extensions 4698 - `1` 4699 - `0` 4700 - `1` 4701 - :none:`0%` 4702 * - llvm/lib/FileCheck 4703 - `2` 4704 - `1` 4705 - `1` 4706 - :part:`50%` 4707 * - llvm/lib/Frontend/OpenACC 4708 - `1` 4709 - `1` 4710 - `0` 4711 - :good:`100%` 4712 * - llvm/lib/Frontend/OpenMP 4713 - `3` 4714 - `3` 4715 - `0` 4716 - :good:`100%` 4717 * - llvm/lib/FuzzMutate 4718 - `5` 4719 - `2` 4720 - `3` 4721 - :part:`40%` 4722 * - llvm/lib/InterfaceStub 4723 - `3` 4724 - `3` 4725 - `0` 4726 - :good:`100%` 4727 * - llvm/lib/IR 4728 - `69` 4729 - `20` 4730 - `49` 4731 - :part:`28%` 4732 * - llvm/lib/IRReader 4733 - `1` 4734 - `0` 4735 - `1` 4736 - :none:`0%` 4737 * - llvm/lib/LineEditor 4738 - `1` 4739 - `0` 4740 - `1` 4741 - :none:`0%` 4742 * - llvm/lib/Linker 4743 - `3` 4744 - `0` 4745 - `3` 4746 - :none:`0%` 4747 * - llvm/lib/LTO 4748 - `7` 4749 - `1` 4750 - `6` 4751 - :part:`14%` 4752 * - llvm/lib/MC 4753 - `65` 4754 - `21` 4755 - `44` 4756 - :part:`32%` 4757 * - llvm/lib/MC/MCDisassembler 4758 - `6` 4759 - `3` 4760 - `3` 4761 - :part:`50%` 4762 * - llvm/lib/MC/MCParser 4763 - `14` 4764 - `3` 4765 - `11` 4766 - :part:`21%` 4767 * - llvm/lib/MCA 4768 - `9` 4769 - `8` 4770 - `1` 4771 - :part:`88%` 4772 * - llvm/lib/MCA/HardwareUnits 4773 - `6` 4774 - `4` 4775 - `2` 4776 - :part:`66%` 4777 * - llvm/lib/MCA/Stages 4778 - `8` 4779 - `7` 4780 - `1` 4781 - :part:`87%` 4782 * - llvm/lib/ObjCopy 4783 - `4` 4784 - `3` 4785 - `1` 4786 - :part:`75%` 4787 * - llvm/lib/ObjCopy/COFF 4788 - `7` 4789 - `7` 4790 - `0` 4791 - :good:`100%` 4792 * - llvm/lib/ObjCopy/ELF 4793 - `3` 4794 - `3` 4795 - `0` 4796 - :good:`100%` 4797 * - llvm/lib/ObjCopy/MachO 4798 - `9` 4799 - `9` 4800 - `0` 4801 - :good:`100%` 4802 * - llvm/lib/ObjCopy/wasm 4803 - `7` 4804 - `7` 4805 - `0` 4806 - :good:`100%` 4807 * - llvm/lib/ObjCopy/XCOFF 4808 - `6` 4809 - `3` 4810 - `3` 4811 - :part:`50%` 4812 * - llvm/lib/Object 4813 - `31` 4814 - `16` 4815 - `15` 4816 - :part:`51%` 4817 * - llvm/lib/ObjectYAML 4818 - `23` 4819 - `9` 4820 - `14` 4821 - :part:`39%` 4822 * - llvm/lib/Option 4823 - `4` 4824 - `0` 4825 - `4` 4826 - :none:`0%` 4827 * - llvm/lib/Passes 4828 - `6` 4829 - `3` 4830 - `3` 4831 - :part:`50%` 4832 * - llvm/lib/ProfileData 4833 - `11` 4834 - `4` 4835 - `7` 4836 - :part:`36%` 4837 * - llvm/lib/ProfileData/Coverage 4838 - `3` 4839 - `0` 4840 - `3` 4841 - :none:`0%` 4842 * - llvm/lib/Remarks 4843 - `13` 4844 - `10` 4845 - `3` 4846 - :part:`76%` 4847 * - llvm/lib/Support 4848 - `144` 4849 - `61` 4850 - `83` 4851 - :part:`42%` 4852 * - llvm/lib/Support/Unix 4853 - `1` 4854 - `0` 4855 - `1` 4856 - :none:`0%` 4857 * - llvm/lib/TableGen 4858 - `15` 4859 - `3` 4860 - `12` 4861 - :part:`20%` 4862 * - llvm/lib/Target 4863 - `5` 4864 - `1` 4865 - `4` 4866 - :part:`20%` 4867 * - llvm/lib/Target/AArch64 4868 - `60` 4869 - `7` 4870 - `53` 4871 - :part:`11%` 4872 * - llvm/lib/Target/AArch64/AsmParser 4873 - `1` 4874 - `0` 4875 - `1` 4876 - :none:`0%` 4877 * - llvm/lib/Target/AArch64/Disassembler 4878 - `4` 4879 - `1` 4880 - `3` 4881 - :part:`25%` 4882 * - llvm/lib/Target/AArch64/GISel 4883 - `14` 4884 - `3` 4885 - `11` 4886 - :part:`21%` 4887 * - llvm/lib/Target/AArch64/MCTargetDesc 4888 - `21` 4889 - `6` 4890 - `15` 4891 - :part:`28%` 4892 * - llvm/lib/Target/AArch64/TargetInfo 4893 - `2` 4894 - `1` 4895 - `1` 4896 - :part:`50%` 4897 * - llvm/lib/Target/AArch64/Utils 4898 - `2` 4899 - `0` 4900 - `2` 4901 - :none:`0%` 4902 * - llvm/lib/Target/AMDGPU 4903 - `169` 4904 - `38` 4905 - `131` 4906 - :part:`22%` 4907 * - llvm/lib/Target/AMDGPU/AsmParser 4908 - `1` 4909 - `0` 4910 - `1` 4911 - :none:`0%` 4912 * - llvm/lib/Target/AMDGPU/Disassembler 4913 - `2` 4914 - `0` 4915 - `2` 4916 - :none:`0%` 4917 * - llvm/lib/Target/AMDGPU/MCA 4918 - `2` 4919 - `2` 4920 - `0` 4921 - :good:`100%` 4922 * - llvm/lib/Target/AMDGPU/MCTargetDesc 4923 - `21` 4924 - `5` 4925 - `16` 4926 - :part:`23%` 4927 * - llvm/lib/Target/AMDGPU/TargetInfo 4928 - `2` 4929 - `1` 4930 - `1` 4931 - :part:`50%` 4932 * - llvm/lib/Target/AMDGPU/Utils 4933 - `11` 4934 - `4` 4935 - `7` 4936 - :part:`36%` 4937 * - llvm/lib/Target/ARC 4938 - `24` 4939 - `19` 4940 - `5` 4941 - :part:`79%` 4942 * - llvm/lib/Target/ARC/Disassembler 4943 - `1` 4944 - `0` 4945 - `1` 4946 - :none:`0%` 4947 * - llvm/lib/Target/ARC/MCTargetDesc 4948 - `7` 4949 - `6` 4950 - `1` 4951 - :part:`85%` 4952 * - llvm/lib/Target/ARC/TargetInfo 4953 - `2` 4954 - `2` 4955 - `0` 4956 - :good:`100%` 4957 * - llvm/lib/Target/ARM 4958 - `76` 4959 - `10` 4960 - `66` 4961 - :part:`13%` 4962 * - llvm/lib/Target/ARM/AsmParser 4963 - `1` 4964 - `0` 4965 - `1` 4966 - :none:`0%` 4967 * - llvm/lib/Target/ARM/Disassembler 4968 - `1` 4969 - `0` 4970 - `1` 4971 - :none:`0%` 4972 * - llvm/lib/Target/ARM/MCTargetDesc 4973 - `26` 4974 - `2` 4975 - `24` 4976 - :part:`7%` 4977 * - llvm/lib/Target/ARM/TargetInfo 4978 - `2` 4979 - `2` 4980 - `0` 4981 - :good:`100%` 4982 * - llvm/lib/Target/ARM/Utils 4983 - `2` 4984 - `0` 4985 - `2` 4986 - :none:`0%` 4987 * - llvm/lib/Target/AVR 4988 - `24` 4989 - `23` 4990 - `1` 4991 - :part:`95%` 4992 * - llvm/lib/Target/AVR/AsmParser 4993 - `1` 4994 - `1` 4995 - `0` 4996 - :good:`100%` 4997 * - llvm/lib/Target/AVR/Disassembler 4998 - `1` 4999 - `1` 5000 - `0` 5001 - :good:`100%` 5002 * - llvm/lib/Target/AVR/MCTargetDesc 5003 - `20` 5004 - `18` 5005 - `2` 5006 - :part:`90%` 5007 * - llvm/lib/Target/AVR/TargetInfo 5008 - `2` 5009 - `2` 5010 - `0` 5011 - :good:`100%` 5012 * - llvm/lib/Target/BPF 5013 - `32` 5014 - `9` 5015 - `23` 5016 - :part:`28%` 5017 * - llvm/lib/Target/BPF/AsmParser 5018 - `1` 5019 - `0` 5020 - `1` 5021 - :none:`0%` 5022 * - llvm/lib/Target/BPF/Disassembler 5023 - `1` 5024 - `0` 5025 - `1` 5026 - :none:`0%` 5027 * - llvm/lib/Target/BPF/MCTargetDesc 5028 - `8` 5029 - `1` 5030 - `7` 5031 - :part:`12%` 5032 * - llvm/lib/Target/BPF/TargetInfo 5033 - `2` 5034 - `1` 5035 - `1` 5036 - :part:`50%` 5037 * - llvm/lib/Target/CSKY 5038 - `23` 5039 - `23` 5040 - `0` 5041 - :good:`100%` 5042 * - llvm/lib/Target/CSKY/AsmParser 5043 - `1` 5044 - `1` 5045 - `0` 5046 - :good:`100%` 5047 * - llvm/lib/Target/CSKY/Disassembler 5048 - `1` 5049 - `1` 5050 - `0` 5051 - :good:`100%` 5052 * - llvm/lib/Target/CSKY/MCTargetDesc 5053 - `15` 5054 - `14` 5055 - `1` 5056 - :part:`93%` 5057 * - llvm/lib/Target/CSKY/TargetInfo 5058 - `2` 5059 - `2` 5060 - `0` 5061 - :good:`100%` 5062 * - llvm/lib/Target/Hexagon 5063 - `80` 5064 - `6` 5065 - `74` 5066 - :part:`7%` 5067 * - llvm/lib/Target/Hexagon/AsmParser 5068 - `1` 5069 - `0` 5070 - `1` 5071 - :none:`0%` 5072 * - llvm/lib/Target/Hexagon/Disassembler 5073 - `1` 5074 - `0` 5075 - `1` 5076 - :none:`0%` 5077 * - llvm/lib/Target/Hexagon/MCTargetDesc 5078 - `26` 5079 - `6` 5080 - `20` 5081 - :part:`23%` 5082 * - llvm/lib/Target/Hexagon/TargetInfo 5083 - `2` 5084 - `1` 5085 - `1` 5086 - :part:`50%` 5087 * - llvm/lib/Target/Lanai 5088 - `28` 5089 - `20` 5090 - `8` 5091 - :part:`71%` 5092 * - llvm/lib/Target/Lanai/AsmParser 5093 - `1` 5094 - `0` 5095 - `1` 5096 - :none:`0%` 5097 * - llvm/lib/Target/Lanai/Disassembler 5098 - `2` 5099 - `2` 5100 - `0` 5101 - :good:`100%` 5102 * - llvm/lib/Target/Lanai/MCTargetDesc 5103 - `13` 5104 - `12` 5105 - `1` 5106 - :part:`92%` 5107 * - llvm/lib/Target/Lanai/TargetInfo 5108 - `2` 5109 - `2` 5110 - `0` 5111 - :good:`100%` 5112 * - llvm/lib/Target/LoongArch 5113 - `19` 5114 - `19` 5115 - `0` 5116 - :good:`100%` 5117 * - llvm/lib/Target/LoongArch/MCTargetDesc 5118 - `12` 5119 - `12` 5120 - `0` 5121 - :good:`100%` 5122 * - llvm/lib/Target/LoongArch/TargetInfo 5123 - `2` 5124 - `2` 5125 - `0` 5126 - :good:`100%` 5127 * - llvm/lib/Target/M68k 5128 - `26` 5129 - `25` 5130 - `1` 5131 - :part:`96%` 5132 * - llvm/lib/Target/M68k/AsmParser 5133 - `1` 5134 - `1` 5135 - `0` 5136 - :good:`100%` 5137 * - llvm/lib/Target/M68k/Disassembler 5138 - `1` 5139 - `1` 5140 - `0` 5141 - :good:`100%` 5142 * - llvm/lib/Target/M68k/GISel 5143 - `7` 5144 - `6` 5145 - `1` 5146 - :part:`85%` 5147 * - llvm/lib/Target/M68k/MCTargetDesc 5148 - `12` 5149 - `11` 5150 - `1` 5151 - :part:`91%` 5152 * - llvm/lib/Target/M68k/TargetInfo 5153 - `2` 5154 - `2` 5155 - `0` 5156 - :good:`100%` 5157 * - llvm/lib/Target/Mips 5158 - `70` 5159 - `12` 5160 - `58` 5161 - :part:`17%` 5162 * - llvm/lib/Target/Mips/AsmParser 5163 - `1` 5164 - `0` 5165 - `1` 5166 - :none:`0%` 5167 * - llvm/lib/Target/Mips/Disassembler 5168 - `1` 5169 - `0` 5170 - `1` 5171 - :none:`0%` 5172 * - llvm/lib/Target/Mips/MCTargetDesc 5173 - `25` 5174 - `6` 5175 - `19` 5176 - :part:`24%` 5177 * - llvm/lib/Target/Mips/TargetInfo 5178 - `2` 5179 - `2` 5180 - `0` 5181 - :good:`100%` 5182 * - llvm/lib/Target/MSP430 5183 - `20` 5184 - `0` 5185 - `20` 5186 - :none:`0%` 5187 * - llvm/lib/Target/MSP430/AsmParser 5188 - `1` 5189 - `0` 5190 - `1` 5191 - :none:`0%` 5192 * - llvm/lib/Target/MSP430/Disassembler 5193 - `1` 5194 - `0` 5195 - `1` 5196 - :none:`0%` 5197 * - llvm/lib/Target/MSP430/MCTargetDesc 5198 - `11` 5199 - `3` 5200 - `8` 5201 - :part:`27%` 5202 * - llvm/lib/Target/MSP430/TargetInfo 5203 - `2` 5204 - `2` 5205 - `0` 5206 - :good:`100%` 5207 * - llvm/lib/Target/NVPTX 5208 - `44` 5209 - `10` 5210 - `34` 5211 - :part:`22%` 5212 * - llvm/lib/Target/NVPTX/MCTargetDesc 5213 - `9` 5214 - `6` 5215 - `3` 5216 - :part:`66%` 5217 * - llvm/lib/Target/NVPTX/TargetInfo 5218 - `2` 5219 - `2` 5220 - `0` 5221 - :good:`100%` 5222 * - llvm/lib/Target/PowerPC 5223 - `54` 5224 - `5` 5225 - `49` 5226 - :part:`9%` 5227 * - llvm/lib/Target/PowerPC/AsmParser 5228 - `1` 5229 - `0` 5230 - `1` 5231 - :none:`0%` 5232 * - llvm/lib/Target/PowerPC/Disassembler 5233 - `1` 5234 - `0` 5235 - `1` 5236 - :none:`0%` 5237 * - llvm/lib/Target/PowerPC/GISel 5238 - `7` 5239 - `7` 5240 - `0` 5241 - :good:`100%` 5242 * - llvm/lib/Target/PowerPC/MCTargetDesc 5243 - `20` 5244 - `5` 5245 - `15` 5246 - :part:`25%` 5247 * - llvm/lib/Target/PowerPC/TargetInfo 5248 - `2` 5249 - `2` 5250 - `0` 5251 - :good:`100%` 5252 * - llvm/lib/Target/RISCV 5253 - `36` 5254 - `17` 5255 - `19` 5256 - :part:`47%` 5257 * - llvm/lib/Target/RISCV/AsmParser 5258 - `1` 5259 - `0` 5260 - `1` 5261 - :none:`0%` 5262 * - llvm/lib/Target/RISCV/Disassembler 5263 - `1` 5264 - `0` 5265 - `1` 5266 - :none:`0%` 5267 * - llvm/lib/Target/RISCV/MCTargetDesc 5268 - `23` 5269 - `13` 5270 - `10` 5271 - :part:`56%` 5272 * - llvm/lib/Target/RISCV/TargetInfo 5273 - `2` 5274 - `2` 5275 - `0` 5276 - :good:`100%` 5277 * - llvm/lib/Target/Sparc 5278 - `23` 5279 - `3` 5280 - `20` 5281 - :part:`13%` 5282 * - llvm/lib/Target/Sparc/AsmParser 5283 - `1` 5284 - `0` 5285 - `1` 5286 - :none:`0%` 5287 * - llvm/lib/Target/Sparc/Disassembler 5288 - `1` 5289 - `0` 5290 - `1` 5291 - :none:`0%` 5292 * - llvm/lib/Target/Sparc/MCTargetDesc 5293 - `14` 5294 - `4` 5295 - `10` 5296 - :part:`28%` 5297 * - llvm/lib/Target/Sparc/TargetInfo 5298 - `2` 5299 - `2` 5300 - `0` 5301 - :good:`100%` 5302 * - llvm/lib/Target/SystemZ 5303 - `41` 5304 - `6` 5305 - `35` 5306 - :part:`14%` 5307 * - llvm/lib/Target/SystemZ/AsmParser 5308 - `1` 5309 - `0` 5310 - `1` 5311 - :none:`0%` 5312 * - llvm/lib/Target/SystemZ/Disassembler 5313 - `1` 5314 - `0` 5315 - `1` 5316 - :none:`0%` 5317 * - llvm/lib/Target/SystemZ/MCTargetDesc 5318 - `10` 5319 - `4` 5320 - `6` 5321 - :part:`40%` 5322 * - llvm/lib/Target/SystemZ/TargetInfo 5323 - `2` 5324 - `2` 5325 - `0` 5326 - :good:`100%` 5327 * - llvm/lib/Target/VE 5328 - `24` 5329 - `19` 5330 - `5` 5331 - :part:`79%` 5332 * - llvm/lib/Target/VE/AsmParser 5333 - `1` 5334 - `1` 5335 - `0` 5336 - :good:`100%` 5337 * - llvm/lib/Target/VE/Disassembler 5338 - `1` 5339 - `1` 5340 - `0` 5341 - :good:`100%` 5342 * - llvm/lib/Target/VE/MCTargetDesc 5343 - `14` 5344 - `14` 5345 - `0` 5346 - :good:`100%` 5347 * - llvm/lib/Target/VE/TargetInfo 5348 - `2` 5349 - `1` 5350 - `1` 5351 - :part:`50%` 5352 * - llvm/lib/Target/WebAssembly 5353 - `61` 5354 - `44` 5355 - `17` 5356 - :part:`72%` 5357 * - llvm/lib/Target/WebAssembly/AsmParser 5358 - `3` 5359 - `0` 5360 - `3` 5361 - :none:`0%` 5362 * - llvm/lib/Target/WebAssembly/Disassembler 5363 - `1` 5364 - `1` 5365 - `0` 5366 - :good:`100%` 5367 * - llvm/lib/Target/WebAssembly/MCTargetDesc 5368 - `12` 5369 - `8` 5370 - `4` 5371 - :part:`66%` 5372 * - llvm/lib/Target/WebAssembly/TargetInfo 5373 - `2` 5374 - `2` 5375 - `0` 5376 - :good:`100%` 5377 * - llvm/lib/Target/WebAssembly/Utils 5378 - `4` 5379 - `4` 5380 - `0` 5381 - :good:`100%` 5382 * - llvm/lib/Target/X86 5383 - `82` 5384 - `19` 5385 - `63` 5386 - :part:`23%` 5387 * - llvm/lib/Target/X86/AsmParser 5388 - `3` 5389 - `0` 5390 - `3` 5391 - :none:`0%` 5392 * - llvm/lib/Target/X86/Disassembler 5393 - `2` 5394 - `0` 5395 - `2` 5396 - :none:`0%` 5397 * - llvm/lib/Target/X86/MCA 5398 - `2` 5399 - `2` 5400 - `0` 5401 - :good:`100%` 5402 * - llvm/lib/Target/X86/MCTargetDesc 5403 - `25` 5404 - `5` 5405 - `20` 5406 - :part:`20%` 5407 * - llvm/lib/Target/X86/TargetInfo 5408 - `2` 5409 - `1` 5410 - `1` 5411 - :part:`50%` 5412 * - llvm/lib/Target/XCore 5413 - `27` 5414 - `2` 5415 - `25` 5416 - :part:`7%` 5417 * - llvm/lib/Target/XCore/Disassembler 5418 - `1` 5419 - `0` 5420 - `1` 5421 - :none:`0%` 5422 * - llvm/lib/Target/XCore/MCTargetDesc 5423 - `6` 5424 - `3` 5425 - `3` 5426 - :part:`50%` 5427 * - llvm/lib/Target/XCore/TargetInfo 5428 - `2` 5429 - `1` 5430 - `1` 5431 - :part:`50%` 5432 * - llvm/lib/Testing/Support 5433 - `3` 5434 - `3` 5435 - `0` 5436 - :good:`100%` 5437 * - llvm/lib/TextAPI 5438 - `11` 5439 - `9` 5440 - `2` 5441 - :part:`81%` 5442 * - llvm/lib/ToolDrivers/llvm-dlltool 5443 - `1` 5444 - `0` 5445 - `1` 5446 - :none:`0%` 5447 * - llvm/lib/ToolDrivers/llvm-lib 5448 - `1` 5449 - `0` 5450 - `1` 5451 - :none:`0%` 5452 * - llvm/lib/Transforms/AggressiveInstCombine 5453 - `3` 5454 - `1` 5455 - `2` 5456 - :part:`33%` 5457 * - llvm/lib/Transforms/CFGuard 5458 - `1` 5459 - `1` 5460 - `0` 5461 - :good:`100%` 5462 * - llvm/lib/Transforms/Coroutines 5463 - `8` 5464 - `0` 5465 - `8` 5466 - :none:`0%` 5467 * - llvm/lib/Transforms/Hello 5468 - `1` 5469 - `0` 5470 - `1` 5471 - :none:`0%` 5472 * - llvm/lib/Transforms/InstCombine 5473 - `16` 5474 - `1` 5475 - `15` 5476 - :part:`6%` 5477 * - llvm/lib/Transforms/Instrumentation 5478 - `21` 5479 - `7` 5480 - `14` 5481 - :part:`33%` 5482 * - llvm/lib/Transforms/IPO 5483 - `44` 5484 - `9` 5485 - `35` 5486 - :part:`20%` 5487 * - llvm/lib/Transforms/ObjCARC 5488 - `15` 5489 - `4` 5490 - `11` 5491 - :part:`26%` 5492 * - llvm/lib/Transforms/Scalar 5493 - `79` 5494 - `16` 5495 - `63` 5496 - :part:`20%` 5497 * - llvm/lib/Transforms/Utils 5498 - `78` 5499 - `19` 5500 - `59` 5501 - :part:`24%` 5502 * - llvm/lib/Transforms/Vectorize 5503 - `22` 5504 - `13` 5505 - `9` 5506 - :part:`59%` 5507 * - llvm/lib/WindowsDriver 5508 - `1` 5509 - `1` 5510 - `0` 5511 - :good:`100%` 5512 * - llvm/lib/WindowsManifest 5513 - `1` 5514 - `1` 5515 - `0` 5516 - :good:`100%` 5517 * - llvm/lib/XRay 5518 - `14` 5519 - `11` 5520 - `3` 5521 - :part:`78%` 5522 * - llvm/tools/bugpoint 5523 - `12` 5524 - `1` 5525 - `11` 5526 - :part:`8%` 5527 * - llvm/tools/bugpoint-passes 5528 - `1` 5529 - `0` 5530 - `1` 5531 - :none:`0%` 5532 * - llvm/tools/dsymutil 5533 - `18` 5534 - `16` 5535 - `2` 5536 - :part:`88%` 5537 * - llvm/tools/gold 5538 - `1` 5539 - `0` 5540 - `1` 5541 - :none:`0%` 5542 * - llvm/tools/llc 5543 - `1` 5544 - `0` 5545 - `1` 5546 - :none:`0%` 5547 * - llvm/tools/lli 5548 - `4` 5549 - `3` 5550 - `1` 5551 - :part:`75%` 5552 * - llvm/tools/lli/ChildTarget 5553 - `1` 5554 - `1` 5555 - `0` 5556 - :good:`100%` 5557 * - llvm/tools/llvm-ar 5558 - `1` 5559 - `0` 5560 - `1` 5561 - :none:`0%` 5562 * - llvm/tools/llvm-as 5563 - `1` 5564 - `0` 5565 - `1` 5566 - :none:`0%` 5567 * - llvm/tools/llvm-as-fuzzer 5568 - `1` 5569 - `1` 5570 - `0` 5571 - :good:`100%` 5572 * - llvm/tools/llvm-bcanalyzer 5573 - `1` 5574 - `1` 5575 - `0` 5576 - :good:`100%` 5577 * - llvm/tools/llvm-c-test 5578 - `2` 5579 - `0` 5580 - `2` 5581 - :none:`0%` 5582 * - llvm/tools/llvm-cat 5583 - `1` 5584 - `0` 5585 - `1` 5586 - :none:`0%` 5587 * - llvm/tools/llvm-cfi-verify 5588 - `1` 5589 - `0` 5590 - `1` 5591 - :none:`0%` 5592 * - llvm/tools/llvm-cfi-verify/lib 5593 - `4` 5594 - `1` 5595 - `3` 5596 - :part:`25%` 5597 * - llvm/tools/llvm-config 5598 - `1` 5599 - `0` 5600 - `1` 5601 - :none:`0%` 5602 * - llvm/tools/llvm-cov 5603 - `23` 5604 - `12` 5605 - `11` 5606 - :part:`52%` 5607 * - llvm/tools/llvm-cvtres 5608 - `1` 5609 - `0` 5610 - `1` 5611 - :none:`0%` 5612 * - llvm/tools/llvm-cxxdump 5613 - `4` 5614 - `1` 5615 - `3` 5616 - :part:`25%` 5617 * - llvm/tools/llvm-cxxfilt 5618 - `1` 5619 - `1` 5620 - `0` 5621 - :good:`100%` 5622 * - llvm/tools/llvm-cxxmap 5623 - `1` 5624 - `0` 5625 - `1` 5626 - :none:`0%` 5627 * - llvm/tools/llvm-debuginfod-find 5628 - `1` 5629 - `1` 5630 - `0` 5631 - :good:`100%` 5632 * - llvm/tools/llvm-diff 5633 - `1` 5634 - `0` 5635 - `1` 5636 - :none:`0%` 5637 * - llvm/tools/llvm-diff/lib 5638 - `6` 5639 - `0` 5640 - `6` 5641 - :none:`0%` 5642 * - llvm/tools/llvm-dis 5643 - `1` 5644 - `0` 5645 - `1` 5646 - :none:`0%` 5647 * - llvm/tools/llvm-dis-fuzzer 5648 - `1` 5649 - `1` 5650 - `0` 5651 - :good:`100%` 5652 * - llvm/tools/llvm-dlang-demangle-fuzzer 5653 - `2` 5654 - `2` 5655 - `0` 5656 - :good:`100%` 5657 * - llvm/tools/llvm-dwarfdump 5658 - `4` 5659 - `3` 5660 - `1` 5661 - :part:`75%` 5662 * - llvm/tools/llvm-dwarfdump/fuzzer 5663 - `1` 5664 - `0` 5665 - `1` 5666 - :none:`0%` 5667 * - llvm/tools/llvm-dwp 5668 - `1` 5669 - `0` 5670 - `1` 5671 - :none:`0%` 5672 * - llvm/tools/llvm-exegesis 5673 - `1` 5674 - `0` 5675 - `1` 5676 - :none:`0%` 5677 * - llvm/tools/llvm-exegesis/lib 5678 - `44` 5679 - `33` 5680 - `11` 5681 - :part:`75%` 5682 * - llvm/tools/llvm-exegesis/lib/AArch64 5683 - `1` 5684 - `1` 5685 - `0` 5686 - :good:`100%` 5687 * - llvm/tools/llvm-exegesis/lib/Mips 5688 - `1` 5689 - `0` 5690 - `1` 5691 - :none:`0%` 5692 * - llvm/tools/llvm-exegesis/lib/PowerPC 5693 - `1` 5694 - `1` 5695 - `0` 5696 - :good:`100%` 5697 * - llvm/tools/llvm-exegesis/lib/X86 5698 - `3` 5699 - `2` 5700 - `1` 5701 - :part:`66%` 5702 * - llvm/tools/llvm-extract 5703 - `1` 5704 - `0` 5705 - `1` 5706 - :none:`0%` 5707 * - llvm/tools/llvm-gsymutil 5708 - `1` 5709 - `1` 5710 - `0` 5711 - :good:`100%` 5712 * - llvm/tools/llvm-ifs 5713 - `3` 5714 - `2` 5715 - `1` 5716 - :part:`66%` 5717 * - llvm/tools/llvm-isel-fuzzer 5718 - `2` 5719 - `1` 5720 - `1` 5721 - :part:`50%` 5722 * - llvm/tools/llvm-itanium-demangle-fuzzer 5723 - `2` 5724 - `1` 5725 - `1` 5726 - :part:`50%` 5727 * - llvm/tools/llvm-jitlink 5728 - `4` 5729 - `2` 5730 - `2` 5731 - :part:`50%` 5732 * - llvm/tools/llvm-jitlink/llvm-jitlink-executor 5733 - `1` 5734 - `1` 5735 - `0` 5736 - :good:`100%` 5737 * - llvm/tools/llvm-jitlistener 5738 - `1` 5739 - `0` 5740 - `1` 5741 - :none:`0%` 5742 * - llvm/tools/llvm-libtool-darwin 5743 - `1` 5744 - `1` 5745 - `0` 5746 - :good:`100%` 5747 * - llvm/tools/llvm-link 5748 - `1` 5749 - `1` 5750 - `0` 5751 - :good:`100%` 5752 * - llvm/tools/llvm-lipo 5753 - `1` 5754 - `0` 5755 - `1` 5756 - :none:`0%` 5757 * - llvm/tools/llvm-lto 5758 - `1` 5759 - `0` 5760 - `1` 5761 - :none:`0%` 5762 * - llvm/tools/llvm-lto2 5763 - `1` 5764 - `0` 5765 - `1` 5766 - :none:`0%` 5767 * - llvm/tools/llvm-mc 5768 - `3` 5769 - `1` 5770 - `2` 5771 - :part:`33%` 5772 * - llvm/tools/llvm-mc-assemble-fuzzer 5773 - `1` 5774 - `0` 5775 - `1` 5776 - :none:`0%` 5777 * - llvm/tools/llvm-mc-disassemble-fuzzer 5778 - `1` 5779 - `0` 5780 - `1` 5781 - :none:`0%` 5782 * - llvm/tools/llvm-mca 5783 - `7` 5784 - `7` 5785 - `0` 5786 - :good:`100%` 5787 * - llvm/tools/llvm-mca/Views 5788 - `20` 5789 - `19` 5790 - `1` 5791 - :part:`95%` 5792 * - llvm/tools/llvm-microsoft-demangle-fuzzer 5793 - `2` 5794 - `2` 5795 - `0` 5796 - :good:`100%` 5797 * - llvm/tools/llvm-ml 5798 - `3` 5799 - `1` 5800 - `2` 5801 - :part:`33%` 5802 * - llvm/tools/llvm-modextract 5803 - `1` 5804 - `1` 5805 - `0` 5806 - :good:`100%` 5807 * - llvm/tools/llvm-mt 5808 - `1` 5809 - `0` 5810 - `1` 5811 - :none:`0%` 5812 * - llvm/tools/llvm-nm 5813 - `1` 5814 - `0` 5815 - `1` 5816 - :none:`0%` 5817 * - llvm/tools/llvm-objcopy 5818 - `3` 5819 - `2` 5820 - `1` 5821 - :part:`66%` 5822 * - llvm/tools/llvm-objdump 5823 - `15` 5824 - `10` 5825 - `5` 5826 - :part:`66%` 5827 * - llvm/tools/llvm-opt-fuzzer 5828 - `2` 5829 - `0` 5830 - `2` 5831 - :none:`0%` 5832 * - llvm/tools/llvm-opt-report 5833 - `1` 5834 - `0` 5835 - `1` 5836 - :none:`0%` 5837 * - llvm/tools/llvm-pdbutil 5838 - `47` 5839 - `15` 5840 - `32` 5841 - :part:`31%` 5842 * - llvm/tools/llvm-profdata 5843 - `1` 5844 - `0` 5845 - `1` 5846 - :none:`0%` 5847 * - llvm/tools/llvm-profgen 5848 - `11` 5849 - `6` 5850 - `5` 5851 - :part:`54%` 5852 * - llvm/tools/llvm-rc 5853 - `12` 5854 - `6` 5855 - `6` 5856 - :part:`50%` 5857 * - llvm/tools/llvm-readobj 5858 - `19` 5859 - `3` 5860 - `16` 5861 - :part:`15%` 5862 * - llvm/tools/llvm-reduce 5863 - `7` 5864 - `6` 5865 - `1` 5866 - :part:`85%` 5867 * - llvm/tools/llvm-reduce/deltas 5868 - `40` 5869 - `39` 5870 - `1` 5871 - :part:`97%` 5872 * - llvm/tools/llvm-remark-size-diff 5873 - `1` 5874 - `1` 5875 - `0` 5876 - :good:`100%` 5877 * - llvm/tools/llvm-rtdyld 5878 - `1` 5879 - `0` 5880 - `1` 5881 - :none:`0%` 5882 * - llvm/tools/llvm-rust-demangle-fuzzer 5883 - `2` 5884 - `2` 5885 - `0` 5886 - :good:`100%` 5887 * - llvm/tools/llvm-shlib 5888 - `1` 5889 - `1` 5890 - `0` 5891 - :good:`100%` 5892 * - llvm/tools/llvm-sim 5893 - `1` 5894 - `0` 5895 - `1` 5896 - :none:`0%` 5897 * - llvm/tools/llvm-size 5898 - `1` 5899 - `0` 5900 - `1` 5901 - :none:`0%` 5902 * - llvm/tools/llvm-special-case-list-fuzzer 5903 - `2` 5904 - `2` 5905 - `0` 5906 - :good:`100%` 5907 * - llvm/tools/llvm-split 5908 - `1` 5909 - `0` 5910 - `1` 5911 - :none:`0%` 5912 * - llvm/tools/llvm-stress 5913 - `1` 5914 - `0` 5915 - `1` 5916 - :none:`0%` 5917 * - llvm/tools/llvm-strings 5918 - `1` 5919 - `1` 5920 - `0` 5921 - :good:`100%` 5922 * - llvm/tools/llvm-symbolizer 5923 - `1` 5924 - `0` 5925 - `1` 5926 - :none:`0%` 5927 * - llvm/tools/llvm-tapi-diff 5928 - `3` 5929 - `3` 5930 - `0` 5931 - :good:`100%` 5932 * - llvm/tools/llvm-tli-checker 5933 - `1` 5934 - `0` 5935 - `1` 5936 - :none:`0%` 5937 * - llvm/tools/llvm-undname 5938 - `1` 5939 - `1` 5940 - `0` 5941 - :good:`100%` 5942 * - llvm/tools/llvm-xray 5943 - `19` 5944 - `15` 5945 - `4` 5946 - :part:`78%` 5947 * - llvm/tools/llvm-yaml-numeric-parser-fuzzer 5948 - `2` 5949 - `2` 5950 - `0` 5951 - :good:`100%` 5952 * - llvm/tools/llvm-yaml-parser-fuzzer 5953 - `2` 5954 - `2` 5955 - `0` 5956 - :good:`100%` 5957 * - llvm/tools/lto 5958 - `2` 5959 - `1` 5960 - `1` 5961 - :part:`50%` 5962 * - llvm/tools/obj2yaml 5963 - `10` 5964 - `5` 5965 - `5` 5966 - :part:`50%` 5967 * - llvm/tools/opt 5968 - `10` 5969 - `3` 5970 - `7` 5971 - :part:`30%` 5972 * - llvm/tools/remarks-shlib 5973 - `1` 5974 - `0` 5975 - `1` 5976 - :none:`0%` 5977 * - llvm/tools/sancov 5978 - `1` 5979 - `0` 5980 - `1` 5981 - :none:`0%` 5982 * - llvm/tools/sanstats 5983 - `1` 5984 - `1` 5985 - `0` 5986 - :good:`100%` 5987 * - llvm/tools/split-file 5988 - `1` 5989 - `0` 5990 - `1` 5991 - :none:`0%` 5992 * - llvm/tools/verify-uselistorder 5993 - `1` 5994 - `0` 5995 - `1` 5996 - :none:`0%` 5997 * - llvm/tools/vfabi-demangle-fuzzer 5998 - `1` 5999 - `1` 6000 - `0` 6001 - :good:`100%` 6002 * - llvm/tools/yaml2obj 6003 - `1` 6004 - `1` 6005 - `0` 6006 - :good:`100%` 6007 * - llvm/unittests/ADT 6008 - `77` 6009 - `29` 6010 - `48` 6011 - :part:`37%` 6012 * - llvm/unittests/Analysis 6013 - `38` 6014 - `13` 6015 - `25` 6016 - :part:`34%` 6017 * - llvm/unittests/AsmParser 6018 - `1` 6019 - `1` 6020 - `0` 6021 - :good:`100%` 6022 * - llvm/unittests/BinaryFormat 6023 - `6` 6024 - `5` 6025 - `1` 6026 - :part:`83%` 6027 * - llvm/unittests/Bitcode 6028 - `2` 6029 - `1` 6030 - `1` 6031 - :part:`50%` 6032 * - llvm/unittests/Bitstream 6033 - `2` 6034 - `1` 6035 - `1` 6036 - :part:`50%` 6037 * - llvm/unittests/CodeGen 6038 - `20` 6039 - `10` 6040 - `10` 6041 - :part:`50%` 6042 * - llvm/unittests/CodeGen/GlobalISel 6043 - `13` 6044 - `2` 6045 - `11` 6046 - :part:`15%` 6047 * - llvm/unittests/DebugInfo/CodeView 6048 - `4` 6049 - `2` 6050 - `2` 6051 - :part:`50%` 6052 * - llvm/unittests/DebugInfo/DWARF 6053 - `17` 6054 - `13` 6055 - `4` 6056 - :part:`76%` 6057 * - llvm/unittests/DebugInfo/GSYM 6058 - `1` 6059 - `0` 6060 - `1` 6061 - :none:`0%` 6062 * - llvm/unittests/DebugInfo/MSF 6063 - `3` 6064 - `2` 6065 - `1` 6066 - :part:`66%` 6067 * - llvm/unittests/DebugInfo/PDB 6068 - `5` 6069 - `3` 6070 - `2` 6071 - :part:`60%` 6072 * - llvm/unittests/DebugInfo/PDB/Inputs 6073 - `1` 6074 - `1` 6075 - `0` 6076 - :good:`100%` 6077 * - llvm/unittests/Debuginfod 6078 - `2` 6079 - `2` 6080 - `0` 6081 - :good:`100%` 6082 * - llvm/unittests/Demangle 6083 - `7` 6084 - `5` 6085 - `2` 6086 - :part:`71%` 6087 * - llvm/unittests/ExecutionEngine 6088 - `1` 6089 - `0` 6090 - `1` 6091 - :none:`0%` 6092 * - llvm/unittests/ExecutionEngine/JITLink 6093 - `1` 6094 - `1` 6095 - `0` 6096 - :good:`100%` 6097 * - llvm/unittests/ExecutionEngine/MCJIT 6098 - `7` 6099 - `0` 6100 - `7` 6101 - :none:`0%` 6102 * - llvm/unittests/ExecutionEngine/Orc 6103 - `21` 6104 - `14` 6105 - `7` 6106 - :part:`66%` 6107 * - llvm/unittests/FileCheck 6108 - `1` 6109 - `0` 6110 - `1` 6111 - :none:`0%` 6112 * - llvm/unittests/Frontend 6113 - `4` 6114 - `3` 6115 - `1` 6116 - :part:`75%` 6117 * - llvm/unittests/FuzzMutate 6118 - `4` 6119 - `0` 6120 - `4` 6121 - :none:`0%` 6122 * - llvm/unittests/InterfaceStub 6123 - `1` 6124 - `1` 6125 - `0` 6126 - :good:`100%` 6127 * - llvm/unittests/IR 6128 - `36` 6129 - `6` 6130 - `30` 6131 - :part:`16%` 6132 * - llvm/unittests/LineEditor 6133 - `1` 6134 - `0` 6135 - `1` 6136 - :none:`0%` 6137 * - llvm/unittests/Linker 6138 - `1` 6139 - `0` 6140 - `1` 6141 - :none:`0%` 6142 * - llvm/unittests/MC 6143 - `7` 6144 - `4` 6145 - `3` 6146 - :part:`57%` 6147 * - llvm/unittests/MC/AMDGPU 6148 - `1` 6149 - `1` 6150 - `0` 6151 - :good:`100%` 6152 * - llvm/unittests/MC/SystemZ 6153 - `1` 6154 - `1` 6155 - `0` 6156 - :good:`100%` 6157 * - llvm/unittests/MI 6158 - `1` 6159 - `0` 6160 - `1` 6161 - :none:`0%` 6162 * - llvm/unittests/MIR 6163 - `1` 6164 - `0` 6165 - `1` 6166 - :none:`0%` 6167 * - llvm/unittests/ObjCopy 6168 - `1` 6169 - `1` 6170 - `0` 6171 - :good:`100%` 6172 * - llvm/unittests/Object 6173 - `9` 6174 - `6` 6175 - `3` 6176 - :part:`66%` 6177 * - llvm/unittests/ObjectYAML 6178 - `5` 6179 - `3` 6180 - `2` 6181 - :part:`60%` 6182 * - llvm/unittests/Option 6183 - `2` 6184 - `1` 6185 - `1` 6186 - :part:`50%` 6187 * - llvm/unittests/Passes 6188 - `5` 6189 - `5` 6190 - `0` 6191 - :good:`100%` 6192 * - llvm/unittests/ProfileData 6193 - `5` 6194 - `2` 6195 - `3` 6196 - :part:`40%` 6197 * - llvm/unittests/Remarks 6198 - `8` 6199 - `5` 6200 - `3` 6201 - :part:`62%` 6202 * - llvm/unittests/Support 6203 - `100` 6204 - `35` 6205 - `65` 6206 - :part:`35%` 6207 * - llvm/unittests/Support/CommandLineInit 6208 - `1` 6209 - `1` 6210 - `0` 6211 - :good:`100%` 6212 * - llvm/unittests/Support/DynamicLibrary 6213 - `4` 6214 - `0` 6215 - `4` 6216 - :none:`0%` 6217 * - llvm/unittests/TableGen 6218 - `3` 6219 - `1` 6220 - `2` 6221 - :part:`33%` 6222 * - llvm/unittests/Target/AArch64 6223 - `3` 6224 - `1` 6225 - `2` 6226 - :part:`33%` 6227 * - llvm/unittests/Target/AMDGPU 6228 - `2` 6229 - `2` 6230 - `0` 6231 - :good:`100%` 6232 * - llvm/unittests/Target/ARM 6233 - `2` 6234 - `1` 6235 - `1` 6236 - :part:`50%` 6237 * - llvm/unittests/Target/PowerPC 6238 - `1` 6239 - `1` 6240 - `0` 6241 - :good:`100%` 6242 * - llvm/unittests/Target/WebAssembly 6243 - `1` 6244 - `0` 6245 - `1` 6246 - :none:`0%` 6247 * - llvm/unittests/Target/X86 6248 - `1` 6249 - `0` 6250 - `1` 6251 - :none:`0%` 6252 * - llvm/unittests/Testing/Support 6253 - `1` 6254 - `1` 6255 - `0` 6256 - :good:`100%` 6257 * - llvm/unittests/TextAPI 6258 - `5` 6259 - `3` 6260 - `2` 6261 - :part:`60%` 6262 * - llvm/unittests/tools/llvm-cfi-verify 6263 - `2` 6264 - `1` 6265 - `1` 6266 - :part:`50%` 6267 * - llvm/unittests/tools/llvm-exegesis 6268 - `4` 6269 - `3` 6270 - `1` 6271 - :part:`75%` 6272 * - llvm/unittests/tools/llvm-exegesis/AArch64 6273 - `1` 6274 - `1` 6275 - `0` 6276 - :good:`100%` 6277 * - llvm/unittests/tools/llvm-exegesis/ARM 6278 - `1` 6279 - `1` 6280 - `0` 6281 - :good:`100%` 6282 * - llvm/unittests/tools/llvm-exegesis/Common 6283 - `1` 6284 - `1` 6285 - `0` 6286 - :good:`100%` 6287 * - llvm/unittests/tools/llvm-exegesis/Mips 6288 - `5` 6289 - `3` 6290 - `2` 6291 - :part:`60%` 6292 * - llvm/unittests/tools/llvm-exegesis/PowerPC 6293 - `4` 6294 - `1` 6295 - `3` 6296 - :part:`25%` 6297 * - llvm/unittests/tools/llvm-exegesis/X86 6298 - `9` 6299 - `6` 6300 - `3` 6301 - :part:`66%` 6302 * - llvm/unittests/tools/llvm-profgen 6303 - `1` 6304 - `0` 6305 - `1` 6306 - :none:`0%` 6307 * - llvm/unittests/Transforms/IPO 6308 - `4` 6309 - `2` 6310 - `2` 6311 - :part:`50%` 6312 * - llvm/unittests/Transforms/Scalar 6313 - `2` 6314 - `0` 6315 - `2` 6316 - :none:`0%` 6317 * - llvm/unittests/Transforms/Utils 6318 - `19` 6319 - `8` 6320 - `11` 6321 - :part:`42%` 6322 * - llvm/unittests/Transforms/Vectorize 6323 - `7` 6324 - `7` 6325 - `0` 6326 - :good:`100%` 6327 * - llvm/unittests/XRay 6328 - `8` 6329 - `7` 6330 - `1` 6331 - :part:`87%` 6332 * - llvm/utils/FileCheck 6333 - `1` 6334 - `0` 6335 - `1` 6336 - :none:`0%` 6337 * - llvm/utils/fpcmp 6338 - `1` 6339 - `0` 6340 - `1` 6341 - :none:`0%` 6342 * - llvm/utils/KillTheDoctor 6343 - `1` 6344 - `0` 6345 - `1` 6346 - :none:`0%` 6347 * - llvm/utils/not 6348 - `1` 6349 - `1` 6350 - `0` 6351 - :good:`100%` 6352 * - llvm/utils/PerfectShuffle 6353 - `1` 6354 - `0` 6355 - `1` 6356 - :none:`0%` 6357 * - llvm/utils/TableGen 6358 - `78` 6359 - `13` 6360 - `65` 6361 - :part:`16%` 6362 * - llvm/utils/TableGen/GlobalISel 6363 - `17` 6364 - `10` 6365 - `7` 6366 - :part:`58%` 6367 * - llvm/utils/unittest/googlemock/include/gmock 6368 - `12` 6369 - `0` 6370 - `12` 6371 - :none:`0%` 6372 * - llvm/utils/unittest/googlemock/include/gmock/internal 6373 - `3` 6374 - `0` 6375 - `3` 6376 - :none:`0%` 6377 * - llvm/utils/unittest/googlemock/include/gmock/internal/custom 6378 - `3` 6379 - `0` 6380 - `3` 6381 - :none:`0%` 6382 * - llvm/utils/unittest/googletest/include/gtest 6383 - `11` 6384 - `0` 6385 - `11` 6386 - :none:`0%` 6387 * - llvm/utils/unittest/googletest/include/gtest/internal 6388 - `8` 6389 - `0` 6390 - `8` 6391 - :none:`0%` 6392 * - llvm/utils/unittest/googletest/include/gtest/internal/custom 6393 - `4` 6394 - `0` 6395 - `4` 6396 - :none:`0%` 6397 * - llvm/utils/unittest/googletest/src 6398 - `1` 6399 - `0` 6400 - `1` 6401 - :none:`0%` 6402 * - llvm/utils/unittest/UnitTestMain 6403 - `1` 6404 - `0` 6405 - `1` 6406 - :none:`0%` 6407 * - llvm/utils/yaml-bench 6408 - `1` 6409 - `0` 6410 - `1` 6411 - :none:`0%` 6412 * - mlir/examples/standalone/include/Standalone 6413 - `2` 6414 - `2` 6415 - `0` 6416 - :good:`100%` 6417 * - mlir/examples/standalone/include/Standalone-c 6418 - `1` 6419 - `1` 6420 - `0` 6421 - :good:`100%` 6422 * - mlir/examples/standalone/lib/CAPI 6423 - `1` 6424 - `1` 6425 - `0` 6426 - :good:`100%` 6427 * - mlir/examples/standalone/lib/Standalone 6428 - `2` 6429 - `2` 6430 - `0` 6431 - :good:`100%` 6432 * - mlir/examples/standalone/python 6433 - `1` 6434 - `1` 6435 - `0` 6436 - :good:`100%` 6437 * - mlir/examples/standalone/standalone-opt 6438 - `1` 6439 - `1` 6440 - `0` 6441 - :good:`100%` 6442 * - mlir/examples/standalone/standalone-translate 6443 - `1` 6444 - `1` 6445 - `0` 6446 - :good:`100%` 6447 * - mlir/examples/toy/Ch1 6448 - `1` 6449 - `1` 6450 - `0` 6451 - :good:`100%` 6452 * - mlir/examples/toy/Ch1/include/toy 6453 - `3` 6454 - `3` 6455 - `0` 6456 - :good:`100%` 6457 * - mlir/examples/toy/Ch1/parser 6458 - `1` 6459 - `0` 6460 - `1` 6461 - :none:`0%` 6462 * - mlir/examples/toy/Ch2 6463 - `1` 6464 - `1` 6465 - `0` 6466 - :good:`100%` 6467 * - mlir/examples/toy/Ch2/include/toy 6468 - `5` 6469 - `5` 6470 - `0` 6471 - :good:`100%` 6472 * - mlir/examples/toy/Ch2/mlir 6473 - `2` 6474 - `2` 6475 - `0` 6476 - :good:`100%` 6477 * - mlir/examples/toy/Ch2/parser 6478 - `1` 6479 - `0` 6480 - `1` 6481 - :none:`0%` 6482 * - mlir/examples/toy/Ch3 6483 - `1` 6484 - `1` 6485 - `0` 6486 - :good:`100%` 6487 * - mlir/examples/toy/Ch3/include/toy 6488 - `5` 6489 - `5` 6490 - `0` 6491 - :good:`100%` 6492 * - mlir/examples/toy/Ch3/mlir 6493 - `3` 6494 - `3` 6495 - `0` 6496 - :good:`100%` 6497 * - mlir/examples/toy/Ch3/parser 6498 - `1` 6499 - `0` 6500 - `1` 6501 - :none:`0%` 6502 * - mlir/examples/toy/Ch4 6503 - `1` 6504 - `1` 6505 - `0` 6506 - :good:`100%` 6507 * - mlir/examples/toy/Ch4/include/toy 6508 - `7` 6509 - `7` 6510 - `0` 6511 - :good:`100%` 6512 * - mlir/examples/toy/Ch4/mlir 6513 - `4` 6514 - `4` 6515 - `0` 6516 - :good:`100%` 6517 * - mlir/examples/toy/Ch4/parser 6518 - `1` 6519 - `0` 6520 - `1` 6521 - :none:`0%` 6522 * - mlir/examples/toy/Ch5 6523 - `1` 6524 - `1` 6525 - `0` 6526 - :good:`100%` 6527 * - mlir/examples/toy/Ch5/include/toy 6528 - `7` 6529 - `7` 6530 - `0` 6531 - :good:`100%` 6532 * - mlir/examples/toy/Ch5/mlir 6533 - `5` 6534 - `5` 6535 - `0` 6536 - :good:`100%` 6537 * - mlir/examples/toy/Ch5/parser 6538 - `1` 6539 - `0` 6540 - `1` 6541 - :none:`0%` 6542 * - mlir/examples/toy/Ch6 6543 - `1` 6544 - `1` 6545 - `0` 6546 - :good:`100%` 6547 * - mlir/examples/toy/Ch6/include/toy 6548 - `7` 6549 - `7` 6550 - `0` 6551 - :good:`100%` 6552 * - mlir/examples/toy/Ch6/mlir 6553 - `6` 6554 - `6` 6555 - `0` 6556 - :good:`100%` 6557 * - mlir/examples/toy/Ch6/parser 6558 - `1` 6559 - `0` 6560 - `1` 6561 - :none:`0%` 6562 * - mlir/examples/toy/Ch7 6563 - `1` 6564 - `1` 6565 - `0` 6566 - :good:`100%` 6567 * - mlir/examples/toy/Ch7/include/toy 6568 - `7` 6569 - `7` 6570 - `0` 6571 - :good:`100%` 6572 * - mlir/examples/toy/Ch7/mlir 6573 - `6` 6574 - `6` 6575 - `0` 6576 - :good:`100%` 6577 * - mlir/examples/toy/Ch7/parser 6578 - `1` 6579 - `0` 6580 - `1` 6581 - :none:`0%` 6582 * - mlir/include/mlir 6583 - `5` 6584 - `5` 6585 - `0` 6586 - :good:`100%` 6587 * - mlir/include/mlir/Analysis 6588 - `7` 6589 - `5` 6590 - `2` 6591 - :part:`71%` 6592 * - mlir/include/mlir/Analysis/AliasAnalysis 6593 - `1` 6594 - `1` 6595 - `0` 6596 - :good:`100%` 6597 * - mlir/include/mlir/Analysis/Presburger 6598 - `9` 6599 - `9` 6600 - `0` 6601 - :good:`100%` 6602 * - mlir/include/mlir/Bindings/Python 6603 - `1` 6604 - `0` 6605 - `1` 6606 - :none:`0%` 6607 * - mlir/include/mlir/CAPI 6608 - `12` 6609 - `12` 6610 - `0` 6611 - :good:`100%` 6612 * - mlir/include/mlir/Conversion 6613 - `1` 6614 - `1` 6615 - `0` 6616 - :good:`100%` 6617 * - mlir/include/mlir/Conversion/AffineToStandard 6618 - `1` 6619 - `1` 6620 - `0` 6621 - :good:`100%` 6622 * - mlir/include/mlir/Conversion/ArithmeticToLLVM 6623 - `1` 6624 - `1` 6625 - `0` 6626 - :good:`100%` 6627 * - mlir/include/mlir/Conversion/ArithmeticToSPIRV 6628 - `1` 6629 - `1` 6630 - `0` 6631 - :good:`100%` 6632 * - mlir/include/mlir/Conversion/ArmNeon2dToIntr 6633 - `1` 6634 - `1` 6635 - `0` 6636 - :good:`100%` 6637 * - mlir/include/mlir/Conversion/AsyncToLLVM 6638 - `1` 6639 - `1` 6640 - `0` 6641 - :good:`100%` 6642 * - mlir/include/mlir/Conversion/BufferizationToMemRef 6643 - `1` 6644 - `1` 6645 - `0` 6646 - :good:`100%` 6647 * - mlir/include/mlir/Conversion/ComplexToLLVM 6648 - `1` 6649 - `1` 6650 - `0` 6651 - :good:`100%` 6652 * - mlir/include/mlir/Conversion/ComplexToStandard 6653 - `1` 6654 - `1` 6655 - `0` 6656 - :good:`100%` 6657 * - mlir/include/mlir/Conversion/ControlFlowToLLVM 6658 - `1` 6659 - `1` 6660 - `0` 6661 - :good:`100%` 6662 * - mlir/include/mlir/Conversion/ControlFlowToSPIRV 6663 - `2` 6664 - `2` 6665 - `0` 6666 - :good:`100%` 6667 * - mlir/include/mlir/Conversion/FuncToSPIRV 6668 - `2` 6669 - `2` 6670 - `0` 6671 - :good:`100%` 6672 * - mlir/include/mlir/Conversion/GPUCommon 6673 - `1` 6674 - `1` 6675 - `0` 6676 - :good:`100%` 6677 * - mlir/include/mlir/Conversion/GPUToNVVM 6678 - `1` 6679 - `1` 6680 - `0` 6681 - :good:`100%` 6682 * - mlir/include/mlir/Conversion/GPUToROCDL 6683 - `2` 6684 - `2` 6685 - `0` 6686 - :good:`100%` 6687 * - mlir/include/mlir/Conversion/GPUToSPIRV 6688 - `2` 6689 - `2` 6690 - `0` 6691 - :good:`100%` 6692 * - mlir/include/mlir/Conversion/GPUToVulkan 6693 - `1` 6694 - `0` 6695 - `1` 6696 - :none:`0%` 6697 * - mlir/include/mlir/Conversion/LinalgToLLVM 6698 - `1` 6699 - `1` 6700 - `0` 6701 - :good:`100%` 6702 * - mlir/include/mlir/Conversion/LinalgToSPIRV 6703 - `2` 6704 - `2` 6705 - `0` 6706 - :good:`100%` 6707 * - mlir/include/mlir/Conversion/LinalgToStandard 6708 - `1` 6709 - `1` 6710 - `0` 6711 - :good:`100%` 6712 * - mlir/include/mlir/Conversion/LLVMCommon 6713 - `7` 6714 - `7` 6715 - `0` 6716 - :good:`100%` 6717 * - mlir/include/mlir/Conversion/MathToLibm 6718 - `1` 6719 - `1` 6720 - `0` 6721 - :good:`100%` 6722 * - mlir/include/mlir/Conversion/MathToLLVM 6723 - `1` 6724 - `1` 6725 - `0` 6726 - :good:`100%` 6727 * - mlir/include/mlir/Conversion/MathToSPIRV 6728 - `2` 6729 - `2` 6730 - `0` 6731 - :good:`100%` 6732 * - mlir/include/mlir/Conversion/MemRefToLLVM 6733 - `2` 6734 - `2` 6735 - `0` 6736 - :good:`100%` 6737 * - mlir/include/mlir/Conversion/MemRefToSPIRV 6738 - `2` 6739 - `2` 6740 - `0` 6741 - :good:`100%` 6742 * - mlir/include/mlir/Conversion/OpenACCToLLVM 6743 - `1` 6744 - `1` 6745 - `0` 6746 - :good:`100%` 6747 * - mlir/include/mlir/Conversion/OpenACCToSCF 6748 - `1` 6749 - `1` 6750 - `0` 6751 - :good:`100%` 6752 * - mlir/include/mlir/Conversion/OpenMPToLLVM 6753 - `1` 6754 - `1` 6755 - `0` 6756 - :good:`100%` 6757 * - mlir/include/mlir/Conversion/PDLToPDLInterp 6758 - `1` 6759 - `1` 6760 - `0` 6761 - :good:`100%` 6762 * - mlir/include/mlir/Conversion/ReconcileUnrealizedCasts 6763 - `1` 6764 - `1` 6765 - `0` 6766 - :good:`100%` 6767 * - mlir/include/mlir/Conversion/SCFToControlFlow 6768 - `1` 6769 - `1` 6770 - `0` 6771 - :good:`100%` 6772 * - mlir/include/mlir/Conversion/SCFToGPU 6773 - `2` 6774 - `2` 6775 - `0` 6776 - :good:`100%` 6777 * - mlir/include/mlir/Conversion/SCFToOpenMP 6778 - `1` 6779 - `1` 6780 - `0` 6781 - :good:`100%` 6782 * - mlir/include/mlir/Conversion/SCFToSPIRV 6783 - `2` 6784 - `2` 6785 - `0` 6786 - :good:`100%` 6787 * - mlir/include/mlir/Conversion/ShapeToStandard 6788 - `1` 6789 - `1` 6790 - `0` 6791 - :good:`100%` 6792 * - mlir/include/mlir/Conversion/SPIRVToLLVM 6793 - `2` 6794 - `2` 6795 - `0` 6796 - :good:`100%` 6797 * - mlir/include/mlir/Conversion/StandardToLLVM 6798 - `2` 6799 - `2` 6800 - `0` 6801 - :good:`100%` 6802 * - mlir/include/mlir/Conversion/TensorToSPIRV 6803 - `2` 6804 - `2` 6805 - `0` 6806 - :good:`100%` 6807 * - mlir/include/mlir/Conversion/TosaToLinalg 6808 - `1` 6809 - `1` 6810 - `0` 6811 - :good:`100%` 6812 * - mlir/include/mlir/Conversion/TosaToSCF 6813 - `1` 6814 - `1` 6815 - `0` 6816 - :good:`100%` 6817 * - mlir/include/mlir/Conversion/TosaToStandard 6818 - `1` 6819 - `1` 6820 - `0` 6821 - :good:`100%` 6822 * - mlir/include/mlir/Conversion/VectorToGPU 6823 - `1` 6824 - `1` 6825 - `0` 6826 - :good:`100%` 6827 * - mlir/include/mlir/Conversion/VectorToLLVM 6828 - `1` 6829 - `1` 6830 - `0` 6831 - :good:`100%` 6832 * - mlir/include/mlir/Conversion/VectorToSCF 6833 - `1` 6834 - `1` 6835 - `0` 6836 - :good:`100%` 6837 * - mlir/include/mlir/Conversion/VectorToSPIRV 6838 - `2` 6839 - `2` 6840 - `0` 6841 - :good:`100%` 6842 * - mlir/include/mlir/Dialect 6843 - `2` 6844 - `2` 6845 - `0` 6846 - :good:`100%` 6847 * - mlir/include/mlir/Dialect/Affine 6848 - `4` 6849 - `4` 6850 - `0` 6851 - :good:`100%` 6852 * - mlir/include/mlir/Dialect/Affine/Analysis 6853 - `5` 6854 - `5` 6855 - `0` 6856 - :good:`100%` 6857 * - mlir/include/mlir/Dialect/Affine/IR 6858 - `3` 6859 - `3` 6860 - `0` 6861 - :good:`100%` 6862 * - mlir/include/mlir/Dialect/AMX 6863 - `2` 6864 - `2` 6865 - `0` 6866 - :good:`100%` 6867 * - mlir/include/mlir/Dialect/Arithmetic/IR 6868 - `1` 6869 - `1` 6870 - `0` 6871 - :good:`100%` 6872 * - mlir/include/mlir/Dialect/Arithmetic/Transforms 6873 - `2` 6874 - `2` 6875 - `0` 6876 - :good:`100%` 6877 * - mlir/include/mlir/Dialect/Arithmetic/Utils 6878 - `1` 6879 - `1` 6880 - `0` 6881 - :good:`100%` 6882 * - mlir/include/mlir/Dialect/ArmNeon 6883 - `1` 6884 - `1` 6885 - `0` 6886 - :good:`100%` 6887 * - mlir/include/mlir/Dialect/ArmSVE 6888 - `2` 6889 - `2` 6890 - `0` 6891 - :good:`100%` 6892 * - mlir/include/mlir/Dialect/Async 6893 - `2` 6894 - `2` 6895 - `0` 6896 - :good:`100%` 6897 * - mlir/include/mlir/Dialect/Async/IR 6898 - `2` 6899 - `2` 6900 - `0` 6901 - :good:`100%` 6902 * - mlir/include/mlir/Dialect/Bufferization/IR 6903 - `3` 6904 - `3` 6905 - `0` 6906 - :good:`100%` 6907 * - mlir/include/mlir/Dialect/Bufferization/Transforms 6908 - `4` 6909 - `4` 6910 - `0` 6911 - :good:`100%` 6912 * - mlir/include/mlir/Dialect/Complex/IR 6913 - `1` 6914 - `1` 6915 - `0` 6916 - :good:`100%` 6917 * - mlir/include/mlir/Dialect/ControlFlow/IR 6918 - `2` 6919 - `2` 6920 - `0` 6921 - :good:`100%` 6922 * - mlir/include/mlir/Dialect/DLTI 6923 - `2` 6924 - `2` 6925 - `0` 6926 - :good:`100%` 6927 * - mlir/include/mlir/Dialect/EmitC/IR 6928 - `1` 6929 - `1` 6930 - `0` 6931 - :good:`100%` 6932 * - mlir/include/mlir/Dialect/Func/IR 6933 - `1` 6934 - `1` 6935 - `0` 6936 - :good:`100%` 6937 * - mlir/include/mlir/Dialect/Func/Transforms 6938 - `3` 6939 - `3` 6940 - `0` 6941 - :good:`100%` 6942 * - mlir/include/mlir/Dialect/GPU 6943 - `5` 6944 - `5` 6945 - `0` 6946 - :good:`100%` 6947 * - mlir/include/mlir/Dialect/Linalg 6948 - `1` 6949 - `1` 6950 - `0` 6951 - :good:`100%` 6952 * - mlir/include/mlir/Dialect/Linalg/Analysis 6953 - `1` 6954 - `1` 6955 - `0` 6956 - :good:`100%` 6957 * - mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize 6958 - `2` 6959 - `2` 6960 - `0` 6961 - :good:`100%` 6962 * - mlir/include/mlir/Dialect/Linalg/IR 6963 - `2` 6964 - `2` 6965 - `0` 6966 - :good:`100%` 6967 * - mlir/include/mlir/Dialect/Linalg/Transforms 6968 - `5` 6969 - `5` 6970 - `0` 6971 - :good:`100%` 6972 * - mlir/include/mlir/Dialect/Linalg/Utils 6973 - `1` 6974 - `1` 6975 - `0` 6976 - :good:`100%` 6977 * - mlir/include/mlir/Dialect/LLVMIR 6978 - `5` 6979 - `5` 6980 - `0` 6981 - :good:`100%` 6982 * - mlir/include/mlir/Dialect/LLVMIR/Transforms 6983 - `2` 6984 - `2` 6985 - `0` 6986 - :good:`100%` 6987 * - mlir/include/mlir/Dialect/Math/IR 6988 - `1` 6989 - `1` 6990 - `0` 6991 - :good:`100%` 6992 * - mlir/include/mlir/Dialect/Math/Transforms 6993 - `2` 6994 - `2` 6995 - `0` 6996 - :good:`100%` 6997 * - mlir/include/mlir/Dialect/MemRef/IR 6998 - `1` 6999 - `1` 7000 - `0` 7001 - :good:`100%` 7002 * - mlir/include/mlir/Dialect/MemRef/Transforms 7003 - `2` 7004 - `2` 7005 - `0` 7006 - :good:`100%` 7007 * - mlir/include/mlir/Dialect/MemRef/Utils 7008 - `1` 7009 - `1` 7010 - `0` 7011 - :good:`100%` 7012 * - mlir/include/mlir/Dialect/OpenACC 7013 - `1` 7014 - `1` 7015 - `0` 7016 - :good:`100%` 7017 * - mlir/include/mlir/Dialect/OpenMP 7018 - `1` 7019 - `1` 7020 - `0` 7021 - :good:`100%` 7022 * - mlir/include/mlir/Dialect/PDL/IR 7023 - `3` 7024 - `3` 7025 - `0` 7026 - :good:`100%` 7027 * - mlir/include/mlir/Dialect/PDLInterp/IR 7028 - `1` 7029 - `1` 7030 - `0` 7031 - :good:`100%` 7032 * - mlir/include/mlir/Dialect/Quant 7033 - `6` 7034 - `6` 7035 - `0` 7036 - :good:`100%` 7037 * - mlir/include/mlir/Dialect/SCF 7038 - `4` 7039 - `4` 7040 - `0` 7041 - :good:`100%` 7042 * - mlir/include/mlir/Dialect/SCF/Utils 7043 - `2` 7044 - `2` 7045 - `0` 7046 - :good:`100%` 7047 * - mlir/include/mlir/Dialect/Shape/IR 7048 - `1` 7049 - `1` 7050 - `0` 7051 - :good:`100%` 7052 * - mlir/include/mlir/Dialect/Shape/Transforms 7053 - `1` 7054 - `1` 7055 - `0` 7056 - :good:`100%` 7057 * - mlir/include/mlir/Dialect/SparseTensor/IR 7058 - `1` 7059 - `1` 7060 - `0` 7061 - :good:`100%` 7062 * - mlir/include/mlir/Dialect/SparseTensor/Pipelines 7063 - `1` 7064 - `1` 7065 - `0` 7066 - :good:`100%` 7067 * - mlir/include/mlir/Dialect/SparseTensor/Transforms 7068 - `1` 7069 - `1` 7070 - `0` 7071 - :good:`100%` 7072 * - mlir/include/mlir/Dialect/SparseTensor/Utils 7073 - `1` 7074 - `1` 7075 - `0` 7076 - :good:`100%` 7077 * - mlir/include/mlir/Dialect/SPIRV/IR 7078 - `9` 7079 - `9` 7080 - `0` 7081 - :good:`100%` 7082 * - mlir/include/mlir/Dialect/SPIRV/Linking 7083 - `1` 7084 - `1` 7085 - `0` 7086 - :good:`100%` 7087 * - mlir/include/mlir/Dialect/SPIRV/Transforms 7088 - `2` 7089 - `2` 7090 - `0` 7091 - :good:`100%` 7092 * - mlir/include/mlir/Dialect/SPIRV/Utils 7093 - `1` 7094 - `1` 7095 - `0` 7096 - :good:`100%` 7097 * - mlir/include/mlir/Dialect/Tensor/IR 7098 - `3` 7099 - `3` 7100 - `0` 7101 - :good:`100%` 7102 * - mlir/include/mlir/Dialect/Tensor/Transforms 7103 - `3` 7104 - `3` 7105 - `0` 7106 - :good:`100%` 7107 * - mlir/include/mlir/Dialect/Tensor/Utils 7108 - `1` 7109 - `1` 7110 - `0` 7111 - :good:`100%` 7112 * - mlir/include/mlir/Dialect/Tosa/IR 7113 - `1` 7114 - `1` 7115 - `0` 7116 - :good:`100%` 7117 * - mlir/include/mlir/Dialect/Tosa/Transforms 7118 - `2` 7119 - `2` 7120 - `0` 7121 - :good:`100%` 7122 * - mlir/include/mlir/Dialect/Tosa/Utils 7123 - `3` 7124 - `3` 7125 - `0` 7126 - :good:`100%` 7127 * - mlir/include/mlir/Dialect/Utils 7128 - `4` 7129 - `4` 7130 - `0` 7131 - :good:`100%` 7132 * - mlir/include/mlir/Dialect/Vector/IR 7133 - `1` 7134 - `1` 7135 - `0` 7136 - :good:`100%` 7137 * - mlir/include/mlir/Dialect/Vector/Transforms 7138 - `4` 7139 - `4` 7140 - `0` 7141 - :good:`100%` 7142 * - mlir/include/mlir/Dialect/Vector/Utils 7143 - `1` 7144 - `1` 7145 - `0` 7146 - :good:`100%` 7147 * - mlir/include/mlir/Dialect/X86Vector 7148 - `2` 7149 - `2` 7150 - `0` 7151 - :good:`100%` 7152 * - mlir/include/mlir/ExecutionEngine 7153 - `8` 7154 - `7` 7155 - `1` 7156 - :part:`87%` 7157 * - mlir/include/mlir/Interfaces 7158 - `14` 7159 - `13` 7160 - `1` 7161 - :part:`92%` 7162 * - mlir/include/mlir/IR 7163 - `49` 7164 - `29` 7165 - `20` 7166 - :part:`59%` 7167 * - mlir/include/mlir/Parser 7168 - `1` 7169 - `1` 7170 - `0` 7171 - :good:`100%` 7172 * - mlir/include/mlir/Pass 7173 - `6` 7174 - `0` 7175 - `6` 7176 - :none:`0%` 7177 * - mlir/include/mlir/Reducer 7178 - `5` 7179 - `5` 7180 - `0` 7181 - :good:`100%` 7182 * - mlir/include/mlir/Rewrite 7183 - `2` 7184 - `2` 7185 - `0` 7186 - :good:`100%` 7187 * - mlir/include/mlir/Support 7188 - `15` 7189 - `9` 7190 - `6` 7191 - :part:`60%` 7192 * - mlir/include/mlir/TableGen 7193 - `21` 7194 - `19` 7195 - `2` 7196 - :part:`90%` 7197 * - mlir/include/mlir/Target/Cpp 7198 - `1` 7199 - `1` 7200 - `0` 7201 - :good:`100%` 7202 * - mlir/include/mlir/Target/LLVMIR 7203 - `6` 7204 - `6` 7205 - `0` 7206 - :good:`100%` 7207 * - mlir/include/mlir/Target/LLVMIR/Dialect 7208 - `1` 7209 - `1` 7210 - `0` 7211 - :good:`100%` 7212 * - mlir/include/mlir/Target/LLVMIR/Dialect/AMX 7213 - `1` 7214 - `1` 7215 - `0` 7216 - :good:`100%` 7217 * - mlir/include/mlir/Target/LLVMIR/Dialect/ArmNeon 7218 - `1` 7219 - `1` 7220 - `0` 7221 - :good:`100%` 7222 * - mlir/include/mlir/Target/LLVMIR/Dialect/ArmSVE 7223 - `1` 7224 - `1` 7225 - `0` 7226 - :good:`100%` 7227 * - mlir/include/mlir/Target/LLVMIR/Dialect/LLVMIR 7228 - `1` 7229 - `1` 7230 - `0` 7231 - :good:`100%` 7232 * - mlir/include/mlir/Target/LLVMIR/Dialect/NVVM 7233 - `1` 7234 - `1` 7235 - `0` 7236 - :good:`100%` 7237 * - mlir/include/mlir/Target/LLVMIR/Dialect/OpenACC 7238 - `1` 7239 - `1` 7240 - `0` 7241 - :good:`100%` 7242 * - mlir/include/mlir/Target/LLVMIR/Dialect/OpenMP 7243 - `1` 7244 - `1` 7245 - `0` 7246 - :good:`100%` 7247 * - mlir/include/mlir/Target/LLVMIR/Dialect/ROCDL 7248 - `1` 7249 - `1` 7250 - `0` 7251 - :good:`100%` 7252 * - mlir/include/mlir/Target/LLVMIR/Dialect/X86Vector 7253 - `1` 7254 - `1` 7255 - `0` 7256 - :good:`100%` 7257 * - mlir/include/mlir/Target/SPIRV 7258 - `3` 7259 - `3` 7260 - `0` 7261 - :good:`100%` 7262 * - mlir/include/mlir/Tools/mlir-lsp-server 7263 - `1` 7264 - `1` 7265 - `0` 7266 - :good:`100%` 7267 * - mlir/include/mlir/Tools/mlir-reduce 7268 - `1` 7269 - `1` 7270 - `0` 7271 - :good:`100%` 7272 * - mlir/include/mlir/Tools/PDLL/AST 7273 - `4` 7274 - `2` 7275 - `2` 7276 - :part:`50%` 7277 * - mlir/include/mlir/Tools/PDLL/CodeGen 7278 - `2` 7279 - `2` 7280 - `0` 7281 - :good:`100%` 7282 * - mlir/include/mlir/Tools/PDLL/ODS 7283 - `4` 7284 - `4` 7285 - `0` 7286 - :good:`100%` 7287 * - mlir/include/mlir/Tools/PDLL/Parser 7288 - `1` 7289 - `1` 7290 - `0` 7291 - :good:`100%` 7292 * - mlir/include/mlir/Transforms 7293 - `9` 7294 - `7` 7295 - `2` 7296 - :part:`77%` 7297 * - mlir/include/mlir-c 7298 - `15` 7299 - `15` 7300 - `0` 7301 - :good:`100%` 7302 * - mlir/include/mlir-c/Bindings/Python 7303 - `1` 7304 - `1` 7305 - `0` 7306 - :good:`100%` 7307 * - mlir/include/mlir-c/Dialect 7308 - `11` 7309 - `11` 7310 - `0` 7311 - :good:`100%` 7312 * - mlir/lib/Analysis 7313 - `7` 7314 - `7` 7315 - `0` 7316 - :good:`100%` 7317 * - mlir/lib/Analysis/AliasAnalysis 7318 - `1` 7319 - `1` 7320 - `0` 7321 - :good:`100%` 7322 * - mlir/lib/Analysis/Presburger 7323 - `8` 7324 - `8` 7325 - `0` 7326 - :good:`100%` 7327 * - mlir/lib/Bindings/Python 7328 - `23` 7329 - `23` 7330 - `0` 7331 - :good:`100%` 7332 * - mlir/lib/Bindings/Python/Conversions 7333 - `1` 7334 - `1` 7335 - `0` 7336 - :good:`100%` 7337 * - mlir/lib/Bindings/Python/Transforms 7338 - `1` 7339 - `1` 7340 - `0` 7341 - :good:`100%` 7342 * - mlir/lib/CAPI/Conversion 7343 - `1` 7344 - `1` 7345 - `0` 7346 - :good:`100%` 7347 * - mlir/lib/CAPI/Debug 7348 - `1` 7349 - `1` 7350 - `0` 7351 - :good:`100%` 7352 * - mlir/lib/CAPI/Dialect 7353 - `15` 7354 - `15` 7355 - `0` 7356 - :good:`100%` 7357 * - mlir/lib/CAPI/ExecutionEngine 7358 - `1` 7359 - `1` 7360 - `0` 7361 - :good:`100%` 7362 * - mlir/lib/CAPI/Interfaces 7363 - `1` 7364 - `1` 7365 - `0` 7366 - :good:`100%` 7367 * - mlir/lib/CAPI/IR 7368 - `10` 7369 - `10` 7370 - `0` 7371 - :good:`100%` 7372 * - mlir/lib/CAPI/Registration 7373 - `1` 7374 - `1` 7375 - `0` 7376 - :good:`100%` 7377 * - mlir/lib/CAPI/Transforms 7378 - `1` 7379 - `1` 7380 - `0` 7381 - :good:`100%` 7382 * - mlir/lib/Conversion 7383 - `1` 7384 - `1` 7385 - `0` 7386 - :good:`100%` 7387 * - mlir/lib/Conversion/AffineToStandard 7388 - `1` 7389 - `1` 7390 - `0` 7391 - :good:`100%` 7392 * - mlir/lib/Conversion/ArithmeticToLLVM 7393 - `1` 7394 - `1` 7395 - `0` 7396 - :good:`100%` 7397 * - mlir/lib/Conversion/ArithmeticToSPIRV 7398 - `1` 7399 - `1` 7400 - `0` 7401 - :good:`100%` 7402 * - mlir/lib/Conversion/ArmNeon2dToIntr 7403 - `1` 7404 - `1` 7405 - `0` 7406 - :good:`100%` 7407 * - mlir/lib/Conversion/AsyncToLLVM 7408 - `1` 7409 - `1` 7410 - `0` 7411 - :good:`100%` 7412 * - mlir/lib/Conversion/BufferizationToMemRef 7413 - `1` 7414 - `0` 7415 - `1` 7416 - :none:`0%` 7417 * - mlir/lib/Conversion/ComplexToLLVM 7418 - `1` 7419 - `1` 7420 - `0` 7421 - :good:`100%` 7422 * - mlir/lib/Conversion/ComplexToStandard 7423 - `1` 7424 - `1` 7425 - `0` 7426 - :good:`100%` 7427 * - mlir/lib/Conversion/ControlFlowToLLVM 7428 - `1` 7429 - `1` 7430 - `0` 7431 - :good:`100%` 7432 * - mlir/lib/Conversion/ControlFlowToSPIRV 7433 - `2` 7434 - `2` 7435 - `0` 7436 - :good:`100%` 7437 * - mlir/lib/Conversion/FuncToSPIRV 7438 - `2` 7439 - `2` 7440 - `0` 7441 - :good:`100%` 7442 * - mlir/lib/Conversion/GPUCommon 7443 - `5` 7444 - `4` 7445 - `1` 7446 - :part:`80%` 7447 * - mlir/lib/Conversion/GPUToNVVM 7448 - `2` 7449 - `2` 7450 - `0` 7451 - :good:`100%` 7452 * - mlir/lib/Conversion/GPUToROCDL 7453 - `1` 7454 - `1` 7455 - `0` 7456 - :good:`100%` 7457 * - mlir/lib/Conversion/GPUToSPIRV 7458 - `2` 7459 - `2` 7460 - `0` 7461 - :good:`100%` 7462 * - mlir/lib/Conversion/GPUToVulkan 7463 - `2` 7464 - `2` 7465 - `0` 7466 - :good:`100%` 7467 * - mlir/lib/Conversion/LinalgToLLVM 7468 - `1` 7469 - `1` 7470 - `0` 7471 - :good:`100%` 7472 * - mlir/lib/Conversion/LinalgToSPIRV 7473 - `2` 7474 - `1` 7475 - `1` 7476 - :part:`50%` 7477 * - mlir/lib/Conversion/LinalgToStandard 7478 - `1` 7479 - `0` 7480 - `1` 7481 - :none:`0%` 7482 * - mlir/lib/Conversion/LLVMCommon 7483 - `8` 7484 - `8` 7485 - `0` 7486 - :good:`100%` 7487 * - mlir/lib/Conversion/MathToLibm 7488 - `1` 7489 - `1` 7490 - `0` 7491 - :good:`100%` 7492 * - mlir/lib/Conversion/MathToLLVM 7493 - `1` 7494 - `1` 7495 - `0` 7496 - :good:`100%` 7497 * - mlir/lib/Conversion/MathToSPIRV 7498 - `2` 7499 - `2` 7500 - `0` 7501 - :good:`100%` 7502 * - mlir/lib/Conversion/MemRefToLLVM 7503 - `2` 7504 - `2` 7505 - `0` 7506 - :good:`100%` 7507 * - mlir/lib/Conversion/MemRefToSPIRV 7508 - `2` 7509 - `2` 7510 - `0` 7511 - :good:`100%` 7512 * - mlir/lib/Conversion/OpenACCToLLVM 7513 - `1` 7514 - `1` 7515 - `0` 7516 - :good:`100%` 7517 * - mlir/lib/Conversion/OpenACCToSCF 7518 - `1` 7519 - `1` 7520 - `0` 7521 - :good:`100%` 7522 * - mlir/lib/Conversion/OpenMPToLLVM 7523 - `1` 7524 - `1` 7525 - `0` 7526 - :good:`100%` 7527 * - mlir/lib/Conversion/PDLToPDLInterp 7528 - `7` 7529 - `7` 7530 - `0` 7531 - :good:`100%` 7532 * - mlir/lib/Conversion/ReconcileUnrealizedCasts 7533 - `1` 7534 - `1` 7535 - `0` 7536 - :good:`100%` 7537 * - mlir/lib/Conversion/SCFToControlFlow 7538 - `1` 7539 - `1` 7540 - `0` 7541 - :good:`100%` 7542 * - mlir/lib/Conversion/SCFToGPU 7543 - `2` 7544 - `2` 7545 - `0` 7546 - :good:`100%` 7547 * - mlir/lib/Conversion/SCFToOpenMP 7548 - `1` 7549 - `1` 7550 - `0` 7551 - :good:`100%` 7552 * - mlir/lib/Conversion/SCFToSPIRV 7553 - `2` 7554 - `2` 7555 - `0` 7556 - :good:`100%` 7557 * - mlir/lib/Conversion/ShapeToStandard 7558 - `2` 7559 - `2` 7560 - `0` 7561 - :good:`100%` 7562 * - mlir/lib/Conversion/SPIRVCommon 7563 - `1` 7564 - `1` 7565 - `0` 7566 - :good:`100%` 7567 * - mlir/lib/Conversion/SPIRVToLLVM 7568 - `3` 7569 - `3` 7570 - `0` 7571 - :good:`100%` 7572 * - mlir/lib/Conversion/StandardToLLVM 7573 - `1` 7574 - `1` 7575 - `0` 7576 - :good:`100%` 7577 * - mlir/lib/Conversion/TensorToSPIRV 7578 - `2` 7579 - `2` 7580 - `0` 7581 - :good:`100%` 7582 * - mlir/lib/Conversion/TosaToLinalg 7583 - `4` 7584 - `4` 7585 - `0` 7586 - :good:`100%` 7587 * - mlir/lib/Conversion/TosaToSCF 7588 - `2` 7589 - `2` 7590 - `0` 7591 - :good:`100%` 7592 * - mlir/lib/Conversion/TosaToStandard 7593 - `2` 7594 - `2` 7595 - `0` 7596 - :good:`100%` 7597 * - mlir/lib/Conversion/VectorToGPU 7598 - `1` 7599 - `0` 7600 - `1` 7601 - :none:`0%` 7602 * - mlir/lib/Conversion/VectorToLLVM 7603 - `2` 7604 - `2` 7605 - `0` 7606 - :good:`100%` 7607 * - mlir/lib/Conversion/VectorToSCF 7608 - `1` 7609 - `1` 7610 - `0` 7611 - :good:`100%` 7612 * - mlir/lib/Conversion/VectorToSPIRV 7613 - `2` 7614 - `1` 7615 - `1` 7616 - :part:`50%` 7617 * - mlir/lib/Dialect 7618 - `1` 7619 - `1` 7620 - `0` 7621 - :good:`100%` 7622 * - mlir/lib/Dialect/Affine/Analysis 7623 - `5` 7624 - `5` 7625 - `0` 7626 - :good:`100%` 7627 * - mlir/lib/Dialect/Affine/IR 7628 - `3` 7629 - `2` 7630 - `1` 7631 - :part:`66%` 7632 * - mlir/lib/Dialect/Affine/Transforms 7633 - `14` 7634 - `14` 7635 - `0` 7636 - :good:`100%` 7637 * - mlir/lib/Dialect/Affine/Utils 7638 - `3` 7639 - `3` 7640 - `0` 7641 - :good:`100%` 7642 * - mlir/lib/Dialect/AMX/IR 7643 - `1` 7644 - `1` 7645 - `0` 7646 - :good:`100%` 7647 * - mlir/lib/Dialect/AMX/Transforms 7648 - `1` 7649 - `1` 7650 - `0` 7651 - :good:`100%` 7652 * - mlir/lib/Dialect/Arithmetic/IR 7653 - `2` 7654 - `1` 7655 - `1` 7656 - :part:`50%` 7657 * - mlir/lib/Dialect/Arithmetic/Transforms 7658 - `4` 7659 - `3` 7660 - `1` 7661 - :part:`75%` 7662 * - mlir/lib/Dialect/Arithmetic/Utils 7663 - `1` 7664 - `1` 7665 - `0` 7666 - :good:`100%` 7667 * - mlir/lib/Dialect/ArmNeon/IR 7668 - `1` 7669 - `1` 7670 - `0` 7671 - :good:`100%` 7672 * - mlir/lib/Dialect/ArmSVE/IR 7673 - `1` 7674 - `1` 7675 - `0` 7676 - :good:`100%` 7677 * - mlir/lib/Dialect/ArmSVE/Transforms 7678 - `1` 7679 - `1` 7680 - `0` 7681 - :good:`100%` 7682 * - mlir/lib/Dialect/Async/IR 7683 - `1` 7684 - `1` 7685 - `0` 7686 - :good:`100%` 7687 * - mlir/lib/Dialect/Async/Transforms 7688 - `6` 7689 - `6` 7690 - `0` 7691 - :good:`100%` 7692 * - mlir/lib/Dialect/Bufferization/IR 7693 - `4` 7694 - `4` 7695 - `0` 7696 - :good:`100%` 7697 * - mlir/lib/Dialect/Bufferization/Transforms 7698 - `7` 7699 - `7` 7700 - `0` 7701 - :good:`100%` 7702 * - mlir/lib/Dialect/Complex/IR 7703 - `2` 7704 - `2` 7705 - `0` 7706 - :good:`100%` 7707 * - mlir/lib/Dialect/ControlFlow/IR 7708 - `1` 7709 - `1` 7710 - `0` 7711 - :good:`100%` 7712 * - mlir/lib/Dialect/DLTI 7713 - `2` 7714 - `2` 7715 - `0` 7716 - :good:`100%` 7717 * - mlir/lib/Dialect/EmitC/IR 7718 - `1` 7719 - `1` 7720 - `0` 7721 - :good:`100%` 7722 * - mlir/lib/Dialect/Func/IR 7723 - `1` 7724 - `1` 7725 - `0` 7726 - :good:`100%` 7727 * - mlir/lib/Dialect/Func/Transforms 7728 - `4` 7729 - `4` 7730 - `0` 7731 - :good:`100%` 7732 * - mlir/lib/Dialect/GPU/IR 7733 - `1` 7734 - `1` 7735 - `0` 7736 - :good:`100%` 7737 * - mlir/lib/Dialect/GPU/Transforms 7738 - `9` 7739 - `7` 7740 - `2` 7741 - :part:`77%` 7742 * - mlir/lib/Dialect/Linalg/Analysis 7743 - `1` 7744 - `1` 7745 - `0` 7746 - :good:`100%` 7747 * - mlir/lib/Dialect/Linalg/ComprehensiveBufferize 7748 - `2` 7749 - `2` 7750 - `0` 7751 - :good:`100%` 7752 * - mlir/lib/Dialect/Linalg/IR 7753 - `3` 7754 - `3` 7755 - `0` 7756 - :good:`100%` 7757 * - mlir/lib/Dialect/Linalg/Transforms 7758 - `25` 7759 - `25` 7760 - `0` 7761 - :good:`100%` 7762 * - mlir/lib/Dialect/Linalg/Utils 7763 - `1` 7764 - `1` 7765 - `0` 7766 - :good:`100%` 7767 * - mlir/lib/Dialect/LLVMIR/IR 7768 - `7` 7769 - `5` 7770 - `2` 7771 - :part:`71%` 7772 * - mlir/lib/Dialect/LLVMIR/Transforms 7773 - `2` 7774 - `2` 7775 - `0` 7776 - :good:`100%` 7777 * - mlir/lib/Dialect/Math/IR 7778 - `2` 7779 - `2` 7780 - `0` 7781 - :good:`100%` 7782 * - mlir/lib/Dialect/Math/Transforms 7783 - `3` 7784 - `3` 7785 - `0` 7786 - :good:`100%` 7787 * - mlir/lib/Dialect/MemRef/IR 7788 - `2` 7789 - `2` 7790 - `0` 7791 - :good:`100%` 7792 * - mlir/lib/Dialect/MemRef/Transforms 7793 - `7` 7794 - `6` 7795 - `1` 7796 - :part:`85%` 7797 * - mlir/lib/Dialect/MemRef/Utils 7798 - `1` 7799 - `1` 7800 - `0` 7801 - :good:`100%` 7802 * - mlir/lib/Dialect/OpenACC/IR 7803 - `1` 7804 - `1` 7805 - `0` 7806 - :good:`100%` 7807 * - mlir/lib/Dialect/OpenMP/IR 7808 - `1` 7809 - `1` 7810 - `0` 7811 - :good:`100%` 7812 * - mlir/lib/Dialect/PDL/IR 7813 - `2` 7814 - `2` 7815 - `0` 7816 - :good:`100%` 7817 * - mlir/lib/Dialect/PDLInterp/IR 7818 - `1` 7819 - `1` 7820 - `0` 7821 - :good:`100%` 7822 * - mlir/lib/Dialect/Quant/IR 7823 - `4` 7824 - `4` 7825 - `0` 7826 - :good:`100%` 7827 * - mlir/lib/Dialect/Quant/Transforms 7828 - `3` 7829 - `3` 7830 - `0` 7831 - :good:`100%` 7832 * - mlir/lib/Dialect/Quant/Utils 7833 - `3` 7834 - `3` 7835 - `0` 7836 - :good:`100%` 7837 * - mlir/lib/Dialect/SCF 7838 - `1` 7839 - `1` 7840 - `0` 7841 - :good:`100%` 7842 * - mlir/lib/Dialect/SCF/Transforms 7843 - `12` 7844 - `11` 7845 - `1` 7846 - :part:`91%` 7847 * - mlir/lib/Dialect/SCF/Utils 7848 - `2` 7849 - `2` 7850 - `0` 7851 - :good:`100%` 7852 * - mlir/lib/Dialect/Shape/IR 7853 - `1` 7854 - `1` 7855 - `0` 7856 - :good:`100%` 7857 * - mlir/lib/Dialect/Shape/Transforms 7858 - `5` 7859 - `5` 7860 - `0` 7861 - :good:`100%` 7862 * - mlir/lib/Dialect/SparseTensor/IR 7863 - `1` 7864 - `1` 7865 - `0` 7866 - :good:`100%` 7867 * - mlir/lib/Dialect/SparseTensor/Pipelines 7868 - `1` 7869 - `1` 7870 - `0` 7871 - :good:`100%` 7872 * - mlir/lib/Dialect/SparseTensor/Transforms 7873 - `5` 7874 - `4` 7875 - `1` 7876 - :part:`80%` 7877 * - mlir/lib/Dialect/SparseTensor/Utils 7878 - `1` 7879 - `1` 7880 - `0` 7881 - :good:`100%` 7882 * - mlir/lib/Dialect/SPIRV/IR 7883 - `8` 7884 - `6` 7885 - `2` 7886 - :part:`75%` 7887 * - mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner 7888 - `1` 7889 - `1` 7890 - `0` 7891 - :good:`100%` 7892 * - mlir/lib/Dialect/SPIRV/Transforms 7893 - `7` 7894 - `6` 7895 - `1` 7896 - :part:`85%` 7897 * - mlir/lib/Dialect/SPIRV/Utils 7898 - `1` 7899 - `1` 7900 - `0` 7901 - :good:`100%` 7902 * - mlir/lib/Dialect/Tensor/IR 7903 - `4` 7904 - `4` 7905 - `0` 7906 - :good:`100%` 7907 * - mlir/lib/Dialect/Tensor/Transforms 7908 - `4` 7909 - `4` 7910 - `0` 7911 - :good:`100%` 7912 * - mlir/lib/Dialect/Tensor/Utils 7913 - `1` 7914 - `1` 7915 - `0` 7916 - :good:`100%` 7917 * - mlir/lib/Dialect/Tosa/IR 7918 - `1` 7919 - `1` 7920 - `0` 7921 - :good:`100%` 7922 * - mlir/lib/Dialect/Tosa/Transforms 7923 - `6` 7924 - `6` 7925 - `0` 7926 - :good:`100%` 7927 * - mlir/lib/Dialect/Tosa/Utils 7928 - `2` 7929 - `2` 7930 - `0` 7931 - :good:`100%` 7932 * - mlir/lib/Dialect/Utils 7933 - `4` 7934 - `4` 7935 - `0` 7936 - :good:`100%` 7937 * - mlir/lib/Dialect/Vector/IR 7938 - `1` 7939 - `0` 7940 - `1` 7941 - :none:`0%` 7942 * - mlir/lib/Dialect/Vector/Transforms 7943 - `11` 7944 - `11` 7945 - `0` 7946 - :good:`100%` 7947 * - mlir/lib/Dialect/Vector/Utils 7948 - `1` 7949 - `1` 7950 - `0` 7951 - :good:`100%` 7952 * - mlir/lib/Dialect/X86Vector/IR 7953 - `1` 7954 - `1` 7955 - `0` 7956 - :good:`100%` 7957 * - mlir/lib/Dialect/X86Vector/Transforms 7958 - `2` 7959 - `2` 7960 - `0` 7961 - :good:`100%` 7962 * - mlir/lib/ExecutionEngine 7963 - `9` 7964 - `9` 7965 - `0` 7966 - :good:`100%` 7967 * - mlir/lib/Interfaces 7968 - `12` 7969 - `12` 7970 - `0` 7971 - :good:`100%` 7972 * - mlir/lib/IR 7973 - `38` 7974 - `31` 7975 - `7` 7976 - :part:`81%` 7977 * - mlir/lib/Parser 7978 - `14` 7979 - `10` 7980 - `4` 7981 - :part:`71%` 7982 * - mlir/lib/Pass 7983 - `8` 7984 - `6` 7985 - `2` 7986 - :part:`75%` 7987 * - mlir/lib/Reducer 7988 - `4` 7989 - `4` 7990 - `0` 7991 - :good:`100%` 7992 * - mlir/lib/Rewrite 7993 - `4` 7994 - `3` 7995 - `1` 7996 - :part:`75%` 7997 * - mlir/lib/Support 7998 - `8` 7999 - `8` 8000 - `0` 8001 - :good:`100%` 8002 * - mlir/lib/TableGen 8003 - `18` 8004 - `18` 8005 - `0` 8006 - :good:`100%` 8007 * - mlir/lib/Target/Cpp 8008 - `2` 8009 - `2` 8010 - `0` 8011 - :good:`100%` 8012 * - mlir/lib/Target/LLVMIR 8013 - `7` 8014 - `6` 8015 - `1` 8016 - :part:`85%` 8017 * - mlir/lib/Target/LLVMIR/Dialect/AMX 8018 - `1` 8019 - `1` 8020 - `0` 8021 - :good:`100%` 8022 * - mlir/lib/Target/LLVMIR/Dialect/ArmNeon 8023 - `1` 8024 - `1` 8025 - `0` 8026 - :good:`100%` 8027 * - mlir/lib/Target/LLVMIR/Dialect/ArmSVE 8028 - `1` 8029 - `1` 8030 - `0` 8031 - :good:`100%` 8032 * - mlir/lib/Target/LLVMIR/Dialect/LLVMIR 8033 - `1` 8034 - `1` 8035 - `0` 8036 - :good:`100%` 8037 * - mlir/lib/Target/LLVMIR/Dialect/NVVM 8038 - `1` 8039 - `1` 8040 - `0` 8041 - :good:`100%` 8042 * - mlir/lib/Target/LLVMIR/Dialect/OpenACC 8043 - `1` 8044 - `0` 8045 - `1` 8046 - :none:`0%` 8047 * - mlir/lib/Target/LLVMIR/Dialect/OpenMP 8048 - `1` 8049 - `1` 8050 - `0` 8051 - :good:`100%` 8052 * - mlir/lib/Target/LLVMIR/Dialect/ROCDL 8053 - `1` 8054 - `1` 8055 - `0` 8056 - :good:`100%` 8057 * - mlir/lib/Target/LLVMIR/Dialect/X86Vector 8058 - `1` 8059 - `1` 8060 - `0` 8061 - :good:`100%` 8062 * - mlir/lib/Target/SPIRV 8063 - `2` 8064 - `2` 8065 - `0` 8066 - :good:`100%` 8067 * - mlir/lib/Target/SPIRV/Deserialization 8068 - `4` 8069 - `3` 8070 - `1` 8071 - :part:`75%` 8072 * - mlir/lib/Target/SPIRV/Serialization 8073 - `4` 8074 - `3` 8075 - `1` 8076 - :part:`75%` 8077 * - mlir/lib/Tools/mlir-lsp-server 8078 - `5` 8079 - `4` 8080 - `1` 8081 - :part:`80%` 8082 * - mlir/lib/Tools/mlir-lsp-server/lsp 8083 - `6` 8084 - `4` 8085 - `2` 8086 - :part:`66%` 8087 * - mlir/lib/Tools/mlir-reduce 8088 - `1` 8089 - `1` 8090 - `0` 8091 - :good:`100%` 8092 * - mlir/lib/Tools/PDLL/AST 8093 - `6` 8094 - `5` 8095 - `1` 8096 - :part:`83%` 8097 * - mlir/lib/Tools/PDLL/CodeGen 8098 - `2` 8099 - `1` 8100 - `1` 8101 - :part:`50%` 8102 * - mlir/lib/Tools/PDLL/ODS 8103 - `3` 8104 - `3` 8105 - `0` 8106 - :good:`100%` 8107 * - mlir/lib/Tools/PDLL/Parser 8108 - `3` 8109 - `1` 8110 - `2` 8111 - :part:`33%` 8112 * - mlir/lib/Transforms 8113 - `13` 8114 - `11` 8115 - `2` 8116 - :part:`84%` 8117 * - mlir/lib/Transforms/Utils 8118 - `6` 8119 - `6` 8120 - `0` 8121 - :good:`100%` 8122 * - mlir/lib/Translation 8123 - `1` 8124 - `1` 8125 - `0` 8126 - :good:`100%` 8127 * - mlir/tools/mlir-cpu-runner 8128 - `1` 8129 - `1` 8130 - `0` 8131 - :good:`100%` 8132 * - mlir/tools/mlir-linalg-ods-gen 8133 - `1` 8134 - `1` 8135 - `0` 8136 - :good:`100%` 8137 * - mlir/tools/mlir-lsp-server 8138 - `1` 8139 - `1` 8140 - `0` 8141 - :good:`100%` 8142 * - mlir/tools/mlir-opt 8143 - `1` 8144 - `1` 8145 - `0` 8146 - :good:`100%` 8147 * - mlir/tools/mlir-pdll 8148 - `1` 8149 - `1` 8150 - `0` 8151 - :good:`100%` 8152 * - mlir/tools/mlir-reduce 8153 - `1` 8154 - `1` 8155 - `0` 8156 - :good:`100%` 8157 * - mlir/tools/mlir-shlib 8158 - `1` 8159 - `1` 8160 - `0` 8161 - :good:`100%` 8162 * - mlir/tools/mlir-spirv-cpu-runner 8163 - `1` 8164 - `1` 8165 - `0` 8166 - :good:`100%` 8167 * - mlir/tools/mlir-tblgen 8168 - `29` 8169 - `28` 8170 - `1` 8171 - :part:`96%` 8172 * - mlir/tools/mlir-translate 8173 - `1` 8174 - `1` 8175 - `0` 8176 - :good:`100%` 8177 * - mlir/tools/mlir-vulkan-runner 8178 - `4` 8179 - `4` 8180 - `0` 8181 - :good:`100%` 8182 * - mlir/unittests/Analysis/Presburger 8183 - `8` 8184 - `8` 8185 - `0` 8186 - :good:`100%` 8187 * - mlir/unittests/Conversion/PDLToPDLInterp 8188 - `1` 8189 - `1` 8190 - `0` 8191 - :good:`100%` 8192 * - mlir/unittests/Dialect 8193 - `1` 8194 - `1` 8195 - `0` 8196 - :good:`100%` 8197 * - mlir/unittests/Dialect/Affine/Analysis 8198 - `3` 8199 - `3` 8200 - `0` 8201 - :good:`100%` 8202 * - mlir/unittests/Dialect/Quant 8203 - `1` 8204 - `1` 8205 - `0` 8206 - :good:`100%` 8207 * - mlir/unittests/Dialect/SparseTensor 8208 - `1` 8209 - `1` 8210 - `0` 8211 - :good:`100%` 8212 * - mlir/unittests/Dialect/SPIRV 8213 - `2` 8214 - `2` 8215 - `0` 8216 - :good:`100%` 8217 * - mlir/unittests/Dialect/Utils 8218 - `1` 8219 - `1` 8220 - `0` 8221 - :good:`100%` 8222 * - mlir/unittests/ExecutionEngine 8223 - `1` 8224 - `1` 8225 - `0` 8226 - :good:`100%` 8227 * - mlir/unittests/Interfaces 8228 - `3` 8229 - `3` 8230 - `0` 8231 - :good:`100%` 8232 * - mlir/unittests/IR 8233 - `7` 8234 - `7` 8235 - `0` 8236 - :good:`100%` 8237 * - mlir/unittests/Pass 8238 - `3` 8239 - `3` 8240 - `0` 8241 - :good:`100%` 8242 * - mlir/unittests/Rewrite 8243 - `1` 8244 - `1` 8245 - `0` 8246 - :good:`100%` 8247 * - mlir/unittests/Support 8248 - `5` 8249 - `4` 8250 - `1` 8251 - :part:`80%` 8252 * - mlir/unittests/TableGen 8253 - `5` 8254 - `3` 8255 - `2` 8256 - :part:`60%` 8257 * - mlir/unittests/Transforms 8258 - `2` 8259 - `2` 8260 - `0` 8261 - :good:`100%` 8262 * - openmp/libompd/src 8263 - `9` 8264 - `9` 8265 - `0` 8266 - :good:`100%` 8267 * - openmp/libomptarget/DeviceRTL/include 8268 - `8` 8269 - `8` 8270 - `0` 8271 - :good:`100%` 8272 * - openmp/libomptarget/DeviceRTL/src 8273 - `12` 8274 - `9` 8275 - `3` 8276 - :part:`75%` 8277 * - openmp/libomptarget/include 8278 - `9` 8279 - `8` 8280 - `1` 8281 - :part:`88%` 8282 * - openmp/libomptarget/plugins/amdgpu/dynamic_hsa 8283 - `3` 8284 - `2` 8285 - `1` 8286 - :part:`66%` 8287 * - openmp/libomptarget/plugins/amdgpu/impl 8288 - `13` 8289 - `10` 8290 - `3` 8291 - :part:`76%` 8292 * - openmp/libomptarget/plugins/amdgpu/src 8293 - `2` 8294 - `1` 8295 - `1` 8296 - :part:`50%` 8297 * - openmp/libomptarget/plugins/common/elf_common 8298 - `2` 8299 - `2` 8300 - `0` 8301 - :good:`100%` 8302 * - openmp/libomptarget/plugins/common/MemoryManager 8303 - `1` 8304 - `1` 8305 - `0` 8306 - :good:`100%` 8307 * - openmp/libomptarget/plugins/cuda/dynamic_cuda 8308 - `2` 8309 - `2` 8310 - `0` 8311 - :good:`100%` 8312 * - openmp/libomptarget/plugins/cuda/src 8313 - `1` 8314 - `0` 8315 - `1` 8316 - :none:`0%` 8317 * - openmp/libomptarget/plugins/generic-elf-64bit/src 8318 - `1` 8319 - `1` 8320 - `0` 8321 - :good:`100%` 8322 * - openmp/libomptarget/plugins/remote/include 8323 - `1` 8324 - `1` 8325 - `0` 8326 - :good:`100%` 8327 * - openmp/libomptarget/plugins/remote/lib 8328 - `1` 8329 - `0` 8330 - `1` 8331 - :none:`0%` 8332 * - openmp/libomptarget/plugins/remote/server 8333 - `3` 8334 - `3` 8335 - `0` 8336 - :good:`100%` 8337 * - openmp/libomptarget/plugins/remote/src 8338 - `3` 8339 - `2` 8340 - `1` 8341 - :part:`66%` 8342 * - openmp/libomptarget/plugins/ve/src 8343 - `1` 8344 - `1` 8345 - `0` 8346 - :good:`100%` 8347 * - openmp/libomptarget/src 8348 - `7` 8349 - `6` 8350 - `1` 8351 - :part:`85%` 8352 * - openmp/libomptarget/tools/deviceinfo 8353 - `1` 8354 - `1` 8355 - `0` 8356 - :good:`100%` 8357 * - openmp/runtime/doc/doxygen 8358 - `1` 8359 - `1` 8360 - `0` 8361 - :good:`100%` 8362 * - openmp/runtime/src 8363 - `75` 8364 - `65` 8365 - `10` 8366 - :part:`86%` 8367 * - openmp/runtime/src/thirdparty/ittnotify 8368 - `6` 8369 - `5` 8370 - `1` 8371 - :part:`83%` 8372 * - openmp/runtime/src/thirdparty/ittnotify/legacy 8373 - `1` 8374 - `1` 8375 - `0` 8376 - :good:`100%` 8377 * - openmp/tools/archer 8378 - `1` 8379 - `1` 8380 - `0` 8381 - :good:`100%` 8382 * - openmp/tools/archer/tests/ompt 8383 - `1` 8384 - `1` 8385 - `0` 8386 - :good:`100%` 8387 * - openmp/tools/multiplex 8388 - `1` 8389 - `1` 8390 - `0` 8391 - :good:`100%` 8392 * - openmp/tools/multiplex/tests 8393 - `1` 8394 - `1` 8395 - `0` 8396 - :good:`100%` 8397 * - openmp/tools/multiplex/tests/custom_data_storage 8398 - `2` 8399 - `1` 8400 - `1` 8401 - :part:`50%` 8402 * - openmp/tools/multiplex/tests/print 8403 - `2` 8404 - `2` 8405 - `0` 8406 - :good:`100%` 8407 * - polly/include/polly 8408 - `25` 8409 - `25` 8410 - `0` 8411 - :good:`100%` 8412 * - polly/include/polly/CodeGen 8413 - `14` 8414 - `14` 8415 - `0` 8416 - :good:`100%` 8417 * - polly/include/polly/Support 8418 - `12` 8419 - `12` 8420 - `0` 8421 - :good:`100%` 8422 * - polly/lib/Analysis 8423 - `9` 8424 - `9` 8425 - `0` 8426 - :good:`100%` 8427 * - polly/lib/CodeGen 8428 - `15` 8429 - `15` 8430 - `0` 8431 - :good:`100%` 8432 * - polly/lib/Exchange 8433 - `1` 8434 - `1` 8435 - `0` 8436 - :good:`100%` 8437 * - polly/lib/External/isl 8438 - `68` 8439 - `1` 8440 - `67` 8441 - :part:`1%` 8442 * - polly/lib/External/isl/imath 8443 - `6` 8444 - `1` 8445 - `5` 8446 - :part:`16%` 8447 * - polly/lib/External/isl/imath_wrap 8448 - `4` 8449 - `0` 8450 - `4` 8451 - :none:`0%` 8452 * - polly/lib/External/isl/include/isl 8453 - `59` 8454 - `9` 8455 - `50` 8456 - :part:`15%` 8457 * - polly/lib/External/isl/interface 8458 - `8` 8459 - `1` 8460 - `7` 8461 - :part:`12%` 8462 * - polly/lib/External/pet/include 8463 - `1` 8464 - `0` 8465 - `1` 8466 - :none:`0%` 8467 * - polly/lib/External/ppcg 8468 - `17` 8469 - `0` 8470 - `17` 8471 - :none:`0%` 8472 * - polly/lib/Plugin 8473 - `1` 8474 - `1` 8475 - `0` 8476 - :good:`100%` 8477 * - polly/lib/Support 8478 - `11` 8479 - `11` 8480 - `0` 8481 - :good:`100%` 8482 * - polly/lib/Transform 8483 - `15` 8484 - `15` 8485 - `0` 8486 - :good:`100%` 8487 * - polly/tools/GPURuntime 8488 - `1` 8489 - `1` 8490 - `0` 8491 - :good:`100%` 8492 * - polly/unittests/DeLICM 8493 - `1` 8494 - `1` 8495 - `0` 8496 - :good:`100%` 8497 * - polly/unittests/Flatten 8498 - `1` 8499 - `1` 8500 - `0` 8501 - :good:`100%` 8502 * - polly/unittests/Isl 8503 - `1` 8504 - `1` 8505 - `0` 8506 - :good:`100%` 8507 * - polly/unittests/ScheduleOptimizer 8508 - `1` 8509 - `1` 8510 - `0` 8511 - :good:`100%` 8512 * - polly/unittests/ScopPassManager 8513 - `1` 8514 - `1` 8515 - `0` 8516 - :good:`100%` 8517 * - polly/unittests/Support 8518 - `1` 8519 - `1` 8520 - `0` 8521 - :good:`100%` 8522 * - pstl/include/pstl/internal 8523 - `23` 8524 - `16` 8525 - `7` 8526 - :part:`69%` 8527 * - pstl/include/pstl/internal/omp 8528 - `11` 8529 - `8` 8530 - `3` 8531 - :part:`72%` 8532 * - third-party/benchmark/cmake 8533 - `5` 8534 - `1` 8535 - `4` 8536 - :part:`20%` 8537 * - third-party/benchmark/include/benchmark 8538 - `1` 8539 - `0` 8540 - `1` 8541 - :none:`0%` 8542 * - third-party/benchmark/src 8543 - `21` 8544 - `21` 8545 - `0` 8546 - :good:`100%` 8547 * - utils/bazel/llvm-project-overlay/clang/include/clang/Config 8548 - `1` 8549 - `1` 8550 - `0` 8551 - :good:`100%` 8552 * - utils/bazel/llvm-project-overlay/llvm/include/llvm/Config 8553 - `2` 8554 - `1` 8555 - `1` 8556 - :part:`50%` 8557 * - Total 8558 - :total:`16432` 8559 - :total:`8857` 8560 - :total:`7575` 8561 - :total:`53%` 8562