1.. raw:: html 2 3 <style type="text/css"> 4 .none { background-color: #FFCC99 } 5 .part { background-color: #FFFF99 } 6 .good { background-color: #2CCCFF } 7 .total { font-weight: bold; } 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: June 27, 2020 11:36:24 (`eb50838ba08 <https://github.com/llvm/llvm-project/commit/eb50838ba08>`_). 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 * - clang/bindings/python/tests/cindex/INPUTS 33 - `5` 34 - `3` 35 - `2` 36 - :part:`60%` 37 * - clang/docs/analyzer/checkers 38 - `2` 39 - `0` 40 - `2` 41 - :none:`0%` 42 * - clang/examples/AnnotateFunctions 43 - `1` 44 - `0` 45 - `1` 46 - :none:`0%` 47 * - clang/examples/Attribute 48 - `1` 49 - `0` 50 - `1` 51 - :none:`0%` 52 * - clang/examples/clang-interpreter 53 - `1` 54 - `0` 55 - `1` 56 - :none:`0%` 57 * - clang/examples/PrintFunctionNames 58 - `1` 59 - `0` 60 - `1` 61 - :none:`0%` 62 * - clang/include/clang/Analysis 63 - `14` 64 - `3` 65 - `11` 66 - :part:`21%` 67 * - clang/include/clang/Analysis/Analyses 68 - `14` 69 - `2` 70 - `12` 71 - :part:`14%` 72 * - clang/include/clang/Analysis/DomainSpecific 73 - `2` 74 - `0` 75 - `2` 76 - :none:`0%` 77 * - clang/include/clang/Analysis/FlowSensitive 78 - `2` 79 - `1` 80 - `1` 81 - :part:`50%` 82 * - clang/include/clang/Analysis/Support 83 - `1` 84 - `0` 85 - `1` 86 - :none:`0%` 87 * - clang/include/clang/ARCMigrate 88 - `3` 89 - `0` 90 - `3` 91 - :none:`0%` 92 * - clang/include/clang/AST 93 - `113` 94 - `20` 95 - `93` 96 - :part:`17%` 97 * - clang/include/clang/ASTMatchers 98 - `5` 99 - `1` 100 - `4` 101 - :part:`20%` 102 * - clang/include/clang/ASTMatchers/Dynamic 103 - `4` 104 - `1` 105 - `3` 106 - :part:`25%` 107 * - clang/include/clang/Basic 108 - `76` 109 - `26` 110 - `50` 111 - :part:`34%` 112 * - clang/include/clang/CodeGen 113 - `9` 114 - `0` 115 - `9` 116 - :none:`0%` 117 * - clang/include/clang/CrossTU 118 - `2` 119 - `1` 120 - `1` 121 - :part:`50%` 122 * - clang/include/clang/DirectoryWatcher 123 - `1` 124 - `1` 125 - `0` 126 - :good:`100%` 127 * - clang/include/clang/Driver 128 - `17` 129 - `4` 130 - `13` 131 - :part:`23%` 132 * - clang/include/clang/Edit 133 - `5` 134 - `1` 135 - `4` 136 - :part:`20%` 137 * - clang/include/clang/Format 138 - `1` 139 - `1` 140 - `0` 141 - :good:`100%` 142 * - clang/include/clang/Frontend 143 - `28` 144 - `7` 145 - `21` 146 - :part:`25%` 147 * - clang/include/clang/FrontendTool 148 - `1` 149 - `0` 150 - `1` 151 - :none:`0%` 152 * - clang/include/clang/Index 153 - `7` 154 - `2` 155 - `5` 156 - :part:`28%` 157 * - clang/include/clang/Lex 158 - `29` 159 - `4` 160 - `25` 161 - :part:`13%` 162 * - clang/include/clang/Parse 163 - `5` 164 - `2` 165 - `3` 166 - :part:`40%` 167 * - clang/include/clang/Rewrite/Core 168 - `6` 169 - `0` 170 - `6` 171 - :none:`0%` 172 * - clang/include/clang/Rewrite/Frontend 173 - `4` 174 - `0` 175 - `4` 176 - :none:`0%` 177 * - clang/include/clang/Sema 178 - `32` 179 - `3` 180 - `29` 181 - :part:`9%` 182 * - clang/include/clang/Serialization 183 - `14` 184 - `2` 185 - `12` 186 - :part:`14%` 187 * - clang/include/clang/StaticAnalyzer/Checkers 188 - `4` 189 - `1` 190 - `3` 191 - :part:`25%` 192 * - clang/include/clang/StaticAnalyzer/Core 193 - `5` 194 - `1` 195 - `4` 196 - :part:`20%` 197 * - clang/include/clang/StaticAnalyzer/Core/BugReporter 198 - `4` 199 - `1` 200 - `3` 201 - :part:`25%` 202 * - clang/include/clang/StaticAnalyzer/Core/PathSensitive 203 - `36` 204 - `9` 205 - `27` 206 - :part:`25%` 207 * - clang/include/clang/StaticAnalyzer/Frontend 208 - `5` 209 - `3` 210 - `2` 211 - :part:`60%` 212 * - clang/include/clang/Testing 213 - `1` 214 - `1` 215 - `0` 216 - :good:`100%` 217 * - clang/include/clang/Tooling 218 - `16` 219 - `9` 220 - `7` 221 - :part:`56%` 222 * - clang/include/clang/Tooling/ASTDiff 223 - `2` 224 - `2` 225 - `0` 226 - :good:`100%` 227 * - clang/include/clang/Tooling/Core 228 - `3` 229 - `1` 230 - `2` 231 - :part:`33%` 232 * - clang/include/clang/Tooling/DependencyScanning 233 - `5` 234 - `4` 235 - `1` 236 - :part:`80%` 237 * - clang/include/clang/Tooling/Inclusions 238 - `2` 239 - `0` 240 - `2` 241 - :none:`0%` 242 * - clang/include/clang/Tooling/Refactoring 243 - `14` 244 - `12` 245 - `2` 246 - :part:`85%` 247 * - clang/include/clang/Tooling/Refactoring/Extract 248 - `2` 249 - `1` 250 - `1` 251 - :part:`50%` 252 * - clang/include/clang/Tooling/Refactoring/Rename 253 - `6` 254 - `5` 255 - `1` 256 - :part:`83%` 257 * - clang/include/clang/Tooling/Syntax 258 - `5` 259 - `5` 260 - `0` 261 - :good:`100%` 262 * - clang/include/clang/Tooling/Transformer 263 - `8` 264 - `7` 265 - `1` 266 - :part:`87%` 267 * - clang/include/clang-c 268 - `9` 269 - `3` 270 - `6` 271 - :part:`33%` 272 * - clang/INPUTS 273 - `2` 274 - `0` 275 - `2` 276 - :none:`0%` 277 * - clang/lib/Analysis 278 - `25` 279 - `2` 280 - `23` 281 - :part:`8%` 282 * - clang/lib/Analysis/plugins/CheckerDependencyHandling 283 - `1` 284 - `1` 285 - `0` 286 - :good:`100%` 287 * - clang/lib/Analysis/plugins/CheckerOptionHandling 288 - `1` 289 - `0` 290 - `1` 291 - :none:`0%` 292 * - clang/lib/Analysis/plugins/SampleAnalyzer 293 - `1` 294 - `1` 295 - `0` 296 - :good:`100%` 297 * - clang/lib/ARCMigrate 298 - `22` 299 - `0` 300 - `22` 301 - :none:`0%` 302 * - clang/lib/AST 303 - `80` 304 - `2` 305 - `78` 306 - :part:`2%` 307 * - clang/lib/AST/Interp 308 - `44` 309 - `19` 310 - `25` 311 - :part:`43%` 312 * - clang/lib/ASTMatchers 313 - `3` 314 - `0` 315 - `3` 316 - :none:`0%` 317 * - clang/lib/ASTMatchers/Dynamic 318 - `6` 319 - `1` 320 - `5` 321 - :part:`16%` 322 * - clang/lib/Basic 323 - `34` 324 - `8` 325 - `26` 326 - :part:`23%` 327 * - clang/lib/Basic/Targets 328 - `48` 329 - `23` 330 - `25` 331 - :part:`47%` 332 * - clang/lib/CodeGen 333 - `87` 334 - `8` 335 - `79` 336 - :part:`9%` 337 * - clang/lib/CrossTU 338 - `1` 339 - `0` 340 - `1` 341 - :none:`0%` 342 * - clang/lib/DirectoryWatcher 343 - `2` 344 - `2` 345 - `0` 346 - :good:`100%` 347 * - clang/lib/DirectoryWatcher/default 348 - `1` 349 - `0` 350 - `1` 351 - :none:`0%` 352 * - clang/lib/DirectoryWatcher/linux 353 - `1` 354 - `0` 355 - `1` 356 - :none:`0%` 357 * - clang/lib/DirectoryWatcher/mac 358 - `1` 359 - `0` 360 - `1` 361 - :none:`0%` 362 * - clang/lib/DirectoryWatcher/windows 363 - `1` 364 - `0` 365 - `1` 366 - :none:`0%` 367 * - clang/lib/Driver 368 - `16` 369 - `2` 370 - `14` 371 - :part:`12%` 372 * - clang/lib/Driver/ToolChains 373 - `83` 374 - `27` 375 - `56` 376 - :part:`32%` 377 * - clang/lib/Driver/ToolChains/Arch 378 - `18` 379 - `4` 380 - `14` 381 - :part:`22%` 382 * - clang/lib/Edit 383 - `3` 384 - `0` 385 - `3` 386 - :none:`0%` 387 * - clang/lib/Format 388 - `29` 389 - `29` 390 - `0` 391 - :good:`100%` 392 * - clang/lib/Format/old 393 - `2` 394 - `1` 395 - `1` 396 - :part:`50%` 397 * - clang/lib/Frontend 398 - `33` 399 - `4` 400 - `29` 401 - :part:`12%` 402 * - clang/lib/Frontend/Rewrite 403 - `8` 404 - `0` 405 - `8` 406 - :none:`0%` 407 * - clang/lib/FrontendTool 408 - `1` 409 - `0` 410 - `1` 411 - :none:`0%` 412 * - clang/lib/Headers 413 - `129` 414 - `12` 415 - `117` 416 - :part:`9%` 417 * - clang/lib/Headers/openmp_wrappers 418 - `3` 419 - `3` 420 - `0` 421 - :good:`100%` 422 * - clang/lib/Headers/ppc_wrappers 423 - `7` 424 - `2` 425 - `5` 426 - :part:`28%` 427 * - clang/lib/Index 428 - `12` 429 - `2` 430 - `10` 431 - :part:`16%` 432 * - clang/lib/Lex 433 - `23` 434 - `1` 435 - `22` 436 - :part:`4%` 437 * - clang/lib/Parse 438 - `15` 439 - `0` 440 - `15` 441 - :none:`0%` 442 * - clang/lib/Rewrite 443 - `5` 444 - `0` 445 - `5` 446 - :none:`0%` 447 * - clang/lib/Sema 448 - `55` 449 - `4` 450 - `51` 451 - :part:`7%` 452 * - clang/lib/Serialization 453 - `17` 454 - `1` 455 - `16` 456 - :part:`5%` 457 * - clang/lib/StaticAnalyzer/Checkers 458 - `115` 459 - `13` 460 - `102` 461 - :part:`11%` 462 * - clang/lib/StaticAnalyzer/Checkers/cert 463 - `1` 464 - `1` 465 - `0` 466 - :good:`100%` 467 * - clang/lib/StaticAnalyzer/Checkers/MPI-Checker 468 - `6` 469 - `0` 470 - `6` 471 - :none:`0%` 472 * - clang/lib/StaticAnalyzer/Checkers/RetainCountChecker 473 - `4` 474 - `0` 475 - `4` 476 - :none:`0%` 477 * - clang/lib/StaticAnalyzer/Checkers/UninitializedObject 478 - `3` 479 - `1` 480 - `2` 481 - :part:`33%` 482 * - clang/lib/StaticAnalyzer/Checkers/WebKit 483 - `8` 484 - `6` 485 - `2` 486 - :part:`75%` 487 * - clang/lib/StaticAnalyzer/Core 488 - `46` 489 - `8` 490 - `38` 491 - :part:`17%` 492 * - clang/lib/StaticAnalyzer/Frontend 493 - `8` 494 - `3` 495 - `5` 496 - :part:`37%` 497 * - clang/lib/Testing 498 - `1` 499 - `1` 500 - `0` 501 - :good:`100%` 502 * - clang/lib/Tooling 503 - `15` 504 - `6` 505 - `9` 506 - :part:`40%` 507 * - clang/lib/Tooling/ASTDiff 508 - `1` 509 - `0` 510 - `1` 511 - :none:`0%` 512 * - clang/lib/Tooling/Core 513 - `3` 514 - `1` 515 - `2` 516 - :part:`33%` 517 * - clang/lib/Tooling/DependencyScanning 518 - `5` 519 - `2` 520 - `3` 521 - :part:`40%` 522 * - clang/lib/Tooling/Inclusions 523 - `2` 524 - `2` 525 - `0` 526 - :good:`100%` 527 * - clang/lib/Tooling/Refactoring 528 - `4` 529 - `2` 530 - `2` 531 - :part:`50%` 532 * - clang/lib/Tooling/Refactoring/Extract 533 - `2` 534 - `1` 535 - `1` 536 - :part:`50%` 537 * - clang/lib/Tooling/Refactoring/Rename 538 - `5` 539 - `2` 540 - `3` 541 - :part:`40%` 542 * - clang/lib/Tooling/Syntax 543 - `7` 544 - `6` 545 - `1` 546 - :part:`85%` 547 * - clang/lib/Tooling/Transformer 548 - `7` 549 - `4` 550 - `3` 551 - :part:`57%` 552 * - clang/tools/arcmt-test 553 - `1` 554 - `0` 555 - `1` 556 - :none:`0%` 557 * - clang/tools/c-index-test 558 - `1` 559 - `0` 560 - `1` 561 - :none:`0%` 562 * - clang/tools/clang-check 563 - `1` 564 - `0` 565 - `1` 566 - :none:`0%` 567 * - clang/tools/clang-diff 568 - `1` 569 - `0` 570 - `1` 571 - :none:`0%` 572 * - clang/tools/clang-extdef-mapping 573 - `1` 574 - `0` 575 - `1` 576 - :none:`0%` 577 * - clang/tools/clang-format 578 - `1` 579 - `1` 580 - `0` 581 - :good:`100%` 582 * - clang/tools/clang-format/fuzzer 583 - `1` 584 - `0` 585 - `1` 586 - :none:`0%` 587 * - clang/tools/clang-fuzzer 588 - `6` 589 - `4` 590 - `2` 591 - :part:`66%` 592 * - clang/tools/clang-fuzzer/fuzzer-initialize 593 - `2` 594 - `0` 595 - `2` 596 - :none:`0%` 597 * - clang/tools/clang-fuzzer/handle-cxx 598 - `2` 599 - `0` 600 - `2` 601 - :none:`0%` 602 * - clang/tools/clang-fuzzer/handle-llvm 603 - `3` 604 - `1` 605 - `2` 606 - :part:`33%` 607 * - clang/tools/clang-fuzzer/proto-to-cxx 608 - `5` 609 - `0` 610 - `5` 611 - :none:`0%` 612 * - clang/tools/clang-fuzzer/proto-to-llvm 613 - `3` 614 - `0` 615 - `3` 616 - :none:`0%` 617 * - clang/tools/clang-import-test 618 - `1` 619 - `1` 620 - `0` 621 - :good:`100%` 622 * - clang/tools/clang-offload-bundler 623 - `1` 624 - `0` 625 - `1` 626 - :none:`0%` 627 * - clang/tools/clang-offload-wrapper 628 - `1` 629 - `1` 630 - `0` 631 - :good:`100%` 632 * - clang/tools/clang-refactor 633 - `4` 634 - `4` 635 - `0` 636 - :good:`100%` 637 * - clang/tools/clang-rename 638 - `1` 639 - `1` 640 - `0` 641 - :good:`100%` 642 * - clang/tools/clang-scan-deps 643 - `1` 644 - `0` 645 - `1` 646 - :none:`0%` 647 * - clang/tools/clang-shlib 648 - `1` 649 - `1` 650 - `0` 651 - :good:`100%` 652 * - clang/tools/diagtool 653 - `9` 654 - `0` 655 - `9` 656 - :none:`0%` 657 * - clang/tools/driver 658 - `4` 659 - `1` 660 - `3` 661 - :part:`25%` 662 * - clang/tools/libclang 663 - `34` 664 - `6` 665 - `28` 666 - :part:`17%` 667 * - clang/tools/scan-build-py/tests/functional/src/include 668 - `1` 669 - `1` 670 - `0` 671 - :good:`100%` 672 * - clang/unittests/Analysis 673 - `5` 674 - `2` 675 - `3` 676 - :part:`40%` 677 * - clang/unittests/AST 678 - `27` 679 - `6` 680 - `21` 681 - :part:`22%` 682 * - clang/unittests/ASTMatchers 683 - `6` 684 - `0` 685 - `6` 686 - :none:`0%` 687 * - clang/unittests/ASTMatchers/Dynamic 688 - `3` 689 - `0` 690 - `3` 691 - :none:`0%` 692 * - clang/unittests/Basic 693 - `5` 694 - `1` 695 - `4` 696 - :part:`20%` 697 * - clang/unittests/CodeGen 698 - `5` 699 - `0` 700 - `5` 701 - :none:`0%` 702 * - clang/unittests/CrossTU 703 - `1` 704 - `1` 705 - `0` 706 - :good:`100%` 707 * - clang/unittests/DirectoryWatcher 708 - `1` 709 - `0` 710 - `1` 711 - :none:`0%` 712 * - clang/unittests/Driver 713 - `5` 714 - `1` 715 - `4` 716 - :part:`20%` 717 * - clang/unittests/Format 718 - `18` 719 - `17` 720 - `1` 721 - :part:`94%` 722 * - clang/unittests/Frontend 723 - `9` 724 - `5` 725 - `4` 726 - :part:`55%` 727 * - clang/unittests/Index 728 - `1` 729 - `1` 730 - `0` 731 - :good:`100%` 732 * - clang/unittests/Lex 733 - `6` 734 - `1` 735 - `5` 736 - :part:`16%` 737 * - clang/unittests/libclang 738 - `2` 739 - `0` 740 - `2` 741 - :none:`0%` 742 * - clang/unittests/libclang/CrashTests 743 - `1` 744 - `1` 745 - `0` 746 - :good:`100%` 747 * - clang/unittests/Rename 748 - `6` 749 - `0` 750 - `6` 751 - :none:`0%` 752 * - clang/unittests/Rewrite 753 - `2` 754 - `1` 755 - `1` 756 - :part:`50%` 757 * - clang/unittests/Sema 758 - `3` 759 - `2` 760 - `1` 761 - :part:`66%` 762 * - clang/unittests/Serialization 763 - `1` 764 - `1` 765 - `0` 766 - :good:`100%` 767 * - clang/unittests/StaticAnalyzer 768 - `11` 769 - `4` 770 - `7` 771 - :part:`36%` 772 * - clang/unittests/Tooling 773 - `29` 774 - `7` 775 - `22` 776 - :part:`24%` 777 * - clang/unittests/Tooling/RecursiveASTVisitorTests 778 - `23` 779 - `9` 780 - `14` 781 - :part:`39%` 782 * - clang/unittests/Tooling/Syntax 783 - `2` 784 - `2` 785 - `0` 786 - :good:`100%` 787 * - clang/utils/perf-training/cxx 788 - `1` 789 - `0` 790 - `1` 791 - :none:`0%` 792 * - clang/utils/TableGen 793 - `20` 794 - `2` 795 - `18` 796 - :part:`10%` 797 * - clang-tools-extra/clang-apply-replacements/include/clang-apply-replacements/Tooling 798 - `1` 799 - `1` 800 - `0` 801 - :good:`100%` 802 * - clang-tools-extra/clang-apply-replacements/lib/Tooling 803 - `1` 804 - `1` 805 - `0` 806 - :good:`100%` 807 * - clang-tools-extra/clang-apply-replacements/tool 808 - `1` 809 - `1` 810 - `0` 811 - :good:`100%` 812 * - clang-tools-extra/clang-change-namespace 813 - `2` 814 - `0` 815 - `2` 816 - :none:`0%` 817 * - clang-tools-extra/clang-change-namespace/tool 818 - `1` 819 - `0` 820 - `1` 821 - :none:`0%` 822 * - clang-tools-extra/clang-doc 823 - `17` 824 - `16` 825 - `1` 826 - :part:`94%` 827 * - clang-tools-extra/clang-doc/tool 828 - `1` 829 - `1` 830 - `0` 831 - :good:`100%` 832 * - clang-tools-extra/clang-include-fixer 833 - `13` 834 - `7` 835 - `6` 836 - :part:`53%` 837 * - clang-tools-extra/clang-include-fixer/find-all-symbols 838 - `17` 839 - `13` 840 - `4` 841 - :part:`76%` 842 * - clang-tools-extra/clang-include-fixer/find-all-symbols/tool 843 - `1` 844 - `0` 845 - `1` 846 - :none:`0%` 847 * - clang-tools-extra/clang-include-fixer/plugin 848 - `1` 849 - `1` 850 - `0` 851 - :good:`100%` 852 * - clang-tools-extra/clang-include-fixer/tool 853 - `1` 854 - `0` 855 - `1` 856 - :none:`0%` 857 * - clang-tools-extra/clang-move 858 - `4` 859 - `1` 860 - `3` 861 - :part:`25%` 862 * - clang-tools-extra/clang-move/tool 863 - `1` 864 - `1` 865 - `0` 866 - :good:`100%` 867 * - clang-tools-extra/clang-query 868 - `5` 869 - `3` 870 - `2` 871 - :part:`60%` 872 * - clang-tools-extra/clang-query/tool 873 - `1` 874 - `1` 875 - `0` 876 - :good:`100%` 877 * - clang-tools-extra/clang-reorder-fields 878 - `2` 879 - `1` 880 - `1` 881 - :part:`50%` 882 * - clang-tools-extra/clang-reorder-fields/tool 883 - `1` 884 - `0` 885 - `1` 886 - :none:`0%` 887 * - clang-tools-extra/clang-tidy 888 - `18` 889 - `10` 890 - `8` 891 - :part:`55%` 892 * - clang-tools-extra/clang-tidy/abseil 893 - `40` 894 - `28` 895 - `12` 896 - :part:`70%` 897 * - clang-tools-extra/clang-tidy/android 898 - `33` 899 - `23` 900 - `10` 901 - :part:`69%` 902 * - clang-tools-extra/clang-tidy/boost 903 - `3` 904 - `3` 905 - `0` 906 - :good:`100%` 907 * - clang-tools-extra/clang-tidy/bugprone 908 - `105` 909 - `85` 910 - `20` 911 - :part:`80%` 912 * - clang-tools-extra/clang-tidy/cert 913 - `29` 914 - `27` 915 - `2` 916 - :part:`93%` 917 * - clang-tools-extra/clang-tidy/cppcoreguidelines 918 - `41` 919 - `38` 920 - `3` 921 - :part:`92%` 922 * - clang-tools-extra/clang-tidy/darwin 923 - `5` 924 - `2` 925 - `3` 926 - :part:`40%` 927 * - clang-tools-extra/clang-tidy/fuchsia 928 - `15` 929 - `9` 930 - `6` 931 - :part:`60%` 932 * - clang-tools-extra/clang-tidy/google 933 - `35` 934 - `23` 935 - `12` 936 - :part:`65%` 937 * - clang-tools-extra/clang-tidy/hicpp 938 - `9` 939 - `6` 940 - `3` 941 - :part:`66%` 942 * - clang-tools-extra/clang-tidy/linuxkernel 943 - `3` 944 - `2` 945 - `1` 946 - :part:`66%` 947 * - clang-tools-extra/clang-tidy/llvm 948 - `11` 949 - `10` 950 - `1` 951 - :part:`90%` 952 * - clang-tools-extra/clang-tidy/llvmlibc 953 - `7` 954 - `7` 955 - `0` 956 - :good:`100%` 957 * - clang-tools-extra/clang-tidy/misc 958 - `29` 959 - `25` 960 - `4` 961 - :part:`86%` 962 * - clang-tools-extra/clang-tidy/modernize 963 - `67` 964 - `46` 965 - `21` 966 - :part:`68%` 967 * - clang-tools-extra/clang-tidy/mpi 968 - `5` 969 - `4` 970 - `1` 971 - :part:`80%` 972 * - clang-tools-extra/clang-tidy/objc 973 - `15` 974 - `10` 975 - `5` 976 - :part:`66%` 977 * - clang-tools-extra/clang-tidy/openmp 978 - `5` 979 - `5` 980 - `0` 981 - :good:`100%` 982 * - clang-tools-extra/clang-tidy/performance 983 - `29` 984 - `24` 985 - `5` 986 - :part:`82%` 987 * - clang-tools-extra/clang-tidy/plugin 988 - `1` 989 - `1` 990 - `0` 991 - :good:`100%` 992 * - clang-tools-extra/clang-tidy/portability 993 - `5` 994 - `3` 995 - `2` 996 - :part:`60%` 997 * - clang-tools-extra/clang-tidy/readability 998 - `77` 999 - `63` 1000 - `14` 1001 - :part:`81%` 1002 * - clang-tools-extra/clang-tidy/tool 1003 - `3` 1004 - `2` 1005 - `1` 1006 - :part:`66%` 1007 * - clang-tools-extra/clang-tidy/utils 1008 - `33` 1009 - `26` 1010 - `7` 1011 - :part:`78%` 1012 * - clang-tools-extra/clang-tidy/zircon 1013 - `3` 1014 - `3` 1015 - `0` 1016 - :good:`100%` 1017 * - clang-tools-extra/clangd 1018 - `75` 1019 - `58` 1020 - `17` 1021 - :part:`77%` 1022 * - clang-tools-extra/clangd/benchmarks 1023 - `1` 1024 - `1` 1025 - `0` 1026 - :good:`100%` 1027 * - clang-tools-extra/clangd/fuzzer 1028 - `2` 1029 - `2` 1030 - `0` 1031 - :good:`100%` 1032 * - clang-tools-extra/clangd/index 1033 - `37` 1034 - `34` 1035 - `3` 1036 - :part:`91%` 1037 * - clang-tools-extra/clangd/index/dex 1038 - `9` 1039 - `8` 1040 - `1` 1041 - :part:`88%` 1042 * - clang-tools-extra/clangd/index/dex/dexp 1043 - `1` 1044 - `1` 1045 - `0` 1046 - :good:`100%` 1047 * - clang-tools-extra/clangd/index/remote 1048 - `2` 1049 - `2` 1050 - `0` 1051 - :good:`100%` 1052 * - clang-tools-extra/clangd/index/remote/marshalling 1053 - `2` 1054 - `2` 1055 - `0` 1056 - :good:`100%` 1057 * - clang-tools-extra/clangd/index/remote/server 1058 - `1` 1059 - `1` 1060 - `0` 1061 - :good:`100%` 1062 * - clang-tools-extra/clangd/index/remote/unimplemented 1063 - `1` 1064 - `1` 1065 - `0` 1066 - :good:`100%` 1067 * - clang-tools-extra/clangd/indexer 1068 - `1` 1069 - `1` 1070 - `0` 1071 - :good:`100%` 1072 * - clang-tools-extra/clangd/refactor 1073 - `4` 1074 - `4` 1075 - `0` 1076 - :good:`100%` 1077 * - clang-tools-extra/clangd/refactor/tweaks 1078 - `13` 1079 - `10` 1080 - `3` 1081 - :part:`76%` 1082 * - clang-tools-extra/clangd/support 1083 - `18` 1084 - `18` 1085 - `0` 1086 - :good:`100%` 1087 * - clang-tools-extra/clangd/tool 1088 - `1` 1089 - `1` 1090 - `0` 1091 - :good:`100%` 1092 * - clang-tools-extra/clangd/unittests 1093 - `64` 1094 - `52` 1095 - `12` 1096 - :part:`81%` 1097 * - clang-tools-extra/clangd/unittests/remote 1098 - `1` 1099 - `1` 1100 - `0` 1101 - :good:`100%` 1102 * - clang-tools-extra/clangd/unittests/support 1103 - `8` 1104 - `8` 1105 - `0` 1106 - :good:`100%` 1107 * - clang-tools-extra/clangd/unittests/xpc 1108 - `1` 1109 - `1` 1110 - `0` 1111 - :good:`100%` 1112 * - clang-tools-extra/clangd/xpc 1113 - `3` 1114 - `3` 1115 - `0` 1116 - :good:`100%` 1117 * - clang-tools-extra/clangd/xpc/framework 1118 - `1` 1119 - `1` 1120 - `0` 1121 - :good:`100%` 1122 * - clang-tools-extra/clangd/xpc/test-client 1123 - `1` 1124 - `1` 1125 - `0` 1126 - :good:`100%` 1127 * - clang-tools-extra/modularize 1128 - `9` 1129 - `1` 1130 - `8` 1131 - :part:`11%` 1132 * - clang-tools-extra/pp-trace 1133 - `3` 1134 - `1` 1135 - `2` 1136 - :part:`33%` 1137 * - clang-tools-extra/tool-template 1138 - `1` 1139 - `1` 1140 - `0` 1141 - :good:`100%` 1142 * - clang-tools-extra/unittests/clang-apply-replacements 1143 - `1` 1144 - `1` 1145 - `0` 1146 - :good:`100%` 1147 * - clang-tools-extra/unittests/clang-change-namespace 1148 - `1` 1149 - `0` 1150 - `1` 1151 - :none:`0%` 1152 * - clang-tools-extra/unittests/clang-doc 1153 - `9` 1154 - `9` 1155 - `0` 1156 - :good:`100%` 1157 * - clang-tools-extra/unittests/clang-include-fixer 1158 - `2` 1159 - `0` 1160 - `2` 1161 - :none:`0%` 1162 * - clang-tools-extra/unittests/clang-include-fixer/find-all-symbols 1163 - `1` 1164 - `0` 1165 - `1` 1166 - :none:`0%` 1167 * - clang-tools-extra/unittests/clang-move 1168 - `1` 1169 - `0` 1170 - `1` 1171 - :none:`0%` 1172 * - clang-tools-extra/unittests/clang-query 1173 - `2` 1174 - `0` 1175 - `2` 1176 - :none:`0%` 1177 * - clang-tools-extra/unittests/clang-tidy 1178 - `14` 1179 - `6` 1180 - `8` 1181 - :part:`42%` 1182 * - clang-tools-extra/unittests/include/common 1183 - `1` 1184 - `0` 1185 - `1` 1186 - :none:`0%` 1187 * - compiler-rt/include/fuzzer 1188 - `1` 1189 - `0` 1190 - `1` 1191 - :none:`0%` 1192 * - compiler-rt/include/sanitizer 1193 - `14` 1194 - `1` 1195 - `13` 1196 - :part:`7%` 1197 * - compiler-rt/include/xray 1198 - `3` 1199 - `2` 1200 - `1` 1201 - :part:`66%` 1202 * - compiler-rt/lib/asan 1203 - `59` 1204 - `3` 1205 - `56` 1206 - :part:`5%` 1207 * - compiler-rt/lib/asan/tests 1208 - `17` 1209 - `1` 1210 - `16` 1211 - :part:`5%` 1212 * - compiler-rt/lib/BlocksRuntime 1213 - `2` 1214 - `0` 1215 - `2` 1216 - :none:`0%` 1217 * - compiler-rt/lib/builtins 1218 - `11` 1219 - `9` 1220 - `2` 1221 - :part:`81%` 1222 * - compiler-rt/lib/builtins/arm 1223 - `1` 1224 - `0` 1225 - `1` 1226 - :none:`0%` 1227 * - compiler-rt/lib/builtins/ppc 1228 - `1` 1229 - `1` 1230 - `0` 1231 - :good:`100%` 1232 * - compiler-rt/lib/cfi 1233 - `1` 1234 - `0` 1235 - `1` 1236 - :none:`0%` 1237 * - compiler-rt/lib/dfsan 1238 - `5` 1239 - `0` 1240 - `5` 1241 - :none:`0%` 1242 * - compiler-rt/lib/fuzzer 1243 - `43` 1244 - `5` 1245 - `38` 1246 - :part:`11%` 1247 * - compiler-rt/lib/fuzzer/afl 1248 - `1` 1249 - `0` 1250 - `1` 1251 - :none:`0%` 1252 * - compiler-rt/lib/fuzzer/dataflow 1253 - `3` 1254 - `0` 1255 - `3` 1256 - :none:`0%` 1257 * - compiler-rt/lib/fuzzer/tests 1258 - `2` 1259 - `1` 1260 - `1` 1261 - :part:`50%` 1262 * - compiler-rt/lib/gwp_asan 1263 - `14` 1264 - `13` 1265 - `1` 1266 - :part:`92%` 1267 * - compiler-rt/lib/gwp_asan/optional 1268 - `7` 1269 - `7` 1270 - `0` 1271 - :good:`100%` 1272 * - compiler-rt/lib/gwp_asan/platform_specific 1273 - `4` 1274 - `4` 1275 - `0` 1276 - :good:`100%` 1277 * - compiler-rt/lib/gwp_asan/tests 1278 - `14` 1279 - `14` 1280 - `0` 1281 - :good:`100%` 1282 * - compiler-rt/lib/gwp_asan/tests/optional 1283 - `1` 1284 - `1` 1285 - `0` 1286 - :good:`100%` 1287 * - compiler-rt/lib/hwasan 1288 - `27` 1289 - `7` 1290 - `20` 1291 - :part:`25%` 1292 * - compiler-rt/lib/interception 1293 - `8` 1294 - `1` 1295 - `7` 1296 - :part:`12%` 1297 * - compiler-rt/lib/interception/tests 1298 - `3` 1299 - `1` 1300 - `2` 1301 - :part:`33%` 1302 * - compiler-rt/lib/lsan 1303 - `20` 1304 - `7` 1305 - `13` 1306 - :part:`35%` 1307 * - compiler-rt/lib/msan 1308 - `18` 1309 - `4` 1310 - `14` 1311 - :part:`22%` 1312 * - compiler-rt/lib/msan/tests 1313 - `4` 1314 - `0` 1315 - `4` 1316 - :none:`0%` 1317 * - compiler-rt/lib/profile 1318 - `6` 1319 - `0` 1320 - `6` 1321 - :none:`0%` 1322 * - compiler-rt/lib/safestack 1323 - `3` 1324 - `1` 1325 - `2` 1326 - :part:`33%` 1327 * - compiler-rt/lib/sanitizer_common 1328 - `159` 1329 - `23` 1330 - `136` 1331 - :part:`14%` 1332 * - compiler-rt/lib/sanitizer_common/symbolizer 1333 - `2` 1334 - `2` 1335 - `0` 1336 - :good:`100%` 1337 * - compiler-rt/lib/sanitizer_common/tests 1338 - `38` 1339 - `1` 1340 - `37` 1341 - :part:`2%` 1342 * - compiler-rt/lib/scudo 1343 - `20` 1344 - `0` 1345 - `20` 1346 - :none:`0%` 1347 * - compiler-rt/lib/scudo/standalone 1348 - `46` 1349 - `42` 1350 - `4` 1351 - :part:`91%` 1352 * - compiler-rt/lib/scudo/standalone/benchmarks 1353 - `1` 1354 - `1` 1355 - `0` 1356 - :good:`100%` 1357 * - compiler-rt/lib/scudo/standalone/fuzz 1358 - `1` 1359 - `0` 1360 - `1` 1361 - :none:`0%` 1362 * - compiler-rt/lib/scudo/standalone/include/scudo 1363 - `1` 1364 - `1` 1365 - `0` 1366 - :good:`100%` 1367 * - compiler-rt/lib/scudo/standalone/tests 1368 - `23` 1369 - `23` 1370 - `0` 1371 - :good:`100%` 1372 * - compiler-rt/lib/scudo/standalone/tools 1373 - `1` 1374 - `0` 1375 - `1` 1376 - :none:`0%` 1377 * - compiler-rt/lib/stats 1378 - `3` 1379 - `0` 1380 - `3` 1381 - :none:`0%` 1382 * - compiler-rt/lib/tsan/benchmarks 1383 - `6` 1384 - `0` 1385 - `6` 1386 - :none:`0%` 1387 * - compiler-rt/lib/tsan/dd 1388 - `3` 1389 - `0` 1390 - `3` 1391 - :none:`0%` 1392 * - compiler-rt/lib/tsan/go 1393 - `1` 1394 - `0` 1395 - `1` 1396 - :none:`0%` 1397 * - compiler-rt/lib/tsan/rtl 1398 - `62` 1399 - `10` 1400 - `52` 1401 - :part:`16%` 1402 * - compiler-rt/lib/tsan/tests/rtl 1403 - `10` 1404 - `1` 1405 - `9` 1406 - :part:`10%` 1407 * - compiler-rt/lib/tsan/tests/unit 1408 - `10` 1409 - `0` 1410 - `10` 1411 - :none:`0%` 1412 * - compiler-rt/lib/ubsan 1413 - `27` 1414 - `7` 1415 - `20` 1416 - :part:`25%` 1417 * - compiler-rt/lib/ubsan_minimal 1418 - `1` 1419 - `0` 1420 - `1` 1421 - :none:`0%` 1422 * - compiler-rt/lib/xray 1423 - `39` 1424 - `30` 1425 - `9` 1426 - :part:`76%` 1427 * - compiler-rt/lib/xray/tests/unit 1428 - `10` 1429 - `8` 1430 - `2` 1431 - :part:`80%` 1432 * - compiler-rt/tools/gwp_asan 1433 - `1` 1434 - `1` 1435 - `0` 1436 - :good:`100%` 1437 * - debuginfo-tests/dexter/feature_tests/commands/penalty 1438 - `6` 1439 - `0` 1440 - `6` 1441 - :none:`0%` 1442 * - debuginfo-tests/dexter/feature_tests/commands/perfect 1443 - `5` 1444 - `0` 1445 - `5` 1446 - :none:`0%` 1447 * - debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind 1448 - `5` 1449 - `0` 1450 - `5` 1451 - :none:`0%` 1452 * - debuginfo-tests/dexter/feature_tests/commands/perfect/limit_steps 1453 - `5` 1454 - `0` 1455 - `5` 1456 - :none:`0%` 1457 * - debuginfo-tests/dexter/feature_tests/subtools 1458 - `1` 1459 - `0` 1460 - `1` 1461 - :none:`0%` 1462 * - debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect 1463 - `1` 1464 - `0` 1465 - `1` 1466 - :none:`0%` 1467 * - debuginfo-tests/dexter-tests 1468 - `8` 1469 - `3` 1470 - `5` 1471 - :part:`37%` 1472 * - debuginfo-tests/llgdb-tests 1473 - `7` 1474 - `0` 1475 - `7` 1476 - :none:`0%` 1477 * - debuginfo-tests/llvm-prettyprinters/gdb 1478 - `1` 1479 - `1` 1480 - `0` 1481 - :good:`100%` 1482 * - flang/include/flang 1483 - `1` 1484 - `1` 1485 - `0` 1486 - :good:`100%` 1487 * - flang/include/flang/Common 1488 - `19` 1489 - `19` 1490 - `0` 1491 - :good:`100%` 1492 * - flang/include/flang/Decimal 1493 - `2` 1494 - `2` 1495 - `0` 1496 - :good:`100%` 1497 * - flang/include/flang/Evaluate 1498 - `23` 1499 - `23` 1500 - `0` 1501 - :good:`100%` 1502 * - flang/include/flang/Lower 1503 - `13` 1504 - `12` 1505 - `1` 1506 - :part:`92%` 1507 * - flang/include/flang/Lower/Support 1508 - `1` 1509 - `1` 1510 - `0` 1511 - :good:`100%` 1512 * - flang/include/flang/Optimizer/CodeGen 1513 - `1` 1514 - `1` 1515 - `0` 1516 - :good:`100%` 1517 * - flang/include/flang/Optimizer/Dialect 1518 - `5` 1519 - `5` 1520 - `0` 1521 - :good:`100%` 1522 * - flang/include/flang/Optimizer/Support 1523 - `2` 1524 - `2` 1525 - `0` 1526 - :good:`100%` 1527 * - flang/include/flang/Parser 1528 - `17` 1529 - `17` 1530 - `0` 1531 - :good:`100%` 1532 * - flang/include/flang/Semantics 1533 - `8` 1534 - `8` 1535 - `0` 1536 - :good:`100%` 1537 * - flang/lib/Common 1538 - `4` 1539 - `4` 1540 - `0` 1541 - :good:`100%` 1542 * - flang/lib/Decimal 1543 - `3` 1544 - `3` 1545 - `0` 1546 - :good:`100%` 1547 * - flang/lib/Evaluate 1548 - `32` 1549 - `32` 1550 - `0` 1551 - :good:`100%` 1552 * - flang/lib/Lower 1553 - `10` 1554 - `9` 1555 - `1` 1556 - :part:`90%` 1557 * - flang/lib/Optimizer/Dialect 1558 - `4` 1559 - `4` 1560 - `0` 1561 - :good:`100%` 1562 * - flang/lib/Optimizer/Support 1563 - `2` 1564 - `2` 1565 - `0` 1566 - :good:`100%` 1567 * - flang/lib/Parser 1568 - `34` 1569 - `34` 1570 - `0` 1571 - :good:`100%` 1572 * - flang/lib/Semantics 1573 - `68` 1574 - `65` 1575 - `3` 1576 - :part:`95%` 1577 * - flang/module 1578 - `1` 1579 - `0` 1580 - `1` 1581 - :none:`0%` 1582 * - flang/runtime 1583 - `56` 1584 - `56` 1585 - `0` 1586 - :good:`100%` 1587 * - flang/tools/f18 1588 - `2` 1589 - `2` 1590 - `0` 1591 - :good:`100%` 1592 * - flang/tools/f18-parse-demo 1593 - `2` 1594 - `2` 1595 - `0` 1596 - :good:`100%` 1597 * - flang/tools/tco 1598 - `1` 1599 - `1` 1600 - `0` 1601 - :good:`100%` 1602 * - flang/unittests/Decimal 1603 - `2` 1604 - `2` 1605 - `0` 1606 - :good:`100%` 1607 * - flang/unittests/Evaluate 1608 - `15` 1609 - `15` 1610 - `0` 1611 - :good:`100%` 1612 * - flang/unittests/Optimizer 1613 - `1` 1614 - `1` 1615 - `0` 1616 - :good:`100%` 1617 * - flang/unittests/Runtime 1618 - `7` 1619 - `7` 1620 - `0` 1621 - :good:`100%` 1622 * - libc/AOR_v20.02/math 1623 - `4` 1624 - `1` 1625 - `3` 1626 - :part:`25%` 1627 * - libc/AOR_v20.02/math/include 1628 - `1` 1629 - `0` 1630 - `1` 1631 - :none:`0%` 1632 * - libc/AOR_v20.02/networking 1633 - `1` 1634 - `0` 1635 - `1` 1636 - :none:`0%` 1637 * - libc/AOR_v20.02/networking/include 1638 - `1` 1639 - `0` 1640 - `1` 1641 - :none:`0%` 1642 * - libc/AOR_v20.02/string 1643 - `1` 1644 - `0` 1645 - `1` 1646 - :none:`0%` 1647 * - libc/AOR_v20.02/string/include 1648 - `1` 1649 - `0` 1650 - `1` 1651 - :none:`0%` 1652 * - libc/benchmarks 1653 - `14` 1654 - `14` 1655 - `0` 1656 - :good:`100%` 1657 * - libc/fuzzing/string 1658 - `2` 1659 - `1` 1660 - `1` 1661 - :part:`50%` 1662 * - libc/include 1663 - `4` 1664 - `4` 1665 - `0` 1666 - :good:`100%` 1667 * - libc/loader/linux/x86_64 1668 - `1` 1669 - `1` 1670 - `0` 1671 - :good:`100%` 1672 * - libc/src/assert 1673 - `2` 1674 - `0` 1675 - `2` 1676 - :none:`0%` 1677 * - libc/src/errno 1678 - `2` 1679 - `2` 1680 - `0` 1681 - :good:`100%` 1682 * - libc/src/math 1683 - `70` 1684 - `70` 1685 - `0` 1686 - :good:`100%` 1687 * - libc/src/signal 1688 - `8` 1689 - `8` 1690 - `0` 1691 - :good:`100%` 1692 * - libc/src/signal/linux 1693 - `10` 1694 - `10` 1695 - `0` 1696 - :good:`100%` 1697 * - libc/src/stdio 1698 - `3` 1699 - `3` 1700 - `0` 1701 - :good:`100%` 1702 * - libc/src/stdlib 1703 - `3` 1704 - `3` 1705 - `0` 1706 - :good:`100%` 1707 * - libc/src/stdlib/linux 1708 - `1` 1709 - `1` 1710 - `0` 1711 - :good:`100%` 1712 * - libc/src/string 1713 - `14` 1714 - `13` 1715 - `1` 1716 - :part:`92%` 1717 * - libc/src/string/memory_utils 1718 - `3` 1719 - `3` 1720 - `0` 1721 - :good:`100%` 1722 * - libc/src/string/x86 1723 - `1` 1724 - `1` 1725 - `0` 1726 - :good:`100%` 1727 * - libc/src/sys/mman 1728 - `2` 1729 - `2` 1730 - `0` 1731 - :good:`100%` 1732 * - libc/src/sys/mman/linux 1733 - `2` 1734 - `2` 1735 - `0` 1736 - :good:`100%` 1737 * - libc/src/threads 1738 - `6` 1739 - `6` 1740 - `0` 1741 - :good:`100%` 1742 * - libc/src/threads/linux 1743 - `7` 1744 - `7` 1745 - `0` 1746 - :good:`100%` 1747 * - libc/src/unistd 1748 - `1` 1749 - `1` 1750 - `0` 1751 - :good:`100%` 1752 * - libc/src/unistd/linux 1753 - `1` 1754 - `1` 1755 - `0` 1756 - :good:`100%` 1757 * - libc/utils/CPP 1758 - `5` 1759 - `5` 1760 - `0` 1761 - :good:`100%` 1762 * - libc/utils/FPUtil 1763 - `9` 1764 - `9` 1765 - `0` 1766 - :good:`100%` 1767 * - libc/utils/HdrGen 1768 - `9` 1769 - `9` 1770 - `0` 1771 - :good:`100%` 1772 * - libc/utils/HdrGen/PrototypeTestGen 1773 - `1` 1774 - `1` 1775 - `0` 1776 - :good:`100%` 1777 * - libc/utils/MPFRWrapper 1778 - `3` 1779 - `2` 1780 - `1` 1781 - :part:`66%` 1782 * - libc/utils/testutils 1783 - `6` 1784 - `6` 1785 - `0` 1786 - :good:`100%` 1787 * - libc/utils/UnitTest 1788 - `3` 1789 - `3` 1790 - `0` 1791 - :good:`100%` 1792 * - libclc/generic/include 1793 - `2` 1794 - `1` 1795 - `1` 1796 - :part:`50%` 1797 * - libclc/generic/include/clc 1798 - `6` 1799 - `2` 1800 - `4` 1801 - :part:`33%` 1802 * - libclc/generic/include/clc/async 1803 - `4` 1804 - `4` 1805 - `0` 1806 - :good:`100%` 1807 * - libclc/generic/include/clc/atomic 1808 - `11` 1809 - `7` 1810 - `4` 1811 - :part:`63%` 1812 * - libclc/generic/include/clc/cl_khr_global_int32_base_atomics 1813 - `6` 1814 - `5` 1815 - `1` 1816 - :part:`83%` 1817 * - libclc/generic/include/clc/cl_khr_global_int32_extended_atomics 1818 - `5` 1819 - `5` 1820 - `0` 1821 - :good:`100%` 1822 * - libclc/generic/include/clc/cl_khr_int64_base_atomics 1823 - `6` 1824 - `3` 1825 - `3` 1826 - :part:`50%` 1827 * - libclc/generic/include/clc/cl_khr_int64_extended_atomics 1828 - `5` 1829 - `5` 1830 - `0` 1831 - :good:`100%` 1832 * - libclc/generic/include/clc/cl_khr_local_int32_base_atomics 1833 - `6` 1834 - `5` 1835 - `1` 1836 - :part:`83%` 1837 * - libclc/generic/include/clc/cl_khr_local_int32_extended_atomics 1838 - `5` 1839 - `5` 1840 - `0` 1841 - :good:`100%` 1842 * - libclc/generic/include/clc/common 1843 - `6` 1844 - `6` 1845 - `0` 1846 - :good:`100%` 1847 * - libclc/generic/include/clc/explicit_fence 1848 - `1` 1849 - `1` 1850 - `0` 1851 - :good:`100%` 1852 * - libclc/generic/include/clc/float 1853 - `1` 1854 - `0` 1855 - `1` 1856 - :none:`0%` 1857 * - libclc/generic/include/clc/geometric 1858 - `8` 1859 - `8` 1860 - `0` 1861 - :good:`100%` 1862 * - libclc/generic/include/clc/image 1863 - `2` 1864 - `0` 1865 - `2` 1866 - :none:`0%` 1867 * - libclc/generic/include/clc/integer 1868 - `16` 1869 - `13` 1870 - `3` 1871 - :part:`81%` 1872 * - libclc/generic/include/clc/math 1873 - `95` 1874 - `92` 1875 - `3` 1876 - :part:`96%` 1877 * - libclc/generic/include/clc/misc 1878 - `2` 1879 - `0` 1880 - `2` 1881 - :none:`0%` 1882 * - libclc/generic/include/clc/relational 1883 - `18` 1884 - `12` 1885 - `6` 1886 - :part:`66%` 1887 * - libclc/generic/include/clc/shared 1888 - `5` 1889 - `3` 1890 - `2` 1891 - :part:`60%` 1892 * - libclc/generic/include/clc/synchronization 1893 - `2` 1894 - `2` 1895 - `0` 1896 - :good:`100%` 1897 * - libclc/generic/include/clc/workitem 1898 - `8` 1899 - `8` 1900 - `0` 1901 - :good:`100%` 1902 * - libclc/generic/include/integer 1903 - `1` 1904 - `1` 1905 - `0` 1906 - :good:`100%` 1907 * - libclc/generic/include/math 1908 - `15` 1909 - `15` 1910 - `0` 1911 - :good:`100%` 1912 * - libclc/generic/lib 1913 - `1` 1914 - `0` 1915 - `1` 1916 - :none:`0%` 1917 * - libclc/generic/lib/math 1918 - `8` 1919 - `1` 1920 - `7` 1921 - :part:`12%` 1922 * - libclc/generic/lib/relational 1923 - `1` 1924 - `0` 1925 - `1` 1926 - :none:`0%` 1927 * - libclc/utils 1928 - `1` 1929 - `0` 1930 - `1` 1931 - :none:`0%` 1932 * - libcxx/benchmarks 1933 - `16` 1934 - `1` 1935 - `15` 1936 - :part:`6%` 1937 * - libcxx/fuzzing 1938 - `4` 1939 - `0` 1940 - `4` 1941 - :none:`0%` 1942 * - libcxx/include 1943 - `21` 1944 - `0` 1945 - `21` 1946 - :none:`0%` 1947 * - libcxx/include/support/android 1948 - `1` 1949 - `0` 1950 - `1` 1951 - :none:`0%` 1952 * - libcxx/include/support/fuchsia 1953 - `1` 1954 - `1` 1955 - `0` 1956 - :good:`100%` 1957 * - libcxx/include/support/ibm 1958 - `4` 1959 - `1` 1960 - `3` 1961 - :part:`25%` 1962 * - libcxx/include/support/musl 1963 - `1` 1964 - `0` 1965 - `1` 1966 - :none:`0%` 1967 * - libcxx/include/support/newlib 1968 - `1` 1969 - `0` 1970 - `1` 1971 - :none:`0%` 1972 * - libcxx/include/support/solaris 1973 - `3` 1974 - `2` 1975 - `1` 1976 - :part:`66%` 1977 * - libcxx/include/support/win32 1978 - `2` 1979 - `0` 1980 - `2` 1981 - :none:`0%` 1982 * - libcxx/include/support/xlocale 1983 - `3` 1984 - `0` 1985 - `3` 1986 - :none:`0%` 1987 * - libcxx/src 1988 - `35` 1989 - `1` 1990 - `34` 1991 - :part:`2%` 1992 * - libcxx/src/experimental 1993 - `1` 1994 - `0` 1995 - `1` 1996 - :none:`0%` 1997 * - libcxx/src/filesystem 1998 - `4` 1999 - `2` 2000 - `2` 2001 - :part:`50%` 2002 * - libcxx/src/include 2003 - `4` 2004 - `2` 2005 - `2` 2006 - :part:`50%` 2007 * - libcxx/src/support/solaris 2008 - `1` 2009 - `0` 2010 - `1` 2011 - :none:`0%` 2012 * - libcxx/src/support/win32 2013 - `3` 2014 - `0` 2015 - `3` 2016 - :none:`0%` 2017 * - libcxx/utils/google-benchmark/cmake 2018 - `5` 2019 - `1` 2020 - `4` 2021 - :part:`20%` 2022 * - libcxx/utils/google-benchmark/include/benchmark 2023 - `1` 2024 - `0` 2025 - `1` 2026 - :none:`0%` 2027 * - libcxx/utils/google-benchmark/src 2028 - `20` 2029 - `16` 2030 - `4` 2031 - :part:`80%` 2032 * - libcxxabi/fuzz 2033 - `1` 2034 - `0` 2035 - `1` 2036 - :none:`0%` 2037 * - libcxxabi/include 2038 - `2` 2039 - `0` 2040 - `2` 2041 - :none:`0%` 2042 * - libcxxabi/src 2043 - `26` 2044 - `1` 2045 - `25` 2046 - :part:`3%` 2047 * - libcxxabi/src/demangle 2048 - `4` 2049 - `2` 2050 - `2` 2051 - :part:`50%` 2052 * - libcxxabi/src/include 2053 - `2` 2054 - `0` 2055 - `2` 2056 - :none:`0%` 2057 * - libunwind/include 2058 - `3` 2059 - `0` 2060 - `3` 2061 - :none:`0%` 2062 * - libunwind/include/mach-o 2063 - `1` 2064 - `0` 2065 - `1` 2066 - :none:`0%` 2067 * - libunwind/src 2068 - `9` 2069 - `0` 2070 - `9` 2071 - :none:`0%` 2072 * - lld/COFF 2073 - `33` 2074 - `10` 2075 - `23` 2076 - :part:`30%` 2077 * - lld/Common 2078 - `10` 2079 - `9` 2080 - `1` 2081 - :part:`90%` 2082 * - lld/ELF 2083 - `48` 2084 - `26` 2085 - `22` 2086 - :part:`54%` 2087 * - lld/ELF/Arch 2088 - `14` 2089 - `7` 2090 - `7` 2091 - :part:`50%` 2092 * - lld/include/lld/Common 2093 - `12` 2094 - `6` 2095 - `6` 2096 - :part:`50%` 2097 * - lld/include/lld/Core 2098 - `20` 2099 - `4` 2100 - `16` 2101 - :part:`20%` 2102 * - lld/include/lld/ReaderWriter 2103 - `2` 2104 - `0` 2105 - `2` 2106 - :none:`0%` 2107 * - lld/lib/Core 2108 - `8` 2109 - `2` 2110 - `6` 2111 - :part:`25%` 2112 * - lld/lib/Driver 2113 - `1` 2114 - `0` 2115 - `1` 2116 - :none:`0%` 2117 * - lld/lib/ReaderWriter 2118 - `1` 2119 - `0` 2120 - `1` 2121 - :none:`0%` 2122 * - lld/lib/ReaderWriter/MachO 2123 - `30` 2124 - `1` 2125 - `29` 2126 - :part:`3%` 2127 * - lld/lib/ReaderWriter/YAML 2128 - `1` 2129 - `0` 2130 - `1` 2131 - :none:`0%` 2132 * - lld/MachO 2133 - `26` 2134 - `26` 2135 - `0` 2136 - :good:`100%` 2137 * - lld/MachO/Arch 2138 - `1` 2139 - `1` 2140 - `0` 2141 - :good:`100%` 2142 * - lld/MinGW 2143 - `1` 2144 - `1` 2145 - `0` 2146 - :good:`100%` 2147 * - lld/tools/lld 2148 - `1` 2149 - `1` 2150 - `0` 2151 - :good:`100%` 2152 * - lld/unittests/DriverTests 2153 - `1` 2154 - `0` 2155 - `1` 2156 - :none:`0%` 2157 * - lld/unittests/MachOTests 2158 - `4` 2159 - `0` 2160 - `4` 2161 - :none:`0%` 2162 * - lld/wasm 2163 - `27` 2164 - `14` 2165 - `13` 2166 - :part:`51%` 2167 * - lldb/examples/darwin/heap_find/heap 2168 - `1` 2169 - `1` 2170 - `0` 2171 - :good:`100%` 2172 * - lldb/examples/functions 2173 - `1` 2174 - `0` 2175 - `1` 2176 - :none:`0%` 2177 * - lldb/examples/interposing/darwin/fd_interposing 2178 - `1` 2179 - `0` 2180 - `1` 2181 - :none:`0%` 2182 * - lldb/examples/lookup 2183 - `1` 2184 - `0` 2185 - `1` 2186 - :none:`0%` 2187 * - lldb/examples/plugins/commands 2188 - `1` 2189 - `1` 2190 - `0` 2191 - :good:`100%` 2192 * - lldb/examples/synthetic/bitfield 2193 - `1` 2194 - `1` 2195 - `0` 2196 - :good:`100%` 2197 * - lldb/include/lldb 2198 - `12` 2199 - `7` 2200 - `5` 2201 - :part:`58%` 2202 * - lldb/include/lldb/API 2203 - `71` 2204 - `59` 2205 - `12` 2206 - :part:`83%` 2207 * - lldb/include/lldb/Breakpoint 2208 - `24` 2209 - `10` 2210 - `14` 2211 - :part:`41%` 2212 * - lldb/include/lldb/Core 2213 - `57` 2214 - `31` 2215 - `26` 2216 - :part:`54%` 2217 * - lldb/include/lldb/DataFormatters 2218 - `18` 2219 - `9` 2220 - `9` 2221 - :part:`50%` 2222 * - lldb/include/lldb/Expression 2223 - `17` 2224 - `6` 2225 - `11` 2226 - :part:`35%` 2227 * - lldb/include/lldb/Host 2228 - `40` 2229 - `20` 2230 - `20` 2231 - :part:`50%` 2232 * - lldb/include/lldb/Host/android 2233 - `1` 2234 - `1` 2235 - `0` 2236 - :good:`100%` 2237 * - lldb/include/lldb/Host/common 2238 - `8` 2239 - `2` 2240 - `6` 2241 - :part:`25%` 2242 * - lldb/include/lldb/Host/freebsd 2243 - `1` 2244 - `0` 2245 - `1` 2246 - :none:`0%` 2247 * - lldb/include/lldb/Host/linux 2248 - `5` 2249 - `3` 2250 - `2` 2251 - :part:`60%` 2252 * - lldb/include/lldb/Host/macosx 2253 - `2` 2254 - `0` 2255 - `2` 2256 - :none:`0%` 2257 * - lldb/include/lldb/Host/netbsd 2258 - `1` 2259 - `0` 2260 - `1` 2261 - :none:`0%` 2262 * - lldb/include/lldb/Host/openbsd 2263 - `1` 2264 - `0` 2265 - `1` 2266 - :none:`0%` 2267 * - lldb/include/lldb/Host/posix 2268 - `9` 2269 - `7` 2270 - `2` 2271 - :part:`77%` 2272 * - lldb/include/lldb/Host/windows 2273 - `11` 2274 - `5` 2275 - `6` 2276 - :part:`45%` 2277 * - lldb/include/lldb/Initialization 2278 - `3` 2279 - `1` 2280 - `2` 2281 - :part:`33%` 2282 * - lldb/include/lldb/Interpreter 2283 - `47` 2284 - `38` 2285 - `9` 2286 - :part:`80%` 2287 * - lldb/include/lldb/Symbol 2288 - `36` 2289 - `16` 2290 - `20` 2291 - :part:`44%` 2292 * - lldb/include/lldb/Target 2293 - `66` 2294 - `37` 2295 - `29` 2296 - :part:`56%` 2297 * - lldb/include/lldb/Utility 2298 - `58` 2299 - `36` 2300 - `22` 2301 - :part:`62%` 2302 * - lldb/source 2303 - `1` 2304 - `1` 2305 - `0` 2306 - :good:`100%` 2307 * - lldb/source/API 2308 - `75` 2309 - `8` 2310 - `67` 2311 - :part:`10%` 2312 * - lldb/source/Breakpoint 2313 - `24` 2314 - `6` 2315 - `18` 2316 - :part:`25%` 2317 * - lldb/source/Commands 2318 - `56` 2319 - `48` 2320 - `8` 2321 - :part:`85%` 2322 * - lldb/source/Core 2323 - `45` 2324 - `24` 2325 - `21` 2326 - :part:`53%` 2327 * - lldb/source/DataFormatters 2328 - `16` 2329 - `3` 2330 - `13` 2331 - :part:`18%` 2332 * - lldb/source/Expression 2333 - `13` 2334 - `4` 2335 - `9` 2336 - :part:`30%` 2337 * - lldb/source/Host/android 2338 - `2` 2339 - `2` 2340 - `0` 2341 - :good:`100%` 2342 * - lldb/source/Host/common 2343 - `32` 2344 - `17` 2345 - `15` 2346 - :part:`53%` 2347 * - lldb/source/Host/freebsd 2348 - `2` 2349 - `2` 2350 - `0` 2351 - :good:`100%` 2352 * - lldb/source/Host/linux 2353 - `5` 2354 - `3` 2355 - `2` 2356 - :part:`60%` 2357 * - lldb/source/Host/macosx/cfcpp 2358 - `14` 2359 - `12` 2360 - `2` 2361 - :part:`85%` 2362 * - lldb/source/Host/netbsd 2363 - `2` 2364 - `0` 2365 - `2` 2366 - :none:`0%` 2367 * - lldb/source/Host/openbsd 2368 - `2` 2369 - `1` 2370 - `1` 2371 - :part:`50%` 2372 * - lldb/source/Host/posix 2373 - `9` 2374 - `5` 2375 - `4` 2376 - :part:`55%` 2377 * - lldb/source/Host/windows 2378 - `12` 2379 - `5` 2380 - `7` 2381 - :part:`41%` 2382 * - lldb/source/Initialization 2383 - `3` 2384 - `3` 2385 - `0` 2386 - :good:`100%` 2387 * - lldb/source/Interpreter 2388 - `46` 2389 - `25` 2390 - `21` 2391 - :part:`54%` 2392 * - lldb/source/Plugins/ABI/AArch64 2393 - `6` 2394 - `2` 2395 - `4` 2396 - :part:`33%` 2397 * - lldb/source/Plugins/ABI/ARC 2398 - `2` 2399 - `0` 2400 - `2` 2401 - :none:`0%` 2402 * - lldb/source/Plugins/ABI/ARM 2403 - `6` 2404 - `4` 2405 - `2` 2406 - :part:`66%` 2407 * - lldb/source/Plugins/ABI/Hexagon 2408 - `2` 2409 - `0` 2410 - `2` 2411 - :none:`0%` 2412 * - lldb/source/Plugins/ABI/Mips 2413 - `6` 2414 - `2` 2415 - `4` 2416 - :part:`33%` 2417 * - lldb/source/Plugins/ABI/PowerPC 2418 - `6` 2419 - `3` 2420 - `3` 2421 - :part:`50%` 2422 * - lldb/source/Plugins/ABI/SystemZ 2423 - `2` 2424 - `0` 2425 - `2` 2426 - :none:`0%` 2427 * - lldb/source/Plugins/ABI/X86 2428 - `11` 2429 - `4` 2430 - `7` 2431 - :part:`36%` 2432 * - lldb/source/Plugins/Architecture/Arm 2433 - `2` 2434 - `1` 2435 - `1` 2436 - :part:`50%` 2437 * - lldb/source/Plugins/Architecture/Mips 2438 - `2` 2439 - `0` 2440 - `2` 2441 - :none:`0%` 2442 * - lldb/source/Plugins/Architecture/PPC64 2443 - `2` 2444 - `2` 2445 - `0` 2446 - :good:`100%` 2447 * - lldb/source/Plugins/Disassembler/LLVMC 2448 - `2` 2449 - `1` 2450 - `1` 2451 - :part:`50%` 2452 * - lldb/source/Plugins/DynamicLoader/Darwin-Kernel 2453 - `2` 2454 - `0` 2455 - `2` 2456 - :none:`0%` 2457 * - lldb/source/Plugins/DynamicLoader/Hexagon-DYLD 2458 - `4` 2459 - `4` 2460 - `0` 2461 - :good:`100%` 2462 * - lldb/source/Plugins/DynamicLoader/MacOSX-DYLD 2463 - `6` 2464 - `3` 2465 - `3` 2466 - :part:`50%` 2467 * - lldb/source/Plugins/DynamicLoader/POSIX-DYLD 2468 - `4` 2469 - `2` 2470 - `2` 2471 - :part:`50%` 2472 * - lldb/source/Plugins/DynamicLoader/Static 2473 - `2` 2474 - `1` 2475 - `1` 2476 - :part:`50%` 2477 * - lldb/source/Plugins/DynamicLoader/wasm-DYLD 2478 - `2` 2479 - `2` 2480 - `0` 2481 - :good:`100%` 2482 * - lldb/source/Plugins/DynamicLoader/Windows-DYLD 2483 - `2` 2484 - `1` 2485 - `1` 2486 - :part:`50%` 2487 * - lldb/source/Plugins/ExpressionParser/Clang 2488 - `51` 2489 - `25` 2490 - `26` 2491 - :part:`49%` 2492 * - lldb/source/Plugins/Instruction/ARM 2493 - `4` 2494 - `2` 2495 - `2` 2496 - :part:`50%` 2497 * - lldb/source/Plugins/Instruction/ARM64 2498 - `2` 2499 - `0` 2500 - `2` 2501 - :none:`0%` 2502 * - lldb/source/Plugins/Instruction/MIPS 2503 - `2` 2504 - `0` 2505 - `2` 2506 - :none:`0%` 2507 * - lldb/source/Plugins/Instruction/MIPS64 2508 - `2` 2509 - `1` 2510 - `1` 2511 - :part:`50%` 2512 * - lldb/source/Plugins/Instruction/PPC64 2513 - `2` 2514 - `2` 2515 - `0` 2516 - :good:`100%` 2517 * - lldb/source/Plugins/InstrumentationRuntime/ASan 2518 - `2` 2519 - `2` 2520 - `0` 2521 - :good:`100%` 2522 * - lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker 2523 - `2` 2524 - `2` 2525 - `0` 2526 - :good:`100%` 2527 * - lldb/source/Plugins/InstrumentationRuntime/TSan 2528 - `2` 2529 - `2` 2530 - `0` 2531 - :good:`100%` 2532 * - lldb/source/Plugins/InstrumentationRuntime/UBSan 2533 - `2` 2534 - `2` 2535 - `0` 2536 - :good:`100%` 2537 * - lldb/source/Plugins/JITLoader/GDB 2538 - `2` 2539 - `1` 2540 - `1` 2541 - :part:`50%` 2542 * - lldb/source/Plugins/Language/ClangCommon 2543 - `2` 2544 - `2` 2545 - `0` 2546 - :good:`100%` 2547 * - lldb/source/Plugins/Language/CPlusPlus 2548 - `29` 2549 - `17` 2550 - `12` 2551 - :part:`58%` 2552 * - lldb/source/Plugins/Language/ObjC 2553 - `20` 2554 - `13` 2555 - `7` 2556 - :part:`65%` 2557 * - lldb/source/Plugins/Language/ObjCPlusPlus 2558 - `2` 2559 - `2` 2560 - `0` 2561 - :good:`100%` 2562 * - lldb/source/Plugins/LanguageRuntime/CPlusPlus 2563 - `2` 2564 - `0` 2565 - `2` 2566 - :none:`0%` 2567 * - lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI 2568 - `2` 2569 - `0` 2570 - `2` 2571 - :none:`0%` 2572 * - lldb/source/Plugins/LanguageRuntime/ObjC 2573 - `2` 2574 - `1` 2575 - `1` 2576 - :part:`50%` 2577 * - lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime 2578 - `16` 2579 - `4` 2580 - `12` 2581 - :part:`25%` 2582 * - lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime 2583 - `8` 2584 - `3` 2585 - `5` 2586 - :part:`37%` 2587 * - lldb/source/Plugins/MemoryHistory/asan 2588 - `2` 2589 - `2` 2590 - `0` 2591 - :good:`100%` 2592 * - lldb/source/Plugins/ObjectContainer/BSD-Archive 2593 - `2` 2594 - `0` 2595 - `2` 2596 - :none:`0%` 2597 * - lldb/source/Plugins/ObjectContainer/Universal-Mach-O 2598 - `2` 2599 - `2` 2600 - `0` 2601 - :good:`100%` 2602 * - lldb/source/Plugins/ObjectFile/Breakpad 2603 - `4` 2604 - `3` 2605 - `1` 2606 - :part:`75%` 2607 * - lldb/source/Plugins/ObjectFile/ELF 2608 - `4` 2609 - `1` 2610 - `3` 2611 - :part:`25%` 2612 * - lldb/source/Plugins/ObjectFile/JIT 2613 - `2` 2614 - `0` 2615 - `2` 2616 - :none:`0%` 2617 * - lldb/source/Plugins/ObjectFile/Mach-O 2618 - `2` 2619 - `0` 2620 - `2` 2621 - :none:`0%` 2622 * - lldb/source/Plugins/ObjectFile/PECOFF 2623 - `6` 2624 - `3` 2625 - `3` 2626 - :part:`50%` 2627 * - lldb/source/Plugins/ObjectFile/wasm 2628 - `2` 2629 - `2` 2630 - `0` 2631 - :good:`100%` 2632 * - lldb/source/Plugins/OperatingSystem/Python 2633 - `2` 2634 - `2` 2635 - `0` 2636 - :good:`100%` 2637 * - lldb/source/Plugins/Platform/Android 2638 - `6` 2639 - `3` 2640 - `3` 2641 - :part:`50%` 2642 * - lldb/source/Plugins/Platform/FreeBSD 2643 - `2` 2644 - `1` 2645 - `1` 2646 - :part:`50%` 2647 * - lldb/source/Plugins/Platform/gdb-server 2648 - `2` 2649 - `2` 2650 - `0` 2651 - :good:`100%` 2652 * - lldb/source/Plugins/Platform/Linux 2653 - `2` 2654 - `1` 2655 - `1` 2656 - :part:`50%` 2657 * - lldb/source/Plugins/Platform/MacOSX 2658 - `24` 2659 - `10` 2660 - `14` 2661 - :part:`41%` 2662 * - lldb/source/Plugins/Platform/MacOSX/objcxx 2663 - `1` 2664 - `1` 2665 - `0` 2666 - :good:`100%` 2667 * - lldb/source/Plugins/Platform/NetBSD 2668 - `2` 2669 - `1` 2670 - `1` 2671 - :part:`50%` 2672 * - lldb/source/Plugins/Platform/OpenBSD 2673 - `2` 2674 - `1` 2675 - `1` 2676 - :part:`50%` 2677 * - lldb/source/Plugins/Platform/POSIX 2678 - `2` 2679 - `0` 2680 - `2` 2681 - :none:`0%` 2682 * - lldb/source/Plugins/Platform/Windows 2683 - `2` 2684 - `2` 2685 - `0` 2686 - :good:`100%` 2687 * - lldb/source/Plugins/Process/elf-core 2688 - `20` 2689 - `18` 2690 - `2` 2691 - :part:`90%` 2692 * - lldb/source/Plugins/Process/FreeBSD 2693 - `19` 2694 - `11` 2695 - `8` 2696 - :part:`57%` 2697 * - lldb/source/Plugins/Process/gdb-remote 2698 - `26` 2699 - `16` 2700 - `10` 2701 - :part:`61%` 2702 * - lldb/source/Plugins/Process/Linux 2703 - `24` 2704 - `12` 2705 - `12` 2706 - :part:`50%` 2707 * - lldb/source/Plugins/Process/mach-core 2708 - `4` 2709 - `3` 2710 - `1` 2711 - :part:`75%` 2712 * - lldb/source/Plugins/Process/MacOSX-Kernel 2713 - `16` 2714 - `13` 2715 - `3` 2716 - :part:`81%` 2717 * - lldb/source/Plugins/Process/minidump 2718 - `17` 2719 - `10` 2720 - `7` 2721 - :part:`58%` 2722 * - lldb/source/Plugins/Process/NetBSD 2723 - `8` 2724 - `3` 2725 - `5` 2726 - :part:`37%` 2727 * - lldb/source/Plugins/Process/POSIX 2728 - `8` 2729 - `5` 2730 - `3` 2731 - :part:`62%` 2732 * - lldb/source/Plugins/Process/Utility 2733 - `127` 2734 - `86` 2735 - `41` 2736 - :part:`67%` 2737 * - lldb/source/Plugins/Process/Windows/Common 2738 - `34` 2739 - `24` 2740 - `10` 2741 - :part:`70%` 2742 * - lldb/source/Plugins/Process/Windows/Common/arm 2743 - `2` 2744 - `1` 2745 - `1` 2746 - :part:`50%` 2747 * - lldb/source/Plugins/Process/Windows/Common/arm64 2748 - `2` 2749 - `1` 2750 - `1` 2751 - :part:`50%` 2752 * - lldb/source/Plugins/Process/Windows/Common/x64 2753 - `2` 2754 - `0` 2755 - `2` 2756 - :none:`0%` 2757 * - lldb/source/Plugins/Process/Windows/Common/x86 2758 - `2` 2759 - `0` 2760 - `2` 2761 - :none:`0%` 2762 * - lldb/source/Plugins/ScriptInterpreter/Lua 2763 - `4` 2764 - `4` 2765 - `0` 2766 - :good:`100%` 2767 * - lldb/source/Plugins/ScriptInterpreter/None 2768 - `2` 2769 - `2` 2770 - `0` 2771 - :good:`100%` 2772 * - lldb/source/Plugins/ScriptInterpreter/Python 2773 - `8` 2774 - `3` 2775 - `5` 2776 - :part:`37%` 2777 * - lldb/source/Plugins/StructuredData/DarwinLog 2778 - `2` 2779 - `0` 2780 - `2` 2781 - :none:`0%` 2782 * - lldb/source/Plugins/SymbolFile/Breakpad 2783 - `2` 2784 - `0` 2785 - `2` 2786 - :none:`0%` 2787 * - lldb/source/Plugins/SymbolFile/DWARF 2788 - `65` 2789 - `35` 2790 - `30` 2791 - :part:`53%` 2792 * - lldb/source/Plugins/SymbolFile/NativePDB 2793 - `20` 2794 - `11` 2795 - `9` 2796 - :part:`55%` 2797 * - lldb/source/Plugins/SymbolFile/PDB 2798 - `6` 2799 - `4` 2800 - `2` 2801 - :part:`66%` 2802 * - lldb/source/Plugins/SymbolFile/Symtab 2803 - `2` 2804 - `2` 2805 - `0` 2806 - :good:`100%` 2807 * - lldb/source/Plugins/SymbolVendor/ELF 2808 - `2` 2809 - `2` 2810 - `0` 2811 - :good:`100%` 2812 * - lldb/source/Plugins/SymbolVendor/MacOSX 2813 - `2` 2814 - `2` 2815 - `0` 2816 - :good:`100%` 2817 * - lldb/source/Plugins/SymbolVendor/wasm 2818 - `2` 2819 - `2` 2820 - `0` 2821 - :good:`100%` 2822 * - lldb/source/Plugins/SystemRuntime/MacOSX 2823 - `10` 2824 - `1` 2825 - `9` 2826 - :part:`10%` 2827 * - lldb/source/Plugins/TypeSystem/Clang 2828 - `2` 2829 - `0` 2830 - `2` 2831 - :none:`0%` 2832 * - lldb/source/Plugins/UnwindAssembly/InstEmulation 2833 - `2` 2834 - `1` 2835 - `1` 2836 - :part:`50%` 2837 * - lldb/source/Plugins/UnwindAssembly/x86 2838 - `4` 2839 - `2` 2840 - `2` 2841 - :part:`50%` 2842 * - lldb/source/Symbol 2843 - `32` 2844 - `18` 2845 - `14` 2846 - :part:`56%` 2847 * - lldb/source/Target 2848 - `61` 2849 - `28` 2850 - `33` 2851 - :part:`45%` 2852 * - lldb/source/Utility 2853 - `54` 2854 - `41` 2855 - `13` 2856 - :part:`75%` 2857 * - lldb/tools/argdumper 2858 - `1` 2859 - `1` 2860 - `0` 2861 - :good:`100%` 2862 * - lldb/tools/darwin-debug 2863 - `1` 2864 - `1` 2865 - `0` 2866 - :good:`100%` 2867 * - lldb/tools/debugserver/source 2868 - `49` 2869 - `38` 2870 - `11` 2871 - :part:`77%` 2872 * - lldb/tools/debugserver/source/MacOSX 2873 - `24` 2874 - `16` 2875 - `8` 2876 - :part:`66%` 2877 * - lldb/tools/debugserver/source/MacOSX/arm 2878 - `2` 2879 - `1` 2880 - `1` 2881 - :part:`50%` 2882 * - lldb/tools/debugserver/source/MacOSX/arm64 2883 - `2` 2884 - `1` 2885 - `1` 2886 - :part:`50%` 2887 * - lldb/tools/debugserver/source/MacOSX/DarwinLog 2888 - `20` 2889 - `18` 2890 - `2` 2891 - :part:`90%` 2892 * - lldb/tools/debugserver/source/MacOSX/i386 2893 - `3` 2894 - `1` 2895 - `2` 2896 - :part:`33%` 2897 * - lldb/tools/debugserver/source/MacOSX/x86_64 2898 - `3` 2899 - `1` 2900 - `2` 2901 - :part:`33%` 2902 * - lldb/tools/driver 2903 - `4` 2904 - `4` 2905 - `0` 2906 - :good:`100%` 2907 * - lldb/tools/intel-features 2908 - `1` 2909 - `1` 2910 - `0` 2911 - :good:`100%` 2912 * - lldb/tools/intel-features/intel-mpx 2913 - `2` 2914 - `2` 2915 - `0` 2916 - :good:`100%` 2917 * - lldb/tools/intel-features/intel-pt 2918 - `6` 2919 - `6` 2920 - `0` 2921 - :good:`100%` 2922 * - lldb/tools/lldb-instr 2923 - `1` 2924 - `1` 2925 - `0` 2926 - :good:`100%` 2927 * - lldb/tools/lldb-server 2928 - `9` 2929 - `4` 2930 - `5` 2931 - :part:`44%` 2932 * - lldb/tools/lldb-test 2933 - `5` 2934 - `3` 2935 - `2` 2936 - :part:`60%` 2937 * - lldb/tools/lldb-vscode 2938 - `19` 2939 - `12` 2940 - `7` 2941 - :part:`63%` 2942 * - lldb/unittests 2943 - `1` 2944 - `1` 2945 - `0` 2946 - :good:`100%` 2947 * - lldb/unittests/API 2948 - `1` 2949 - `1` 2950 - `0` 2951 - :good:`100%` 2952 * - lldb/unittests/Breakpoint 2953 - `1` 2954 - `1` 2955 - `0` 2956 - :good:`100%` 2957 * - lldb/unittests/Core 2958 - `6` 2959 - `5` 2960 - `1` 2961 - :part:`83%` 2962 * - lldb/unittests/DataFormatter 2963 - `2` 2964 - `2` 2965 - `0` 2966 - :good:`100%` 2967 * - lldb/unittests/debugserver 2968 - `3` 2969 - `2` 2970 - `1` 2971 - :part:`66%` 2972 * - lldb/unittests/Disassembler 2973 - `2` 2974 - `0` 2975 - `2` 2976 - :none:`0%` 2977 * - lldb/unittests/Editline 2978 - `1` 2979 - `1` 2980 - `0` 2981 - :good:`100%` 2982 * - lldb/unittests/Expression 2983 - `5` 2984 - `3` 2985 - `2` 2986 - :part:`60%` 2987 * - lldb/unittests/Host 2988 - `13` 2989 - `10` 2990 - `3` 2991 - :part:`76%` 2992 * - lldb/unittests/Host/linux 2993 - `2` 2994 - `2` 2995 - `0` 2996 - :good:`100%` 2997 * - lldb/unittests/Instruction 2998 - `1` 2999 - `0` 3000 - `1` 3001 - :none:`0%` 3002 * - lldb/unittests/Interpreter 3003 - `2` 3004 - `0` 3005 - `2` 3006 - :none:`0%` 3007 * - lldb/unittests/Language/CLanguages 3008 - `1` 3009 - `1` 3010 - `0` 3011 - :good:`100%` 3012 * - lldb/unittests/Language/CPlusPlus 3013 - `1` 3014 - `0` 3015 - `1` 3016 - :none:`0%` 3017 * - lldb/unittests/Language/Highlighting 3018 - `1` 3019 - `1` 3020 - `0` 3021 - :good:`100%` 3022 * - lldb/unittests/ObjectFile/Breakpad 3023 - `1` 3024 - `1` 3025 - `0` 3026 - :good:`100%` 3027 * - lldb/unittests/ObjectFile/ELF 3028 - `1` 3029 - `0` 3030 - `1` 3031 - :none:`0%` 3032 * - lldb/unittests/ObjectFile/PECOFF 3033 - `1` 3034 - `0` 3035 - `1` 3036 - :none:`0%` 3037 * - lldb/unittests/Platform 3038 - `1` 3039 - `1` 3040 - `0` 3041 - :good:`100%` 3042 * - lldb/unittests/Platform/Android 3043 - `1` 3044 - `0` 3045 - `1` 3046 - :none:`0%` 3047 * - lldb/unittests/Process 3048 - `1` 3049 - `1` 3050 - `0` 3051 - :good:`100%` 3052 * - lldb/unittests/Process/gdb-remote 3053 - `6` 3054 - `5` 3055 - `1` 3056 - :part:`83%` 3057 * - lldb/unittests/Process/Linux 3058 - `1` 3059 - `0` 3060 - `1` 3061 - :none:`0%` 3062 * - lldb/unittests/Process/minidump 3063 - `2` 3064 - `0` 3065 - `2` 3066 - :none:`0%` 3067 * - lldb/unittests/Process/minidump/Inputs 3068 - `1` 3069 - `1` 3070 - `0` 3071 - :good:`100%` 3072 * - lldb/unittests/Process/POSIX 3073 - `1` 3074 - `1` 3075 - `0` 3076 - :good:`100%` 3077 * - lldb/unittests/ScriptInterpreter/Lua 3078 - `2` 3079 - `2` 3080 - `0` 3081 - :good:`100%` 3082 * - lldb/unittests/ScriptInterpreter/Python 3083 - `3` 3084 - `1` 3085 - `2` 3086 - :part:`33%` 3087 * - lldb/unittests/Signals 3088 - `1` 3089 - `1` 3090 - `0` 3091 - :good:`100%` 3092 * - lldb/unittests/Symbol 3093 - `7` 3094 - `4` 3095 - `3` 3096 - :part:`57%` 3097 * - lldb/unittests/SymbolFile/DWARF 3098 - `3` 3099 - `0` 3100 - `3` 3101 - :none:`0%` 3102 * - lldb/unittests/SymbolFile/DWARF/Inputs 3103 - `1` 3104 - `1` 3105 - `0` 3106 - :good:`100%` 3107 * - lldb/unittests/SymbolFile/NativePDB 3108 - `1` 3109 - `1` 3110 - `0` 3111 - :good:`100%` 3112 * - lldb/unittests/SymbolFile/PDB 3113 - `1` 3114 - `0` 3115 - `1` 3116 - :none:`0%` 3117 * - lldb/unittests/SymbolFile/PDB/Inputs 3118 - `5` 3119 - `5` 3120 - `0` 3121 - :good:`100%` 3122 * - lldb/unittests/Target 3123 - `7` 3124 - `3` 3125 - `4` 3126 - :part:`42%` 3127 * - lldb/unittests/TestingSupport 3128 - `5` 3129 - `4` 3130 - `1` 3131 - :part:`80%` 3132 * - lldb/unittests/TestingSupport/Host 3133 - `1` 3134 - `1` 3135 - `0` 3136 - :good:`100%` 3137 * - lldb/unittests/TestingSupport/Symbol 3138 - `3` 3139 - `3` 3140 - `0` 3141 - :good:`100%` 3142 * - lldb/unittests/Thread 3143 - `1` 3144 - `1` 3145 - `0` 3146 - :good:`100%` 3147 * - lldb/unittests/tools/lldb-server/inferior 3148 - `2` 3149 - `0` 3150 - `2` 3151 - :none:`0%` 3152 * - lldb/unittests/tools/lldb-server/tests 3153 - `8` 3154 - `1` 3155 - `7` 3156 - :part:`12%` 3157 * - lldb/unittests/UnwindAssembly/ARM64 3158 - `1` 3159 - `0` 3160 - `1` 3161 - :none:`0%` 3162 * - lldb/unittests/UnwindAssembly/PPC64 3163 - `1` 3164 - `1` 3165 - `0` 3166 - :good:`100%` 3167 * - lldb/unittests/UnwindAssembly/x86 3168 - `1` 3169 - `0` 3170 - `1` 3171 - :none:`0%` 3172 * - lldb/unittests/Utility 3173 - `44` 3174 - `32` 3175 - `12` 3176 - :part:`72%` 3177 * - lldb/utils/lit-cpuid 3178 - `1` 3179 - `0` 3180 - `1` 3181 - :none:`0%` 3182 * - lldb/utils/TableGen 3183 - `6` 3184 - `6` 3185 - `0` 3186 - :good:`100%` 3187 * - llvm/benchmarks 3188 - `1` 3189 - `0` 3190 - `1` 3191 - :none:`0%` 3192 * - llvm/bindings/go/llvm 3193 - `6` 3194 - `3` 3195 - `3` 3196 - :part:`50%` 3197 * - llvm/cmake 3198 - `1` 3199 - `1` 3200 - `0` 3201 - :good:`100%` 3202 * - llvm/examples/BrainF 3203 - `3` 3204 - `0` 3205 - `3` 3206 - :none:`0%` 3207 * - llvm/examples/Bye 3208 - `1` 3209 - `1` 3210 - `0` 3211 - :good:`100%` 3212 * - llvm/examples/ExceptionDemo 3213 - `1` 3214 - `0` 3215 - `1` 3216 - :none:`0%` 3217 * - llvm/examples/Fibonacci 3218 - `1` 3219 - `0` 3220 - `1` 3221 - :none:`0%` 3222 * - llvm/examples/HowToUseJIT 3223 - `1` 3224 - `0` 3225 - `1` 3226 - :none:`0%` 3227 * - llvm/examples/HowToUseLLJIT 3228 - `1` 3229 - `1` 3230 - `0` 3231 - :good:`100%` 3232 * - llvm/examples/IRTransforms 3233 - `4` 3234 - `4` 3235 - `0` 3236 - :good:`100%` 3237 * - llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1 3238 - `2` 3239 - `1` 3240 - `1` 3241 - :part:`50%` 3242 * - llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2 3243 - `2` 3244 - `1` 3245 - `1` 3246 - :part:`50%` 3247 * - llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3 3248 - `2` 3249 - `0` 3250 - `2` 3251 - :none:`0%` 3252 * - llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4 3253 - `2` 3254 - `0` 3255 - `2` 3256 - :none:`0%` 3257 * - llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5 3258 - `3` 3259 - `0` 3260 - `3` 3261 - :none:`0%` 3262 * - llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server 3263 - `1` 3264 - `0` 3265 - `1` 3266 - :none:`0%` 3267 * - llvm/examples/Kaleidoscope/Chapter2 3268 - `1` 3269 - `0` 3270 - `1` 3271 - :none:`0%` 3272 * - llvm/examples/Kaleidoscope/Chapter3 3273 - `1` 3274 - `0` 3275 - `1` 3276 - :none:`0%` 3277 * - llvm/examples/Kaleidoscope/Chapter4 3278 - `1` 3279 - `0` 3280 - `1` 3281 - :none:`0%` 3282 * - llvm/examples/Kaleidoscope/Chapter5 3283 - `1` 3284 - `0` 3285 - `1` 3286 - :none:`0%` 3287 * - llvm/examples/Kaleidoscope/Chapter6 3288 - `1` 3289 - `0` 3290 - `1` 3291 - :none:`0%` 3292 * - llvm/examples/Kaleidoscope/Chapter7 3293 - `1` 3294 - `0` 3295 - `1` 3296 - :none:`0%` 3297 * - llvm/examples/Kaleidoscope/Chapter8 3298 - `1` 3299 - `0` 3300 - `1` 3301 - :none:`0%` 3302 * - llvm/examples/Kaleidoscope/Chapter9 3303 - `1` 3304 - `0` 3305 - `1` 3306 - :none:`0%` 3307 * - llvm/examples/Kaleidoscope/include 3308 - `1` 3309 - `1` 3310 - `0` 3311 - :good:`100%` 3312 * - llvm/examples/Kaleidoscope/MCJIT/cached 3313 - `2` 3314 - `0` 3315 - `2` 3316 - :none:`0%` 3317 * - llvm/examples/Kaleidoscope/MCJIT/complete 3318 - `1` 3319 - `0` 3320 - `1` 3321 - :none:`0%` 3322 * - llvm/examples/Kaleidoscope/MCJIT/initial 3323 - `1` 3324 - `0` 3325 - `1` 3326 - :none:`0%` 3327 * - llvm/examples/Kaleidoscope/MCJIT/lazy 3328 - `2` 3329 - `0` 3330 - `2` 3331 - :none:`0%` 3332 * - llvm/examples/ModuleMaker 3333 - `1` 3334 - `0` 3335 - `1` 3336 - :none:`0%` 3337 * - llvm/examples/OrcV2Examples 3338 - `1` 3339 - `1` 3340 - `0` 3341 - :good:`100%` 3342 * - llvm/examples/OrcV2Examples/LLJITDumpObjects 3343 - `1` 3344 - `1` 3345 - `0` 3346 - :good:`100%` 3347 * - llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer 3348 - `1` 3349 - `1` 3350 - `0` 3351 - :good:`100%` 3352 * - llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener 3353 - `1` 3354 - `1` 3355 - `0` 3356 - :good:`100%` 3357 * - llvm/examples/OrcV2Examples/LLJITWithInitializers 3358 - `1` 3359 - `1` 3360 - `0` 3361 - :good:`100%` 3362 * - llvm/examples/OrcV2Examples/LLJITWithLazyReexports 3363 - `1` 3364 - `1` 3365 - `0` 3366 - :good:`100%` 3367 * - llvm/examples/OrcV2Examples/LLJITWithObjectCache 3368 - `1` 3369 - `1` 3370 - `0` 3371 - :good:`100%` 3372 * - llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin 3373 - `1` 3374 - `1` 3375 - `0` 3376 - :good:`100%` 3377 * - llvm/examples/ParallelJIT 3378 - `1` 3379 - `0` 3380 - `1` 3381 - :none:`0%` 3382 * - llvm/examples/SpeculativeJIT 3383 - `1` 3384 - `0` 3385 - `1` 3386 - :none:`0%` 3387 * - llvm/examples/ThinLtoJIT 3388 - `9` 3389 - `8` 3390 - `1` 3391 - :part:`88%` 3392 * - llvm/include/llvm 3393 - `8` 3394 - `2` 3395 - `6` 3396 - :part:`25%` 3397 * - llvm/include/llvm/ADT 3398 - `84` 3399 - `24` 3400 - `60` 3401 - :part:`28%` 3402 * - llvm/include/llvm/Analysis 3403 - `113` 3404 - `34` 3405 - `79` 3406 - :part:`30%` 3407 * - llvm/include/llvm/Analysis/Utils 3408 - `1` 3409 - `0` 3410 - `1` 3411 - :none:`0%` 3412 * - llvm/include/llvm/AsmParser 3413 - `2` 3414 - `1` 3415 - `1` 3416 - :part:`50%` 3417 * - llvm/include/llvm/BinaryFormat 3418 - `13` 3419 - `9` 3420 - `4` 3421 - :part:`69%` 3422 * - llvm/include/llvm/Bitcode 3423 - `5` 3424 - `1` 3425 - `4` 3426 - :part:`20%` 3427 * - llvm/include/llvm/Bitstream 3428 - `3` 3429 - `0` 3430 - `3` 3431 - :none:`0%` 3432 * - llvm/include/llvm/CodeGen 3433 - `141` 3434 - `32` 3435 - `109` 3436 - :part:`22%` 3437 * - llvm/include/llvm/CodeGen/GlobalISel 3438 - `27` 3439 - `10` 3440 - `17` 3441 - :part:`37%` 3442 * - llvm/include/llvm/CodeGen/MIRParser 3443 - `2` 3444 - `1` 3445 - `1` 3446 - :part:`50%` 3447 * - llvm/include/llvm/CodeGen/PBQP 3448 - `5` 3449 - `1` 3450 - `4` 3451 - :part:`20%` 3452 * - llvm/include/llvm/DebugInfo 3453 - `1` 3454 - `0` 3455 - `1` 3456 - :none:`0%` 3457 * - llvm/include/llvm/DebugInfo/CodeView 3458 - `57` 3459 - `40` 3460 - `17` 3461 - :part:`70%` 3462 * - llvm/include/llvm/DebugInfo/DWARF 3463 - `32` 3464 - `17` 3465 - `15` 3466 - :part:`53%` 3467 * - llvm/include/llvm/DebugInfo/GSYM 3468 - `14` 3469 - `2` 3470 - `12` 3471 - :part:`14%` 3472 * - llvm/include/llvm/DebugInfo/MSF 3473 - `5` 3474 - `4` 3475 - `1` 3476 - :part:`80%` 3477 * - llvm/include/llvm/DebugInfo/PDB 3478 - `50` 3479 - `7` 3480 - `43` 3481 - :part:`14%` 3482 * - llvm/include/llvm/DebugInfo/PDB/DIA 3483 - `20` 3484 - `9` 3485 - `11` 3486 - :part:`45%` 3487 * - llvm/include/llvm/DebugInfo/PDB/Native 3488 - `52` 3489 - `34` 3490 - `18` 3491 - :part:`65%` 3492 * - llvm/include/llvm/DebugInfo/Symbolize 3493 - `3` 3494 - `0` 3495 - `3` 3496 - :none:`0%` 3497 * - llvm/include/llvm/Demangle 3498 - `7` 3499 - `3` 3500 - `4` 3501 - :part:`42%` 3502 * - llvm/include/llvm/DWARFLinker 3503 - `4` 3504 - `4` 3505 - `0` 3506 - :good:`100%` 3507 * - llvm/include/llvm/ExecutionEngine 3508 - `14` 3509 - `3` 3510 - `11` 3511 - :part:`21%` 3512 * - llvm/include/llvm/ExecutionEngine/JITLink 3513 - `8` 3514 - `5` 3515 - `3` 3516 - :part:`62%` 3517 * - llvm/include/llvm/ExecutionEngine/Orc 3518 - `32` 3519 - `11` 3520 - `21` 3521 - :part:`34%` 3522 * - llvm/include/llvm/ExecutionEngine/Orc/RPC 3523 - `3` 3524 - `0` 3525 - `3` 3526 - :none:`0%` 3527 * - llvm/include/llvm/Frontend/OpenMP 3528 - `4` 3529 - `4` 3530 - `0` 3531 - :good:`100%` 3532 * - llvm/include/llvm/FuzzMutate 3533 - `6` 3534 - `0` 3535 - `6` 3536 - :none:`0%` 3537 * - llvm/include/llvm/IR 3538 - `84` 3539 - `15` 3540 - `69` 3541 - :part:`17%` 3542 * - llvm/include/llvm/IRReader 3543 - `1` 3544 - `0` 3545 - `1` 3546 - :none:`0%` 3547 * - llvm/include/llvm/LineEditor 3548 - `1` 3549 - `0` 3550 - `1` 3551 - :none:`0%` 3552 * - llvm/include/llvm/Linker 3553 - `2` 3554 - `0` 3555 - `2` 3556 - :none:`0%` 3557 * - llvm/include/llvm/LTO 3558 - `5` 3559 - `2` 3560 - `3` 3561 - :part:`40%` 3562 * - llvm/include/llvm/LTO/legacy 3563 - `4` 3564 - `0` 3565 - `4` 3566 - :none:`0%` 3567 * - llvm/include/llvm/MC 3568 - `69` 3569 - `17` 3570 - `52` 3571 - :part:`24%` 3572 * - llvm/include/llvm/MC/MCDisassembler 3573 - `4` 3574 - `1` 3575 - `3` 3576 - :part:`25%` 3577 * - llvm/include/llvm/MC/MCParser 3578 - `8` 3579 - `3` 3580 - `5` 3581 - :part:`37%` 3582 * - llvm/include/llvm/MCA 3583 - `8` 3584 - `8` 3585 - `0` 3586 - :good:`100%` 3587 * - llvm/include/llvm/MCA/HardwareUnits 3588 - `6` 3589 - `4` 3590 - `2` 3591 - :part:`66%` 3592 * - llvm/include/llvm/MCA/Stages 3593 - `7` 3594 - `6` 3595 - `1` 3596 - :part:`85%` 3597 * - llvm/include/llvm/Object 3598 - `30` 3599 - `10` 3600 - `20` 3601 - :part:`33%` 3602 * - llvm/include/llvm/ObjectYAML 3603 - `15` 3604 - `13` 3605 - `2` 3606 - :part:`86%` 3607 * - llvm/include/llvm/Option 3608 - `5` 3609 - `1` 3610 - `4` 3611 - :part:`20%` 3612 * - llvm/include/llvm/Passes 3613 - `3` 3614 - `1` 3615 - `2` 3616 - :part:`33%` 3617 * - llvm/include/llvm/ProfileData 3618 - `8` 3619 - `4` 3620 - `4` 3621 - :part:`50%` 3622 * - llvm/include/llvm/ProfileData/Coverage 3623 - `3` 3624 - `2` 3625 - `1` 3626 - :part:`66%` 3627 * - llvm/include/llvm/Remarks 3628 - `11` 3629 - `10` 3630 - `1` 3631 - :part:`90%` 3632 * - llvm/include/llvm/Support 3633 - `170` 3634 - `50` 3635 - `120` 3636 - :part:`29%` 3637 * - llvm/include/llvm/Support/Solaris/sys 3638 - `1` 3639 - `1` 3640 - `0` 3641 - :good:`100%` 3642 * - llvm/include/llvm/Support/Windows 3643 - `1` 3644 - `0` 3645 - `1` 3646 - :none:`0%` 3647 * - llvm/include/llvm/TableGen 3648 - `7` 3649 - `1` 3650 - `6` 3651 - :part:`14%` 3652 * - llvm/include/llvm/Target 3653 - `5` 3654 - `1` 3655 - `4` 3656 - :part:`20%` 3657 * - llvm/include/llvm/Testing/Support 3658 - `3` 3659 - `2` 3660 - `1` 3661 - :part:`66%` 3662 * - llvm/include/llvm/TextAPI/ELF 3663 - `2` 3664 - `0` 3665 - `2` 3666 - :none:`0%` 3667 * - llvm/include/llvm/TextAPI/MachO 3668 - `9` 3669 - `8` 3670 - `1` 3671 - :part:`88%` 3672 * - llvm/include/llvm/ToolDrivers/llvm-dlltool 3673 - `1` 3674 - `1` 3675 - `0` 3676 - :good:`100%` 3677 * - llvm/include/llvm/ToolDrivers/llvm-lib 3678 - `1` 3679 - `0` 3680 - `1` 3681 - :none:`0%` 3682 * - llvm/include/llvm/Transforms 3683 - `8` 3684 - `2` 3685 - `6` 3686 - :part:`25%` 3687 * - llvm/include/llvm/Transforms/AggressiveInstCombine 3688 - `1` 3689 - `0` 3690 - `1` 3691 - :none:`0%` 3692 * - llvm/include/llvm/Transforms/Coroutines 3693 - `4` 3694 - `4` 3695 - `0` 3696 - :good:`100%` 3697 * - llvm/include/llvm/Transforms/InstCombine 3698 - `2` 3699 - `0` 3700 - `2` 3701 - :none:`0%` 3702 * - llvm/include/llvm/Transforms/Instrumentation 3703 - `14` 3704 - `8` 3705 - `6` 3706 - :part:`57%` 3707 * - llvm/include/llvm/Transforms/IPO 3708 - `29` 3709 - `19` 3710 - `10` 3711 - :part:`65%` 3712 * - llvm/include/llvm/Transforms/Scalar 3713 - `61` 3714 - `32` 3715 - `29` 3716 - :part:`52%` 3717 * - llvm/include/llvm/Transforms/Utils 3718 - `57` 3719 - `26` 3720 - `31` 3721 - :part:`45%` 3722 * - llvm/include/llvm/Transforms/Vectorize 3723 - `5` 3724 - `1` 3725 - `4` 3726 - :part:`20%` 3727 * - llvm/include/llvm/WindowsManifest 3728 - `1` 3729 - `1` 3730 - `0` 3731 - :good:`100%` 3732 * - llvm/include/llvm/WindowsResource 3733 - `3` 3734 - `1` 3735 - `2` 3736 - :part:`33%` 3737 * - llvm/include/llvm/XRay 3738 - `17` 3739 - `14` 3740 - `3` 3741 - :part:`82%` 3742 * - llvm/include/llvm-c 3743 - `26` 3744 - `11` 3745 - `15` 3746 - :part:`42%` 3747 * - llvm/include/llvm-c/Transforms 3748 - `8` 3749 - `2` 3750 - `6` 3751 - :part:`25%` 3752 * - llvm/lib/Analysis 3753 - `109` 3754 - `33` 3755 - `76` 3756 - :part:`30%` 3757 * - llvm/lib/AsmParser 3758 - `6` 3759 - `2` 3760 - `4` 3761 - :part:`33%` 3762 * - llvm/lib/BinaryFormat 3763 - `11` 3764 - `7` 3765 - `4` 3766 - :part:`63%` 3767 * - llvm/lib/Bitcode/Reader 3768 - `7` 3769 - `2` 3770 - `5` 3771 - :part:`28%` 3772 * - llvm/lib/Bitcode/Writer 3773 - `5` 3774 - `0` 3775 - `5` 3776 - :none:`0%` 3777 * - llvm/lib/Bitstream/Reader 3778 - `1` 3779 - `0` 3780 - `1` 3781 - :none:`0%` 3782 * - llvm/lib/CodeGen 3783 - `196` 3784 - `31` 3785 - `165` 3786 - :part:`15%` 3787 * - llvm/lib/CodeGen/AsmPrinter 3788 - `42` 3789 - `14` 3790 - `28` 3791 - :part:`33%` 3792 * - llvm/lib/CodeGen/GlobalISel 3793 - `24` 3794 - `8` 3795 - `16` 3796 - :part:`33%` 3797 * - llvm/lib/CodeGen/MIRParser 3798 - `4` 3799 - `1` 3800 - `3` 3801 - :part:`25%` 3802 * - llvm/lib/CodeGen/SelectionDAG 3803 - `31` 3804 - `2` 3805 - `29` 3806 - :part:`6%` 3807 * - llvm/lib/DebugInfo/CodeView 3808 - `40` 3809 - `25` 3810 - `15` 3811 - :part:`62%` 3812 * - llvm/lib/DebugInfo/DWARF 3813 - `28` 3814 - `7` 3815 - `21` 3816 - :part:`25%` 3817 * - llvm/lib/DebugInfo/GSYM 3818 - `11` 3819 - `1` 3820 - `10` 3821 - :part:`9%` 3822 * - llvm/lib/DebugInfo/MSF 3823 - `4` 3824 - `4` 3825 - `0` 3826 - :good:`100%` 3827 * - llvm/lib/DebugInfo/PDB 3828 - `40` 3829 - `34` 3830 - `6` 3831 - :part:`85%` 3832 * - llvm/lib/DebugInfo/PDB/DIA 3833 - `18` 3834 - `15` 3835 - `3` 3836 - :part:`83%` 3837 * - llvm/lib/DebugInfo/PDB/Native 3838 - `48` 3839 - `36` 3840 - `12` 3841 - :part:`75%` 3842 * - llvm/lib/DebugInfo/Symbolize 3843 - `4` 3844 - `1` 3845 - `3` 3846 - :part:`25%` 3847 * - llvm/lib/Demangle 3848 - `4` 3849 - `2` 3850 - `2` 3851 - :part:`50%` 3852 * - llvm/lib/DWARFLinker 3853 - `4` 3854 - `3` 3855 - `1` 3856 - :part:`75%` 3857 * - llvm/lib/ExecutionEngine 3858 - `5` 3859 - `1` 3860 - `4` 3861 - :part:`20%` 3862 * - llvm/lib/ExecutionEngine/IntelJITEvents 3863 - `5` 3864 - `0` 3865 - `5` 3866 - :none:`0%` 3867 * - llvm/lib/ExecutionEngine/Interpreter 3868 - `4` 3869 - `0` 3870 - `4` 3871 - :none:`0%` 3872 * - llvm/lib/ExecutionEngine/JITLink 3873 - `14` 3874 - `9` 3875 - `5` 3876 - :part:`64%` 3877 * - llvm/lib/ExecutionEngine/MCJIT 3878 - `2` 3879 - `0` 3880 - `2` 3881 - :none:`0%` 3882 * - llvm/lib/ExecutionEngine/OProfileJIT 3883 - `2` 3884 - `0` 3885 - `2` 3886 - :none:`0%` 3887 * - llvm/lib/ExecutionEngine/Orc 3888 - `28` 3889 - `15` 3890 - `13` 3891 - :part:`53%` 3892 * - llvm/lib/ExecutionEngine/OrcError 3893 - `2` 3894 - `0` 3895 - `2` 3896 - :none:`0%` 3897 * - llvm/lib/ExecutionEngine/PerfJITEvents 3898 - `1` 3899 - `0` 3900 - `1` 3901 - :none:`0%` 3902 * - llvm/lib/ExecutionEngine/RuntimeDyld 3903 - `12` 3904 - `1` 3905 - `11` 3906 - :part:`8%` 3907 * - llvm/lib/ExecutionEngine/RuntimeDyld/Targets 3908 - `10` 3909 - `1` 3910 - `9` 3911 - :part:`10%` 3912 * - llvm/lib/Extensions 3913 - `1` 3914 - `1` 3915 - `0` 3916 - :good:`100%` 3917 * - llvm/lib/Frontend/OpenMP 3918 - `3` 3919 - `2` 3920 - `1` 3921 - :part:`66%` 3922 * - llvm/lib/FuzzMutate 3923 - `5` 3924 - `2` 3925 - `3` 3926 - :part:`40%` 3927 * - llvm/lib/IR 3928 - `61` 3929 - `11` 3930 - `50` 3931 - :part:`18%` 3932 * - llvm/lib/IRReader 3933 - `1` 3934 - `0` 3935 - `1` 3936 - :none:`0%` 3937 * - llvm/lib/LineEditor 3938 - `1` 3939 - `0` 3940 - `1` 3941 - :none:`0%` 3942 * - llvm/lib/Linker 3943 - `3` 3944 - `0` 3945 - `3` 3946 - :none:`0%` 3947 * - llvm/lib/LTO 3948 - `8` 3949 - `1` 3950 - `7` 3951 - :part:`12%` 3952 * - llvm/lib/MC 3953 - `62` 3954 - `20` 3955 - `42` 3956 - :part:`32%` 3957 * - llvm/lib/MC/MCDisassembler 3958 - `6` 3959 - `3` 3960 - `3` 3961 - :part:`50%` 3962 * - llvm/lib/MC/MCParser 3963 - `12` 3964 - `1` 3965 - `11` 3966 - :part:`8%` 3967 * - llvm/lib/MCA 3968 - `7` 3969 - `3` 3970 - `4` 3971 - :part:`42%` 3972 * - llvm/lib/MCA/HardwareUnits 3973 - `6` 3974 - `3` 3975 - `3` 3976 - :part:`50%` 3977 * - llvm/lib/MCA/Stages 3978 - `7` 3979 - `6` 3980 - `1` 3981 - :part:`85%` 3982 * - llvm/lib/Object 3983 - `29` 3984 - `10` 3985 - `19` 3986 - :part:`34%` 3987 * - llvm/lib/ObjectYAML 3988 - `22` 3989 - `13` 3990 - `9` 3991 - :part:`59%` 3992 * - llvm/lib/Option 3993 - `4` 3994 - `0` 3995 - `4` 3996 - :none:`0%` 3997 * - llvm/lib/Passes 3998 - `3` 3999 - `2` 4000 - `1` 4001 - :part:`66%` 4002 * - llvm/lib/ProfileData 4003 - `8` 4004 - `2` 4005 - `6` 4006 - :part:`25%` 4007 * - llvm/lib/ProfileData/Coverage 4008 - `3` 4009 - `0` 4010 - `3` 4011 - :none:`0%` 4012 * - llvm/lib/Remarks 4013 - `13` 4014 - `10` 4015 - `3` 4016 - :part:`76%` 4017 * - llvm/lib/Support 4018 - `132` 4019 - `44` 4020 - `88` 4021 - :part:`33%` 4022 * - llvm/lib/Support/Unix 4023 - `1` 4024 - `0` 4025 - `1` 4026 - :none:`0%` 4027 * - llvm/lib/TableGen 4028 - `11` 4029 - `1` 4030 - `10` 4031 - :part:`9%` 4032 * - llvm/lib/Target 4033 - `5` 4034 - `0` 4035 - `5` 4036 - :none:`0%` 4037 * - llvm/lib/Target/AArch64 4038 - `59` 4039 - `7` 4040 - `52` 4041 - :part:`11%` 4042 * - llvm/lib/Target/AArch64/AsmParser 4043 - `1` 4044 - `0` 4045 - `1` 4046 - :none:`0%` 4047 * - llvm/lib/Target/AArch64/Disassembler 4048 - `4` 4049 - `1` 4050 - `3` 4051 - :part:`25%` 4052 * - llvm/lib/Target/AArch64/GISel 4053 - `9` 4054 - `0` 4055 - `9` 4056 - :none:`0%` 4057 * - llvm/lib/Target/AArch64/MCTargetDesc 4058 - `21` 4059 - `6` 4060 - `15` 4061 - :part:`28%` 4062 * - llvm/lib/Target/AArch64/TargetInfo 4063 - `2` 4064 - `1` 4065 - `1` 4066 - :part:`50%` 4067 * - llvm/lib/Target/AArch64/Utils 4068 - `2` 4069 - `0` 4070 - `2` 4071 - :none:`0%` 4072 * - llvm/lib/Target/AMDGPU 4073 - `146` 4074 - `12` 4075 - `134` 4076 - :part:`8%` 4077 * - llvm/lib/Target/AMDGPU/AsmParser 4078 - `1` 4079 - `0` 4080 - `1` 4081 - :none:`0%` 4082 * - llvm/lib/Target/AMDGPU/Disassembler 4083 - `2` 4084 - `0` 4085 - `2` 4086 - :none:`0%` 4087 * - llvm/lib/Target/AMDGPU/MCTargetDesc 4088 - `18` 4089 - `3` 4090 - `15` 4091 - :part:`16%` 4092 * - llvm/lib/Target/AMDGPU/TargetInfo 4093 - `2` 4094 - `1` 4095 - `1` 4096 - :part:`50%` 4097 * - llvm/lib/Target/AMDGPU/Utils 4098 - `9` 4099 - `2` 4100 - `7` 4101 - :part:`22%` 4102 * - llvm/lib/Target/ARC 4103 - `24` 4104 - `19` 4105 - `5` 4106 - :part:`79%` 4107 * - llvm/lib/Target/ARC/Disassembler 4108 - `1` 4109 - `0` 4110 - `1` 4111 - :none:`0%` 4112 * - llvm/lib/Target/ARC/MCTargetDesc 4113 - `7` 4114 - `6` 4115 - `1` 4116 - :part:`85%` 4117 * - llvm/lib/Target/ARC/TargetInfo 4118 - `2` 4119 - `2` 4120 - `0` 4121 - :good:`100%` 4122 * - llvm/lib/Target/ARM 4123 - `71` 4124 - `7` 4125 - `64` 4126 - :part:`9%` 4127 * - llvm/lib/Target/ARM/AsmParser 4128 - `1` 4129 - `0` 4130 - `1` 4131 - :none:`0%` 4132 * - llvm/lib/Target/ARM/Disassembler 4133 - `1` 4134 - `0` 4135 - `1` 4136 - :none:`0%` 4137 * - llvm/lib/Target/ARM/MCTargetDesc 4138 - `26` 4139 - `2` 4140 - `24` 4141 - :part:`7%` 4142 * - llvm/lib/Target/ARM/TargetInfo 4143 - `2` 4144 - `2` 4145 - `0` 4146 - :good:`100%` 4147 * - llvm/lib/Target/ARM/Utils 4148 - `2` 4149 - `0` 4150 - `2` 4151 - :none:`0%` 4152 * - llvm/lib/Target/AVR 4153 - `23` 4154 - `4` 4155 - `19` 4156 - :part:`17%` 4157 * - llvm/lib/Target/AVR/AsmParser 4158 - `1` 4159 - `0` 4160 - `1` 4161 - :none:`0%` 4162 * - llvm/lib/Target/AVR/Disassembler 4163 - `1` 4164 - `0` 4165 - `1` 4166 - :none:`0%` 4167 * - llvm/lib/Target/AVR/MCTargetDesc 4168 - `20` 4169 - `6` 4170 - `14` 4171 - :part:`30%` 4172 * - llvm/lib/Target/AVR/TargetInfo 4173 - `2` 4174 - `1` 4175 - `1` 4176 - :part:`50%` 4177 * - llvm/lib/Target/BPF 4178 - `28` 4179 - `5` 4180 - `23` 4181 - :part:`17%` 4182 * - llvm/lib/Target/BPF/AsmParser 4183 - `1` 4184 - `0` 4185 - `1` 4186 - :none:`0%` 4187 * - llvm/lib/Target/BPF/Disassembler 4188 - `1` 4189 - `0` 4190 - `1` 4191 - :none:`0%` 4192 * - llvm/lib/Target/BPF/MCTargetDesc 4193 - `8` 4194 - `1` 4195 - `7` 4196 - :part:`12%` 4197 * - llvm/lib/Target/BPF/TargetInfo 4198 - `2` 4199 - `1` 4200 - `1` 4201 - :part:`50%` 4202 * - llvm/lib/Target/Hexagon 4203 - `77` 4204 - `2` 4205 - `75` 4206 - :part:`2%` 4207 * - llvm/lib/Target/Hexagon/AsmParser 4208 - `1` 4209 - `0` 4210 - `1` 4211 - :none:`0%` 4212 * - llvm/lib/Target/Hexagon/Disassembler 4213 - `1` 4214 - `0` 4215 - `1` 4216 - :none:`0%` 4217 * - llvm/lib/Target/Hexagon/MCTargetDesc 4218 - `26` 4219 - `6` 4220 - `20` 4221 - :part:`23%` 4222 * - llvm/lib/Target/Hexagon/TargetInfo 4223 - `2` 4224 - `1` 4225 - `1` 4226 - :part:`50%` 4227 * - llvm/lib/Target/Lanai 4228 - `28` 4229 - `19` 4230 - `9` 4231 - :part:`67%` 4232 * - llvm/lib/Target/Lanai/AsmParser 4233 - `1` 4234 - `0` 4235 - `1` 4236 - :none:`0%` 4237 * - llvm/lib/Target/Lanai/Disassembler 4238 - `2` 4239 - `2` 4240 - `0` 4241 - :good:`100%` 4242 * - llvm/lib/Target/Lanai/MCTargetDesc 4243 - `13` 4244 - `12` 4245 - `1` 4246 - :part:`92%` 4247 * - llvm/lib/Target/Lanai/TargetInfo 4248 - `2` 4249 - `2` 4250 - `0` 4251 - :good:`100%` 4252 * - llvm/lib/Target/Mips 4253 - `69` 4254 - `12` 4255 - `57` 4256 - :part:`17%` 4257 * - llvm/lib/Target/Mips/AsmParser 4258 - `1` 4259 - `0` 4260 - `1` 4261 - :none:`0%` 4262 * - llvm/lib/Target/Mips/Disassembler 4263 - `1` 4264 - `0` 4265 - `1` 4266 - :none:`0%` 4267 * - llvm/lib/Target/Mips/MCTargetDesc 4268 - `25` 4269 - `6` 4270 - `19` 4271 - :part:`24%` 4272 * - llvm/lib/Target/Mips/TargetInfo 4273 - `2` 4274 - `2` 4275 - `0` 4276 - :good:`100%` 4277 * - llvm/lib/Target/MSP430 4278 - `20` 4279 - `0` 4280 - `20` 4281 - :none:`0%` 4282 * - llvm/lib/Target/MSP430/AsmParser 4283 - `1` 4284 - `0` 4285 - `1` 4286 - :none:`0%` 4287 * - llvm/lib/Target/MSP430/Disassembler 4288 - `1` 4289 - `0` 4290 - `1` 4291 - :none:`0%` 4292 * - llvm/lib/Target/MSP430/MCTargetDesc 4293 - `11` 4294 - `3` 4295 - `8` 4296 - :part:`27%` 4297 * - llvm/lib/Target/MSP430/TargetInfo 4298 - `2` 4299 - `2` 4300 - `0` 4301 - :good:`100%` 4302 * - llvm/lib/Target/NVPTX 4303 - `42` 4304 - `7` 4305 - `35` 4306 - :part:`16%` 4307 * - llvm/lib/Target/NVPTX/MCTargetDesc 4308 - `9` 4309 - `5` 4310 - `4` 4311 - :part:`55%` 4312 * - llvm/lib/Target/NVPTX/TargetInfo 4313 - `2` 4314 - `2` 4315 - `0` 4316 - :good:`100%` 4317 * - llvm/lib/Target/PowerPC 4318 - `53` 4319 - `2` 4320 - `51` 4321 - :part:`3%` 4322 * - llvm/lib/Target/PowerPC/AsmParser 4323 - `1` 4324 - `0` 4325 - `1` 4326 - :none:`0%` 4327 * - llvm/lib/Target/PowerPC/Disassembler 4328 - `1` 4329 - `0` 4330 - `1` 4331 - :none:`0%` 4332 * - llvm/lib/Target/PowerPC/MCTargetDesc 4333 - `18` 4334 - `2` 4335 - `16` 4336 - :part:`11%` 4337 * - llvm/lib/Target/PowerPC/TargetInfo 4338 - `2` 4339 - `2` 4340 - `0` 4341 - :good:`100%` 4342 * - llvm/lib/Target/RISCV 4343 - `31` 4344 - `13` 4345 - `18` 4346 - :part:`41%` 4347 * - llvm/lib/Target/RISCV/AsmParser 4348 - `1` 4349 - `0` 4350 - `1` 4351 - :none:`0%` 4352 * - llvm/lib/Target/RISCV/Disassembler 4353 - `1` 4354 - `0` 4355 - `1` 4356 - :none:`0%` 4357 * - llvm/lib/Target/RISCV/MCTargetDesc 4358 - `17` 4359 - `8` 4360 - `9` 4361 - :part:`47%` 4362 * - llvm/lib/Target/RISCV/TargetInfo 4363 - `2` 4364 - `2` 4365 - `0` 4366 - :good:`100%` 4367 * - llvm/lib/Target/RISCV/Utils 4368 - `4` 4369 - `3` 4370 - `1` 4371 - :part:`75%` 4372 * - llvm/lib/Target/Sparc 4373 - `23` 4374 - `2` 4375 - `21` 4376 - :part:`8%` 4377 * - llvm/lib/Target/Sparc/AsmParser 4378 - `1` 4379 - `0` 4380 - `1` 4381 - :none:`0%` 4382 * - llvm/lib/Target/Sparc/Disassembler 4383 - `1` 4384 - `0` 4385 - `1` 4386 - :none:`0%` 4387 * - llvm/lib/Target/Sparc/MCTargetDesc 4388 - `14` 4389 - `4` 4390 - `10` 4391 - :part:`28%` 4392 * - llvm/lib/Target/Sparc/TargetInfo 4393 - `2` 4394 - `2` 4395 - `0` 4396 - :good:`100%` 4397 * - llvm/lib/Target/SystemZ 4398 - `40` 4399 - `4` 4400 - `36` 4401 - :part:`10%` 4402 * - llvm/lib/Target/SystemZ/AsmParser 4403 - `1` 4404 - `0` 4405 - `1` 4406 - :none:`0%` 4407 * - llvm/lib/Target/SystemZ/Disassembler 4408 - `1` 4409 - `0` 4410 - `1` 4411 - :none:`0%` 4412 * - llvm/lib/Target/SystemZ/MCTargetDesc 4413 - `10` 4414 - `4` 4415 - `6` 4416 - :part:`40%` 4417 * - llvm/lib/Target/SystemZ/TargetInfo 4418 - `2` 4419 - `2` 4420 - `0` 4421 - :good:`100%` 4422 * - llvm/lib/Target/VE 4423 - `19` 4424 - `15` 4425 - `4` 4426 - :part:`78%` 4427 * - llvm/lib/Target/VE/AsmParser 4428 - `1` 4429 - `1` 4430 - `0` 4431 - :good:`100%` 4432 * - llvm/lib/Target/VE/Disassembler 4433 - `1` 4434 - `1` 4435 - `0` 4436 - :good:`100%` 4437 * - llvm/lib/Target/VE/MCTargetDesc 4438 - `14` 4439 - `13` 4440 - `1` 4441 - :part:`92%` 4442 * - llvm/lib/Target/VE/TargetInfo 4443 - `2` 4444 - `1` 4445 - `1` 4446 - :part:`50%` 4447 * - llvm/lib/Target/WebAssembly 4448 - `58` 4449 - `40` 4450 - `18` 4451 - :part:`68%` 4452 * - llvm/lib/Target/WebAssembly/AsmParser 4453 - `1` 4454 - `0` 4455 - `1` 4456 - :none:`0%` 4457 * - llvm/lib/Target/WebAssembly/Disassembler 4458 - `1` 4459 - `1` 4460 - `0` 4461 - :good:`100%` 4462 * - llvm/lib/Target/WebAssembly/MCTargetDesc 4463 - `12` 4464 - `7` 4465 - `5` 4466 - :part:`58%` 4467 * - llvm/lib/Target/WebAssembly/TargetInfo 4468 - `2` 4469 - `2` 4470 - `0` 4471 - :good:`100%` 4472 * - llvm/lib/Target/X86 4473 - `75` 4474 - `11` 4475 - `64` 4476 - :part:`14%` 4477 * - llvm/lib/Target/X86/AsmParser 4478 - `3` 4479 - `0` 4480 - `3` 4481 - :none:`0%` 4482 * - llvm/lib/Target/X86/Disassembler 4483 - `2` 4484 - `0` 4485 - `2` 4486 - :none:`0%` 4487 * - llvm/lib/Target/X86/MCTargetDesc 4488 - `25` 4489 - `6` 4490 - `19` 4491 - :part:`24%` 4492 * - llvm/lib/Target/X86/TargetInfo 4493 - `2` 4494 - `1` 4495 - `1` 4496 - :part:`50%` 4497 * - llvm/lib/Target/XCore 4498 - `27` 4499 - `2` 4500 - `25` 4501 - :part:`7%` 4502 * - llvm/lib/Target/XCore/Disassembler 4503 - `1` 4504 - `0` 4505 - `1` 4506 - :none:`0%` 4507 * - llvm/lib/Target/XCore/MCTargetDesc 4508 - `6` 4509 - `3` 4510 - `3` 4511 - :part:`50%` 4512 * - llvm/lib/Target/XCore/TargetInfo 4513 - `2` 4514 - `1` 4515 - `1` 4516 - :part:`50%` 4517 * - llvm/lib/Testing/Support 4518 - `3` 4519 - `3` 4520 - `0` 4521 - :good:`100%` 4522 * - llvm/lib/TextAPI/ELF 4523 - `2` 4524 - `1` 4525 - `1` 4526 - :part:`50%` 4527 * - llvm/lib/TextAPI/MachO 4528 - `11` 4529 - `8` 4530 - `3` 4531 - :part:`72%` 4532 * - llvm/lib/ToolDrivers/llvm-dlltool 4533 - `1` 4534 - `0` 4535 - `1` 4536 - :none:`0%` 4537 * - llvm/lib/ToolDrivers/llvm-lib 4538 - `1` 4539 - `0` 4540 - `1` 4541 - :none:`0%` 4542 * - llvm/lib/Transforms/AggressiveInstCombine 4543 - `3` 4544 - `0` 4545 - `3` 4546 - :none:`0%` 4547 * - llvm/lib/Transforms/CFGuard 4548 - `1` 4549 - `1` 4550 - `0` 4551 - :good:`100%` 4552 * - llvm/lib/Transforms/Coroutines 4553 - `8` 4554 - `0` 4555 - `8` 4556 - :none:`0%` 4557 * - llvm/lib/Transforms/Hello 4558 - `1` 4559 - `0` 4560 - `1` 4561 - :none:`0%` 4562 * - llvm/lib/Transforms/InstCombine 4563 - `16` 4564 - `1` 4565 - `15` 4566 - :part:`6%` 4567 * - llvm/lib/Transforms/Instrumentation 4568 - `21` 4569 - `3` 4570 - `18` 4571 - :part:`14%` 4572 * - llvm/lib/Transforms/IPO 4573 - `39` 4574 - `5` 4575 - `34` 4576 - :part:`12%` 4577 * - llvm/lib/Transforms/ObjCARC 4578 - `15` 4579 - `3` 4580 - `12` 4581 - :part:`20%` 4582 * - llvm/lib/Transforms/Scalar 4583 - `75` 4584 - `10` 4585 - `65` 4586 - :part:`13%` 4587 * - llvm/lib/Transforms/Utils 4588 - `72` 4589 - `14` 4590 - `58` 4591 - :part:`19%` 4592 * - llvm/lib/Transforms/Vectorize 4593 - `22` 4594 - `14` 4595 - `8` 4596 - :part:`63%` 4597 * - llvm/lib/WindowsManifest 4598 - `1` 4599 - `1` 4600 - `0` 4601 - :good:`100%` 4602 * - llvm/lib/XRay 4603 - `14` 4604 - `12` 4605 - `2` 4606 - :part:`85%` 4607 * - llvm/tools/bugpoint 4608 - `12` 4609 - `1` 4610 - `11` 4611 - :part:`8%` 4612 * - llvm/tools/bugpoint-passes 4613 - `1` 4614 - `0` 4615 - `1` 4616 - :none:`0%` 4617 * - llvm/tools/dsymutil 4618 - `18` 4619 - `15` 4620 - `3` 4621 - :part:`83%` 4622 * - llvm/tools/gold 4623 - `1` 4624 - `0` 4625 - `1` 4626 - :none:`0%` 4627 * - llvm/tools/llc 4628 - `1` 4629 - `0` 4630 - `1` 4631 - :none:`0%` 4632 * - llvm/tools/lli 4633 - `2` 4634 - `0` 4635 - `2` 4636 - :none:`0%` 4637 * - llvm/tools/lli/ChildTarget 4638 - `1` 4639 - `1` 4640 - `0` 4641 - :good:`100%` 4642 * - llvm/tools/llvm-ar 4643 - `1` 4644 - `0` 4645 - `1` 4646 - :none:`0%` 4647 * - llvm/tools/llvm-as 4648 - `1` 4649 - `0` 4650 - `1` 4651 - :none:`0%` 4652 * - llvm/tools/llvm-as-fuzzer 4653 - `1` 4654 - `0` 4655 - `1` 4656 - :none:`0%` 4657 * - llvm/tools/llvm-bcanalyzer 4658 - `1` 4659 - `1` 4660 - `0` 4661 - :good:`100%` 4662 * - llvm/tools/llvm-c-test 4663 - `2` 4664 - `0` 4665 - `2` 4666 - :none:`0%` 4667 * - llvm/tools/llvm-cat 4668 - `1` 4669 - `0` 4670 - `1` 4671 - :none:`0%` 4672 * - llvm/tools/llvm-cfi-verify 4673 - `1` 4674 - `0` 4675 - `1` 4676 - :none:`0%` 4677 * - llvm/tools/llvm-cfi-verify/lib 4678 - `4` 4679 - `1` 4680 - `3` 4681 - :part:`25%` 4682 * - llvm/tools/llvm-config 4683 - `1` 4684 - `0` 4685 - `1` 4686 - :none:`0%` 4687 * - llvm/tools/llvm-cov 4688 - `23` 4689 - `12` 4690 - `11` 4691 - :part:`52%` 4692 * - llvm/tools/llvm-cvtres 4693 - `1` 4694 - `0` 4695 - `1` 4696 - :none:`0%` 4697 * - llvm/tools/llvm-cxxdump 4698 - `4` 4699 - `2` 4700 - `2` 4701 - :part:`50%` 4702 * - llvm/tools/llvm-cxxfilt 4703 - `1` 4704 - `0` 4705 - `1` 4706 - :none:`0%` 4707 * - llvm/tools/llvm-cxxmap 4708 - `1` 4709 - `0` 4710 - `1` 4711 - :none:`0%` 4712 * - llvm/tools/llvm-diff 4713 - `7` 4714 - `0` 4715 - `7` 4716 - :none:`0%` 4717 * - llvm/tools/llvm-dis 4718 - `1` 4719 - `0` 4720 - `1` 4721 - :none:`0%` 4722 * - llvm/tools/llvm-dwarfdump 4723 - `4` 4724 - `2` 4725 - `2` 4726 - :part:`50%` 4727 * - llvm/tools/llvm-dwarfdump/fuzzer 4728 - `1` 4729 - `0` 4730 - `1` 4731 - :none:`0%` 4732 * - llvm/tools/llvm-dwp 4733 - `4` 4734 - `1` 4735 - `3` 4736 - :part:`25%` 4737 * - llvm/tools/llvm-elfabi 4738 - `5` 4739 - `2` 4740 - `3` 4741 - :part:`40%` 4742 * - llvm/tools/llvm-exegesis 4743 - `1` 4744 - `1` 4745 - `0` 4746 - :good:`100%` 4747 * - llvm/tools/llvm-exegesis/lib 4748 - `44` 4749 - `35` 4750 - `9` 4751 - :part:`79%` 4752 * - llvm/tools/llvm-exegesis/lib/AArch64 4753 - `1` 4754 - `1` 4755 - `0` 4756 - :good:`100%` 4757 * - llvm/tools/llvm-exegesis/lib/Mips 4758 - `1` 4759 - `0` 4760 - `1` 4761 - :none:`0%` 4762 * - llvm/tools/llvm-exegesis/lib/PowerPC 4763 - `1` 4764 - `1` 4765 - `0` 4766 - :good:`100%` 4767 * - llvm/tools/llvm-exegesis/lib/X86 4768 - `1` 4769 - `1` 4770 - `0` 4771 - :good:`100%` 4772 * - llvm/tools/llvm-extract 4773 - `1` 4774 - `0` 4775 - `1` 4776 - :none:`0%` 4777 * - llvm/tools/llvm-gsymutil 4778 - `1` 4779 - `0` 4780 - `1` 4781 - :none:`0%` 4782 * - llvm/tools/llvm-ifs 4783 - `1` 4784 - `1` 4785 - `0` 4786 - :good:`100%` 4787 * - llvm/tools/llvm-isel-fuzzer 4788 - `2` 4789 - `1` 4790 - `1` 4791 - :part:`50%` 4792 * - llvm/tools/llvm-itanium-demangle-fuzzer 4793 - `2` 4794 - `1` 4795 - `1` 4796 - :part:`50%` 4797 * - llvm/tools/llvm-jitlink 4798 - `4` 4799 - `2` 4800 - `2` 4801 - :part:`50%` 4802 * - llvm/tools/llvm-jitlistener 4803 - `1` 4804 - `0` 4805 - `1` 4806 - :none:`0%` 4807 * - llvm/tools/llvm-link 4808 - `1` 4809 - `0` 4810 - `1` 4811 - :none:`0%` 4812 * - llvm/tools/llvm-lipo 4813 - `1` 4814 - `0` 4815 - `1` 4816 - :none:`0%` 4817 * - llvm/tools/llvm-lto 4818 - `1` 4819 - `0` 4820 - `1` 4821 - :none:`0%` 4822 * - llvm/tools/llvm-lto2 4823 - `1` 4824 - `0` 4825 - `1` 4826 - :none:`0%` 4827 * - llvm/tools/llvm-mc 4828 - `3` 4829 - `1` 4830 - `2` 4831 - :part:`33%` 4832 * - llvm/tools/llvm-mc-assemble-fuzzer 4833 - `1` 4834 - `0` 4835 - `1` 4836 - :none:`0%` 4837 * - llvm/tools/llvm-mc-disassemble-fuzzer 4838 - `1` 4839 - `0` 4840 - `1` 4841 - :none:`0%` 4842 * - llvm/tools/llvm-mca 4843 - `7` 4844 - `6` 4845 - `1` 4846 - :part:`85%` 4847 * - llvm/tools/llvm-mca/Views 4848 - `20` 4849 - `15` 4850 - `5` 4851 - :part:`75%` 4852 * - llvm/tools/llvm-microsoft-demangle-fuzzer 4853 - `2` 4854 - `2` 4855 - `0` 4856 - :good:`100%` 4857 * - llvm/tools/llvm-ml 4858 - `3` 4859 - `1` 4860 - `2` 4861 - :part:`33%` 4862 * - llvm/tools/llvm-modextract 4863 - `1` 4864 - `1` 4865 - `0` 4866 - :good:`100%` 4867 * - llvm/tools/llvm-mt 4868 - `1` 4869 - `0` 4870 - `1` 4871 - :none:`0%` 4872 * - llvm/tools/llvm-nm 4873 - `1` 4874 - `0` 4875 - `1` 4876 - :none:`0%` 4877 * - llvm/tools/llvm-objcopy 4878 - `6` 4879 - `4` 4880 - `2` 4881 - :part:`66%` 4882 * - llvm/tools/llvm-objcopy/COFF 4883 - `8` 4884 - `7` 4885 - `1` 4886 - :part:`87%` 4887 * - llvm/tools/llvm-objcopy/ELF 4888 - `6` 4889 - `3` 4890 - `3` 4891 - :part:`50%` 4892 * - llvm/tools/llvm-objcopy/MachO 4893 - `10` 4894 - `10` 4895 - `0` 4896 - :good:`100%` 4897 * - llvm/tools/llvm-objcopy/wasm 4898 - `8` 4899 - `8` 4900 - `0` 4901 - :good:`100%` 4902 * - llvm/tools/llvm-objdump 4903 - `12` 4904 - `8` 4905 - `4` 4906 - :part:`66%` 4907 * - llvm/tools/llvm-opt-fuzzer 4908 - `2` 4909 - `0` 4910 - `2` 4911 - :none:`0%` 4912 * - llvm/tools/llvm-opt-report 4913 - `1` 4914 - `0` 4915 - `1` 4916 - :none:`0%` 4917 * - llvm/tools/llvm-pdbutil 4918 - `47` 4919 - `16` 4920 - `31` 4921 - :part:`34%` 4922 * - llvm/tools/llvm-profdata 4923 - `1` 4924 - `0` 4925 - `1` 4926 - :none:`0%` 4927 * - llvm/tools/llvm-rc 4928 - `12` 4929 - `7` 4930 - `5` 4931 - :part:`58%` 4932 * - llvm/tools/llvm-readobj 4933 - `21` 4934 - `3` 4935 - `18` 4936 - :part:`14%` 4937 * - llvm/tools/llvm-reduce 4938 - `4` 4939 - `2` 4940 - `2` 4941 - :part:`50%` 4942 * - llvm/tools/llvm-reduce/deltas 4943 - `14` 4944 - `8` 4945 - `6` 4946 - :part:`57%` 4947 * - llvm/tools/llvm-rtdyld 4948 - `1` 4949 - `0` 4950 - `1` 4951 - :none:`0%` 4952 * - llvm/tools/llvm-shlib 4953 - `1` 4954 - `1` 4955 - `0` 4956 - :good:`100%` 4957 * - llvm/tools/llvm-size 4958 - `1` 4959 - `0` 4960 - `1` 4961 - :none:`0%` 4962 * - llvm/tools/llvm-special-case-list-fuzzer 4963 - `2` 4964 - `2` 4965 - `0` 4966 - :good:`100%` 4967 * - llvm/tools/llvm-split 4968 - `1` 4969 - `0` 4970 - `1` 4971 - :none:`0%` 4972 * - llvm/tools/llvm-stress 4973 - `1` 4974 - `0` 4975 - `1` 4976 - :none:`0%` 4977 * - llvm/tools/llvm-strings 4978 - `1` 4979 - `0` 4980 - `1` 4981 - :none:`0%` 4982 * - llvm/tools/llvm-symbolizer 4983 - `1` 4984 - `0` 4985 - `1` 4986 - :none:`0%` 4987 * - llvm/tools/llvm-undname 4988 - `1` 4989 - `1` 4990 - `0` 4991 - :good:`100%` 4992 * - llvm/tools/llvm-xray 4993 - `19` 4994 - `16` 4995 - `3` 4996 - :part:`84%` 4997 * - llvm/tools/llvm-yaml-numeric-parser-fuzzer 4998 - `2` 4999 - `2` 5000 - `0` 5001 - :good:`100%` 5002 * - llvm/tools/lto 5003 - `2` 5004 - `1` 5005 - `1` 5006 - :part:`50%` 5007 * - llvm/tools/obj2yaml 5008 - `11` 5009 - `4` 5010 - `7` 5011 - :part:`36%` 5012 * - llvm/tools/opt 5013 - `10` 5014 - `2` 5015 - `8` 5016 - :part:`20%` 5017 * - llvm/tools/remarks-shlib 5018 - `1` 5019 - `0` 5020 - `1` 5021 - :none:`0%` 5022 * - llvm/tools/sancov 5023 - `1` 5024 - `0` 5025 - `1` 5026 - :none:`0%` 5027 * - llvm/tools/sanstats 5028 - `1` 5029 - `1` 5030 - `0` 5031 - :good:`100%` 5032 * - llvm/tools/verify-uselistorder 5033 - `1` 5034 - `0` 5035 - `1` 5036 - :none:`0%` 5037 * - llvm/tools/vfabi-demangle-fuzzer 5038 - `1` 5039 - `1` 5040 - `0` 5041 - :good:`100%` 5042 * - llvm/tools/yaml2obj 5043 - `1` 5044 - `1` 5045 - `0` 5046 - :good:`100%` 5047 * - llvm/unittests/ADT 5048 - `74` 5049 - `29` 5050 - `45` 5051 - :part:`39%` 5052 * - llvm/unittests/Analysis 5053 - `34` 5054 - `11` 5055 - `23` 5056 - :part:`32%` 5057 * - llvm/unittests/AsmParser 5058 - `1` 5059 - `1` 5060 - `0` 5061 - :good:`100%` 5062 * - llvm/unittests/BinaryFormat 5063 - `6` 5064 - `5` 5065 - `1` 5066 - :part:`83%` 5067 * - llvm/unittests/Bitcode 5068 - `2` 5069 - `1` 5070 - `1` 5071 - :part:`50%` 5072 * - llvm/unittests/Bitstream 5073 - `2` 5074 - `1` 5075 - `1` 5076 - :part:`50%` 5077 * - llvm/unittests/CodeGen 5078 - `10` 5079 - `2` 5080 - `8` 5081 - :part:`20%` 5082 * - llvm/unittests/CodeGen/GlobalISel 5083 - `11` 5084 - `1` 5085 - `10` 5086 - :part:`9%` 5087 * - llvm/unittests/DebugInfo/CodeView 5088 - `3` 5089 - `1` 5090 - `2` 5091 - :part:`33%` 5092 * - llvm/unittests/DebugInfo/DWARF 5093 - `13` 5094 - `8` 5095 - `5` 5096 - :part:`61%` 5097 * - llvm/unittests/DebugInfo/GSYM 5098 - `1` 5099 - `0` 5100 - `1` 5101 - :none:`0%` 5102 * - llvm/unittests/DebugInfo/MSF 5103 - `3` 5104 - `2` 5105 - `1` 5106 - :part:`66%` 5107 * - llvm/unittests/DebugInfo/PDB 5108 - `5` 5109 - `3` 5110 - `2` 5111 - :part:`60%` 5112 * - llvm/unittests/DebugInfo/PDB/Inputs 5113 - `1` 5114 - `1` 5115 - `0` 5116 - :good:`100%` 5117 * - llvm/unittests/Demangle 5118 - `3` 5119 - `2` 5120 - `1` 5121 - :part:`66%` 5122 * - llvm/unittests/ExecutionEngine 5123 - `1` 5124 - `0` 5125 - `1` 5126 - :none:`0%` 5127 * - llvm/unittests/ExecutionEngine/JITLink 5128 - `1` 5129 - `1` 5130 - `0` 5131 - :good:`100%` 5132 * - llvm/unittests/ExecutionEngine/MCJIT 5133 - `7` 5134 - `0` 5135 - `7` 5136 - :none:`0%` 5137 * - llvm/unittests/ExecutionEngine/Orc 5138 - `20` 5139 - `4` 5140 - `16` 5141 - :part:`20%` 5142 * - llvm/unittests/Frontend 5143 - `2` 5144 - `1` 5145 - `1` 5146 - :part:`50%` 5147 * - llvm/unittests/FuzzMutate 5148 - `4` 5149 - `0` 5150 - `4` 5151 - :none:`0%` 5152 * - llvm/unittests/IR 5153 - `35` 5154 - `7` 5155 - `28` 5156 - :part:`20%` 5157 * - llvm/unittests/LineEditor 5158 - `1` 5159 - `0` 5160 - `1` 5161 - :none:`0%` 5162 * - llvm/unittests/Linker 5163 - `1` 5164 - `0` 5165 - `1` 5166 - :none:`0%` 5167 * - llvm/unittests/MC 5168 - `6` 5169 - `3` 5170 - `3` 5171 - :part:`50%` 5172 * - llvm/unittests/MC/AMDGPU 5173 - `1` 5174 - `1` 5175 - `0` 5176 - :good:`100%` 5177 * - llvm/unittests/MI 5178 - `1` 5179 - `0` 5180 - `1` 5181 - :none:`0%` 5182 * - llvm/unittests/Object 5183 - `8` 5184 - `7` 5185 - `1` 5186 - :part:`87%` 5187 * - llvm/unittests/ObjectYAML 5188 - `4` 5189 - `2` 5190 - `2` 5191 - :part:`50%` 5192 * - llvm/unittests/Option 5193 - `1` 5194 - `0` 5195 - `1` 5196 - :none:`0%` 5197 * - llvm/unittests/Passes 5198 - `3` 5199 - `3` 5200 - `0` 5201 - :good:`100%` 5202 * - llvm/unittests/ProfileData 5203 - `3` 5204 - `0` 5205 - `3` 5206 - :none:`0%` 5207 * - llvm/unittests/Remarks 5208 - `8` 5209 - `5` 5210 - `3` 5211 - :part:`62%` 5212 * - llvm/unittests/Support 5213 - `89` 5214 - `24` 5215 - `65` 5216 - :part:`26%` 5217 * - llvm/unittests/Support/DynamicLibrary 5218 - `4` 5219 - `0` 5220 - `4` 5221 - :none:`0%` 5222 * - llvm/unittests/TableGen 5223 - `2` 5224 - `0` 5225 - `2` 5226 - :none:`0%` 5227 * - llvm/unittests/Target/AArch64 5228 - `2` 5229 - `1` 5230 - `1` 5231 - :part:`50%` 5232 * - llvm/unittests/Target/AMDGPU 5233 - `1` 5234 - `1` 5235 - `0` 5236 - :good:`100%` 5237 * - llvm/unittests/Target/ARM 5238 - `1` 5239 - `0` 5240 - `1` 5241 - :none:`0%` 5242 * - llvm/unittests/Target/PowerPC 5243 - `1` 5244 - `1` 5245 - `0` 5246 - :good:`100%` 5247 * - llvm/unittests/Target/WebAssembly 5248 - `1` 5249 - `0` 5250 - `1` 5251 - :none:`0%` 5252 * - llvm/unittests/Target/X86 5253 - `1` 5254 - `0` 5255 - `1` 5256 - :none:`0%` 5257 * - llvm/unittests/TextAPI 5258 - `6` 5259 - `3` 5260 - `3` 5261 - :part:`50%` 5262 * - llvm/unittests/tools/llvm-cfi-verify 5263 - `2` 5264 - `1` 5265 - `1` 5266 - :part:`50%` 5267 * - llvm/unittests/tools/llvm-exegesis 5268 - `5` 5269 - `4` 5270 - `1` 5271 - :part:`80%` 5272 * - llvm/unittests/tools/llvm-exegesis/AArch64 5273 - `1` 5274 - `1` 5275 - `0` 5276 - :good:`100%` 5277 * - llvm/unittests/tools/llvm-exegesis/ARM 5278 - `1` 5279 - `1` 5280 - `0` 5281 - :good:`100%` 5282 * - llvm/unittests/tools/llvm-exegesis/Common 5283 - `1` 5284 - `1` 5285 - `0` 5286 - :good:`100%` 5287 * - llvm/unittests/tools/llvm-exegesis/Mips 5288 - `5` 5289 - `4` 5290 - `1` 5291 - :part:`80%` 5292 * - llvm/unittests/tools/llvm-exegesis/PowerPC 5293 - `2` 5294 - `0` 5295 - `2` 5296 - :none:`0%` 5297 * - llvm/unittests/tools/llvm-exegesis/X86 5298 - `9` 5299 - `8` 5300 - `1` 5301 - :part:`88%` 5302 * - llvm/unittests/Transforms/IPO 5303 - `2` 5304 - `0` 5305 - `2` 5306 - :none:`0%` 5307 * - llvm/unittests/Transforms/Scalar 5308 - `2` 5309 - `0` 5310 - `2` 5311 - :none:`0%` 5312 * - llvm/unittests/Transforms/Utils 5313 - `17` 5314 - `7` 5315 - `10` 5316 - :part:`41%` 5317 * - llvm/unittests/Transforms/Vectorize 5318 - `7` 5319 - `7` 5320 - `0` 5321 - :good:`100%` 5322 * - llvm/unittests/XRay 5323 - `8` 5324 - `7` 5325 - `1` 5326 - :part:`87%` 5327 * - llvm/utils/benchmark/cmake 5328 - `5` 5329 - `3` 5330 - `2` 5331 - :part:`60%` 5332 * - llvm/utils/benchmark/include/benchmark 5333 - `1` 5334 - `0` 5335 - `1` 5336 - :none:`0%` 5337 * - llvm/utils/benchmark/src 5338 - `19` 5339 - `0` 5340 - `19` 5341 - :none:`0%` 5342 * - llvm/utils/FileCheck 5343 - `1` 5344 - `0` 5345 - `1` 5346 - :none:`0%` 5347 * - llvm/utils/fpcmp 5348 - `1` 5349 - `0` 5350 - `1` 5351 - :none:`0%` 5352 * - llvm/utils/KillTheDoctor 5353 - `1` 5354 - `0` 5355 - `1` 5356 - :none:`0%` 5357 * - llvm/utils/not 5358 - `1` 5359 - `1` 5360 - `0` 5361 - :good:`100%` 5362 * - llvm/utils/PerfectShuffle 5363 - `1` 5364 - `0` 5365 - `1` 5366 - :none:`0%` 5367 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/change-namespace 5368 - `2` 5369 - `2` 5370 - `0` 5371 - :good:`100%` 5372 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/change-namespace/tool 5373 - `1` 5374 - `1` 5375 - `0` 5376 - :good:`100%` 5377 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-apply-replacements/include/clang-apply-replacements/Tooling 5378 - `1` 5379 - `1` 5380 - `0` 5381 - :good:`100%` 5382 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-apply-replacements/lib/Tooling 5383 - `1` 5384 - `1` 5385 - `0` 5386 - :good:`100%` 5387 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-apply-replacements/tool 5388 - `1` 5389 - `1` 5390 - `0` 5391 - :good:`100%` 5392 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-doc 5393 - `16` 5394 - `16` 5395 - `0` 5396 - :good:`100%` 5397 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-doc/tool 5398 - `1` 5399 - `1` 5400 - `0` 5401 - :good:`100%` 5402 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-move 5403 - `4` 5404 - `4` 5405 - `0` 5406 - :good:`100%` 5407 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-move/tool 5408 - `1` 5409 - `1` 5410 - `0` 5411 - :good:`100%` 5412 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-query 5413 - `5` 5414 - `5` 5415 - `0` 5416 - :good:`100%` 5417 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-query/tool 5418 - `1` 5419 - `1` 5420 - `0` 5421 - :good:`100%` 5422 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-reorder-fields 5423 - `2` 5424 - `2` 5425 - `0` 5426 - :good:`100%` 5427 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-reorder-fields/tool 5428 - `1` 5429 - `1` 5430 - `0` 5431 - :good:`100%` 5432 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy 5433 - `12` 5434 - `12` 5435 - `0` 5436 - :good:`100%` 5437 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/abseil 5438 - `36` 5439 - `36` 5440 - `0` 5441 - :good:`100%` 5442 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/android 5443 - `29` 5444 - `29` 5445 - `0` 5446 - :good:`100%` 5447 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/boost 5448 - `3` 5449 - `3` 5450 - `0` 5451 - :good:`100%` 5452 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/bugprone 5453 - `81` 5454 - `81` 5455 - `0` 5456 - :good:`100%` 5457 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/cert 5458 - `23` 5459 - `23` 5460 - `0` 5461 - :good:`100%` 5462 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/cppcoreguidelines 5463 - `37` 5464 - `37` 5465 - `0` 5466 - :good:`100%` 5467 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/fuchsia 5468 - `15` 5469 - `15` 5470 - `0` 5471 - :good:`100%` 5472 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/google 5473 - `31` 5474 - `31` 5475 - `0` 5476 - :good:`100%` 5477 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/hicpp 5478 - `9` 5479 - `9` 5480 - `0` 5481 - :good:`100%` 5482 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/llvm 5483 - `7` 5484 - `7` 5485 - `0` 5486 - :good:`100%` 5487 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/misc 5488 - `27` 5489 - `27` 5490 - `0` 5491 - :good:`100%` 5492 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/modernize 5493 - `63` 5494 - `63` 5495 - `0` 5496 - :good:`100%` 5497 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/mpi 5498 - `5` 5499 - `5` 5500 - `0` 5501 - :good:`100%` 5502 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/objc 5503 - `9` 5504 - `9` 5505 - `0` 5506 - :good:`100%` 5507 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/performance 5508 - `25` 5509 - `25` 5510 - `0` 5511 - :good:`100%` 5512 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/plugin 5513 - `1` 5514 - `1` 5515 - `0` 5516 - :good:`100%` 5517 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/portability 5518 - `3` 5519 - `3` 5520 - `0` 5521 - :good:`100%` 5522 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/readability 5523 - `67` 5524 - `67` 5525 - `0` 5526 - :good:`100%` 5527 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/tool 5528 - `1` 5529 - `1` 5530 - `0` 5531 - :good:`100%` 5532 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/utils 5533 - `29` 5534 - `29` 5535 - `0` 5536 - :good:`100%` 5537 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clang-tidy/zircon 5538 - `3` 5539 - `3` 5540 - `0` 5541 - :good:`100%` 5542 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd 5543 - `66` 5544 - `66` 5545 - `0` 5546 - :good:`100%` 5547 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/benchmarks 5548 - `1` 5549 - `1` 5550 - `0` 5551 - :good:`100%` 5552 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/fuzzer 5553 - `1` 5554 - `1` 5555 - `0` 5556 - :good:`100%` 5557 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/index 5558 - `30` 5559 - `30` 5560 - `0` 5561 - :good:`100%` 5562 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/index/dex 5563 - `9` 5564 - `9` 5565 - `0` 5566 - :good:`100%` 5567 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/index/dex/dexp 5568 - `1` 5569 - `1` 5570 - `0` 5571 - :good:`100%` 5572 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/indexer 5573 - `1` 5574 - `1` 5575 - `0` 5576 - :good:`100%` 5577 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/refactor 5578 - `2` 5579 - `2` 5580 - `0` 5581 - :good:`100%` 5582 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/refactor/tweaks 5583 - `1` 5584 - `1` 5585 - `0` 5586 - :good:`100%` 5587 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/tool 5588 - `1` 5589 - `1` 5590 - `0` 5591 - :good:`100%` 5592 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/xpc 5593 - `3` 5594 - `3` 5595 - `0` 5596 - :good:`100%` 5597 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/xpc/framework 5598 - `1` 5599 - `1` 5600 - `0` 5601 - :good:`100%` 5602 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/clangd/xpc/test-client 5603 - `1` 5604 - `1` 5605 - `0` 5606 - :good:`100%` 5607 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/include-fixer 5608 - `13` 5609 - `13` 5610 - `0` 5611 - :good:`100%` 5612 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/include-fixer/find-all-symbols 5613 - `17` 5614 - `17` 5615 - `0` 5616 - :good:`100%` 5617 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/include-fixer/find-all-symbols/tool 5618 - `1` 5619 - `1` 5620 - `0` 5621 - :good:`100%` 5622 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/include-fixer/plugin 5623 - `1` 5624 - `1` 5625 - `0` 5626 - :good:`100%` 5627 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/include-fixer/tool 5628 - `1` 5629 - `1` 5630 - `0` 5631 - :good:`100%` 5632 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/modularize 5633 - `9` 5634 - `9` 5635 - `0` 5636 - :good:`100%` 5637 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/pp-trace 5638 - `3` 5639 - `3` 5640 - `0` 5641 - :good:`100%` 5642 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/tool-template 5643 - `1` 5644 - `1` 5645 - `0` 5646 - :good:`100%` 5647 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/unittests/change-namespace 5648 - `1` 5649 - `1` 5650 - `0` 5651 - :good:`100%` 5652 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/unittests/clang-apply-replacements 5653 - `1` 5654 - `1` 5655 - `0` 5656 - :good:`100%` 5657 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/unittests/clang-doc 5658 - `7` 5659 - `7` 5660 - `0` 5661 - :good:`100%` 5662 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/unittests/clang-move 5663 - `1` 5664 - `1` 5665 - `0` 5666 - :good:`100%` 5667 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/unittests/clang-query 5668 - `2` 5669 - `2` 5670 - `0` 5671 - :good:`100%` 5672 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/unittests/clang-tidy 5673 - `11` 5674 - `11` 5675 - `0` 5676 - :good:`100%` 5677 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/unittests/clangd 5678 - `47` 5679 - `47` 5680 - `0` 5681 - :good:`100%` 5682 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/unittests/clangd/xpc 5683 - `1` 5684 - `1` 5685 - `0` 5686 - :good:`100%` 5687 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/unittests/include/common 5688 - `1` 5689 - `1` 5690 - `0` 5691 - :good:`100%` 5692 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/unittests/include-fixer 5693 - `2` 5694 - `2` 5695 - `0` 5696 - :good:`100%` 5697 * - llvm/utils/release/llvm_package_355249/llvm/tools/clang/tools/extra/unittests/include-fixer/find-all-symbols 5698 - `1` 5699 - `1` 5700 - `0` 5701 - :good:`100%` 5702 * - llvm/utils/TableGen 5703 - `75` 5704 - `9` 5705 - `66` 5706 - :part:`12%` 5707 * - llvm/utils/TableGen/GlobalISel 5708 - `17` 5709 - `8` 5710 - `9` 5711 - :part:`47%` 5712 * - llvm/utils/unittest/googlemock/include/gmock 5713 - `11` 5714 - `0` 5715 - `11` 5716 - :none:`0%` 5717 * - llvm/utils/unittest/googlemock/include/gmock/internal 5718 - `3` 5719 - `0` 5720 - `3` 5721 - :none:`0%` 5722 * - llvm/utils/unittest/googlemock/include/gmock/internal/custom 5723 - `3` 5724 - `0` 5725 - `3` 5726 - :none:`0%` 5727 * - llvm/utils/unittest/googletest/include/gtest 5728 - `10` 5729 - `0` 5730 - `10` 5731 - :none:`0%` 5732 * - llvm/utils/unittest/googletest/include/gtest/internal 5733 - `11` 5734 - `0` 5735 - `11` 5736 - :none:`0%` 5737 * - llvm/utils/unittest/googletest/include/gtest/internal/custom 5738 - `4` 5739 - `0` 5740 - `4` 5741 - :none:`0%` 5742 * - llvm/utils/unittest/googletest/src 5743 - `1` 5744 - `0` 5745 - `1` 5746 - :none:`0%` 5747 * - llvm/utils/unittest/UnitTestMain 5748 - `1` 5749 - `0` 5750 - `1` 5751 - :none:`0%` 5752 * - llvm/utils/yaml-bench 5753 - `1` 5754 - `0` 5755 - `1` 5756 - :none:`0%` 5757 * - mlir/examples/standalone/include/Standalone 5758 - `2` 5759 - `2` 5760 - `0` 5761 - :good:`100%` 5762 * - mlir/examples/standalone/lib/Standalone 5763 - `2` 5764 - `2` 5765 - `0` 5766 - :good:`100%` 5767 * - mlir/examples/standalone/standalone-opt 5768 - `1` 5769 - `1` 5770 - `0` 5771 - :good:`100%` 5772 * - mlir/examples/standalone/standalone-translate 5773 - `1` 5774 - `1` 5775 - `0` 5776 - :good:`100%` 5777 * - mlir/examples/toy/Ch1 5778 - `1` 5779 - `1` 5780 - `0` 5781 - :good:`100%` 5782 * - mlir/examples/toy/Ch1/include/toy 5783 - `3` 5784 - `3` 5785 - `0` 5786 - :good:`100%` 5787 * - mlir/examples/toy/Ch1/parser 5788 - `1` 5789 - `0` 5790 - `1` 5791 - :none:`0%` 5792 * - mlir/examples/toy/Ch2 5793 - `1` 5794 - `1` 5795 - `0` 5796 - :good:`100%` 5797 * - mlir/examples/toy/Ch2/include/toy 5798 - `5` 5799 - `5` 5800 - `0` 5801 - :good:`100%` 5802 * - mlir/examples/toy/Ch2/mlir 5803 - `2` 5804 - `2` 5805 - `0` 5806 - :good:`100%` 5807 * - mlir/examples/toy/Ch2/parser 5808 - `1` 5809 - `0` 5810 - `1` 5811 - :none:`0%` 5812 * - mlir/examples/toy/Ch3 5813 - `1` 5814 - `1` 5815 - `0` 5816 - :good:`100%` 5817 * - mlir/examples/toy/Ch3/include/toy 5818 - `5` 5819 - `5` 5820 - `0` 5821 - :good:`100%` 5822 * - mlir/examples/toy/Ch3/mlir 5823 - `3` 5824 - `3` 5825 - `0` 5826 - :good:`100%` 5827 * - mlir/examples/toy/Ch3/parser 5828 - `1` 5829 - `0` 5830 - `1` 5831 - :none:`0%` 5832 * - mlir/examples/toy/Ch4 5833 - `1` 5834 - `1` 5835 - `0` 5836 - :good:`100%` 5837 * - mlir/examples/toy/Ch4/include/toy 5838 - `7` 5839 - `7` 5840 - `0` 5841 - :good:`100%` 5842 * - mlir/examples/toy/Ch4/mlir 5843 - `4` 5844 - `4` 5845 - `0` 5846 - :good:`100%` 5847 * - mlir/examples/toy/Ch4/parser 5848 - `1` 5849 - `0` 5850 - `1` 5851 - :none:`0%` 5852 * - mlir/examples/toy/Ch5 5853 - `1` 5854 - `1` 5855 - `0` 5856 - :good:`100%` 5857 * - mlir/examples/toy/Ch5/include/toy 5858 - `7` 5859 - `7` 5860 - `0` 5861 - :good:`100%` 5862 * - mlir/examples/toy/Ch5/mlir 5863 - `5` 5864 - `4` 5865 - `1` 5866 - :part:`80%` 5867 * - mlir/examples/toy/Ch5/parser 5868 - `1` 5869 - `0` 5870 - `1` 5871 - :none:`0%` 5872 * - mlir/examples/toy/Ch6 5873 - `1` 5874 - `1` 5875 - `0` 5876 - :good:`100%` 5877 * - mlir/examples/toy/Ch6/include/toy 5878 - `7` 5879 - `7` 5880 - `0` 5881 - :good:`100%` 5882 * - mlir/examples/toy/Ch6/mlir 5883 - `6` 5884 - `5` 5885 - `1` 5886 - :part:`83%` 5887 * - mlir/examples/toy/Ch6/parser 5888 - `1` 5889 - `0` 5890 - `1` 5891 - :none:`0%` 5892 * - mlir/examples/toy/Ch7 5893 - `1` 5894 - `1` 5895 - `0` 5896 - :good:`100%` 5897 * - mlir/examples/toy/Ch7/include/toy 5898 - `7` 5899 - `7` 5900 - `0` 5901 - :good:`100%` 5902 * - mlir/examples/toy/Ch7/mlir 5903 - `6` 5904 - `5` 5905 - `1` 5906 - :part:`83%` 5907 * - mlir/examples/toy/Ch7/parser 5908 - `1` 5909 - `0` 5910 - `1` 5911 - :none:`0%` 5912 * - mlir/include/mlir 5913 - `5` 5914 - `5` 5915 - `0` 5916 - :good:`100%` 5917 * - mlir/include/mlir/Analysis 5918 - `8` 5919 - `7` 5920 - `1` 5921 - :part:`87%` 5922 * - mlir/include/mlir/Conversion/AffineToStandard 5923 - `1` 5924 - `1` 5925 - `0` 5926 - :good:`100%` 5927 * - mlir/include/mlir/Conversion/AVX512ToLLVM 5928 - `1` 5929 - `0` 5930 - `1` 5931 - :none:`0%` 5932 * - mlir/include/mlir/Conversion/GPUCommon 5933 - `1` 5934 - `1` 5935 - `0` 5936 - :good:`100%` 5937 * - mlir/include/mlir/Conversion/GPUToNVVM 5938 - `1` 5939 - `0` 5940 - `1` 5941 - :none:`0%` 5942 * - mlir/include/mlir/Conversion/GPUToROCDL 5943 - `1` 5944 - `1` 5945 - `0` 5946 - :good:`100%` 5947 * - mlir/include/mlir/Conversion/GPUToSPIRV 5948 - `2` 5949 - `1` 5950 - `1` 5951 - :part:`50%` 5952 * - mlir/include/mlir/Conversion/GPUToVulkan 5953 - `1` 5954 - `0` 5955 - `1` 5956 - :none:`0%` 5957 * - mlir/include/mlir/Conversion/LinalgToLLVM 5958 - `1` 5959 - `0` 5960 - `1` 5961 - :none:`0%` 5962 * - mlir/include/mlir/Conversion/LinalgToSPIRV 5963 - `2` 5964 - `2` 5965 - `0` 5966 - :good:`100%` 5967 * - mlir/include/mlir/Conversion/LinalgToStandard 5968 - `1` 5969 - `1` 5970 - `0` 5971 - :good:`100%` 5972 * - mlir/include/mlir/Conversion/SCFToGPU 5973 - `2` 5974 - `2` 5975 - `0` 5976 - :good:`100%` 5977 * - mlir/include/mlir/Conversion/SCFToStandard 5978 - `1` 5979 - `1` 5980 - `0` 5981 - :good:`100%` 5982 * - mlir/include/mlir/Conversion/ShapeToSCF 5983 - `1` 5984 - `1` 5985 - `0` 5986 - :good:`100%` 5987 * - mlir/include/mlir/Conversion/ShapeToStandard 5988 - `1` 5989 - `1` 5990 - `0` 5991 - :good:`100%` 5992 * - mlir/include/mlir/Conversion/SPIRVToLLVM 5993 - `2` 5994 - `2` 5995 - `0` 5996 - :good:`100%` 5997 * - mlir/include/mlir/Conversion/StandardToLLVM 5998 - `2` 5999 - `1` 6000 - `1` 6001 - :part:`50%` 6002 * - mlir/include/mlir/Conversion/StandardToSPIRV 6003 - `2` 6004 - `2` 6005 - `0` 6006 - :good:`100%` 6007 * - mlir/include/mlir/Conversion/VectorToLLVM 6008 - `1` 6009 - `1` 6010 - `0` 6011 - :good:`100%` 6012 * - mlir/include/mlir/Conversion/VectorToROCDL 6013 - `1` 6014 - `1` 6015 - `0` 6016 - :good:`100%` 6017 * - mlir/include/mlir/Conversion/VectorToSCF 6018 - `1` 6019 - `1` 6020 - `0` 6021 - :good:`100%` 6022 * - mlir/include/mlir/Dialect 6023 - `2` 6024 - `2` 6025 - `0` 6026 - :good:`100%` 6027 * - mlir/include/mlir/Dialect/Affine 6028 - `2` 6029 - `1` 6030 - `1` 6031 - :part:`50%` 6032 * - mlir/include/mlir/Dialect/Affine/EDSC 6033 - `2` 6034 - `2` 6035 - `0` 6036 - :good:`100%` 6037 * - mlir/include/mlir/Dialect/Affine/IR 6038 - `3` 6039 - `3` 6040 - `0` 6041 - :good:`100%` 6042 * - mlir/include/mlir/Dialect/AVX512 6043 - `1` 6044 - `1` 6045 - `0` 6046 - :good:`100%` 6047 * - mlir/include/mlir/Dialect/GPU 6048 - `5` 6049 - `4` 6050 - `1` 6051 - :part:`80%` 6052 * - mlir/include/mlir/Dialect/Linalg 6053 - `1` 6054 - `0` 6055 - `1` 6056 - :none:`0%` 6057 * - mlir/include/mlir/Dialect/Linalg/Analysis 6058 - `1` 6059 - `1` 6060 - `0` 6061 - :good:`100%` 6062 * - mlir/include/mlir/Dialect/Linalg/EDSC 6063 - `3` 6064 - `3` 6065 - `0` 6066 - :good:`100%` 6067 * - mlir/include/mlir/Dialect/Linalg/IR 6068 - `3` 6069 - `2` 6070 - `1` 6071 - :part:`66%` 6072 * - mlir/include/mlir/Dialect/Linalg/Transforms 6073 - `2` 6074 - `1` 6075 - `1` 6076 - :part:`50%` 6077 * - mlir/include/mlir/Dialect/Linalg/Utils 6078 - `1` 6079 - `1` 6080 - `0` 6081 - :good:`100%` 6082 * - mlir/include/mlir/Dialect/LLVMIR 6083 - `4` 6084 - `4` 6085 - `0` 6086 - :good:`100%` 6087 * - mlir/include/mlir/Dialect/LLVMIR/Transforms 6088 - `1` 6089 - `1` 6090 - `0` 6091 - :good:`100%` 6092 * - mlir/include/mlir/Dialect/OpenMP 6093 - `1` 6094 - `1` 6095 - `0` 6096 - :good:`100%` 6097 * - mlir/include/mlir/Dialect/Quant 6098 - `6` 6099 - `5` 6100 - `1` 6101 - :part:`83%` 6102 * - mlir/include/mlir/Dialect/SCF 6103 - `4` 6104 - `4` 6105 - `0` 6106 - :good:`100%` 6107 * - mlir/include/mlir/Dialect/SCF/EDSC 6108 - `2` 6109 - `2` 6110 - `0` 6111 - :good:`100%` 6112 * - mlir/include/mlir/Dialect/SDBM 6113 - `3` 6114 - `2` 6115 - `1` 6116 - :part:`66%` 6117 * - mlir/include/mlir/Dialect/Shape/IR 6118 - `1` 6119 - `1` 6120 - `0` 6121 - :good:`100%` 6122 * - mlir/include/mlir/Dialect/Shape/Transforms 6123 - `1` 6124 - `1` 6125 - `0` 6126 - :good:`100%` 6127 * - mlir/include/mlir/Dialect/SPIRV 6128 - `11` 6129 - `10` 6130 - `1` 6131 - :part:`90%` 6132 * - mlir/include/mlir/Dialect/StandardOps/EDSC 6133 - `2` 6134 - `2` 6135 - `0` 6136 - :good:`100%` 6137 * - mlir/include/mlir/Dialect/StandardOps/IR 6138 - `1` 6139 - `1` 6140 - `0` 6141 - :good:`100%` 6142 * - mlir/include/mlir/Dialect/StandardOps/Transforms 6143 - `2` 6144 - `2` 6145 - `0` 6146 - :good:`100%` 6147 * - mlir/include/mlir/Dialect/Utils 6148 - `1` 6149 - `1` 6150 - `0` 6151 - :good:`100%` 6152 * - mlir/include/mlir/Dialect/Vector 6153 - `3` 6154 - `3` 6155 - `0` 6156 - :good:`100%` 6157 * - mlir/include/mlir/Dialect/Vector/EDSC 6158 - `2` 6159 - `2` 6160 - `0` 6161 - :good:`100%` 6162 * - mlir/include/mlir/EDSC 6163 - `1` 6164 - `1` 6165 - `0` 6166 - :good:`100%` 6167 * - mlir/include/mlir/ExecutionEngine 6168 - `5` 6169 - `2` 6170 - `3` 6171 - :part:`40%` 6172 * - mlir/include/mlir/Interfaces 6173 - `7` 6174 - `6` 6175 - `1` 6176 - :part:`85%` 6177 * - mlir/include/mlir/IR 6178 - `42` 6179 - `9` 6180 - `33` 6181 - :part:`21%` 6182 * - mlir/include/mlir/Pass 6183 - `6` 6184 - `0` 6185 - `6` 6186 - :none:`0%` 6187 * - mlir/include/mlir/Support 6188 - `10` 6189 - `4` 6190 - `6` 6191 - :part:`40%` 6192 * - mlir/include/mlir/TableGen 6193 - `18` 6194 - `17` 6195 - `1` 6196 - :part:`94%` 6197 * - mlir/include/mlir/Target 6198 - `3` 6199 - `3` 6200 - `0` 6201 - :good:`100%` 6202 * - mlir/include/mlir/Target/LLVMIR 6203 - `1` 6204 - `1` 6205 - `0` 6206 - :good:`100%` 6207 * - mlir/include/mlir/Transforms 6208 - `12` 6209 - `7` 6210 - `5` 6211 - :part:`58%` 6212 * - mlir/include/mlir-c 6213 - `1` 6214 - `1` 6215 - `0` 6216 - :good:`100%` 6217 * - mlir/lib/Analysis 6218 - `8` 6219 - `7` 6220 - `1` 6221 - :part:`87%` 6222 * - mlir/lib/Conversion 6223 - `1` 6224 - `1` 6225 - `0` 6226 - :good:`100%` 6227 * - mlir/lib/Conversion/AffineToStandard 6228 - `1` 6229 - `0` 6230 - `1` 6231 - :none:`0%` 6232 * - mlir/lib/Conversion/AVX512ToLLVM 6233 - `1` 6234 - `1` 6235 - `0` 6236 - :good:`100%` 6237 * - mlir/lib/Conversion/GPUCommon 6238 - `5` 6239 - `5` 6240 - `0` 6241 - :good:`100%` 6242 * - mlir/lib/Conversion/GPUToNVVM 6243 - `1` 6244 - `0` 6245 - `1` 6246 - :none:`0%` 6247 * - mlir/lib/Conversion/GPUToROCDL 6248 - `1` 6249 - `1` 6250 - `0` 6251 - :good:`100%` 6252 * - mlir/lib/Conversion/GPUToSPIRV 6253 - `2` 6254 - `2` 6255 - `0` 6256 - :good:`100%` 6257 * - mlir/lib/Conversion/GPUToVulkan 6258 - `2` 6259 - `2` 6260 - `0` 6261 - :good:`100%` 6262 * - mlir/lib/Conversion/LinalgToLLVM 6263 - `1` 6264 - `1` 6265 - `0` 6266 - :good:`100%` 6267 * - mlir/lib/Conversion/LinalgToSPIRV 6268 - `2` 6269 - `2` 6270 - `0` 6271 - :good:`100%` 6272 * - mlir/lib/Conversion/LinalgToStandard 6273 - `1` 6274 - `1` 6275 - `0` 6276 - :good:`100%` 6277 * - mlir/lib/Conversion/SCFToGPU 6278 - `2` 6279 - `2` 6280 - `0` 6281 - :good:`100%` 6282 * - mlir/lib/Conversion/SCFToStandard 6283 - `1` 6284 - `1` 6285 - `0` 6286 - :good:`100%` 6287 * - mlir/lib/Conversion/ShapeToSCF 6288 - `1` 6289 - `1` 6290 - `0` 6291 - :good:`100%` 6292 * - mlir/lib/Conversion/ShapeToStandard 6293 - `1` 6294 - `1` 6295 - `0` 6296 - :good:`100%` 6297 * - mlir/lib/Conversion/SPIRVToLLVM 6298 - `2` 6299 - `1` 6300 - `1` 6301 - :part:`50%` 6302 * - mlir/lib/Conversion/StandardToLLVM 6303 - `1` 6304 - `1` 6305 - `0` 6306 - :good:`100%` 6307 * - mlir/lib/Conversion/StandardToSPIRV 6308 - `3` 6309 - `3` 6310 - `0` 6311 - :good:`100%` 6312 * - mlir/lib/Conversion/VectorToLLVM 6313 - `1` 6314 - `1` 6315 - `0` 6316 - :good:`100%` 6317 * - mlir/lib/Conversion/VectorToROCDL 6318 - `1` 6319 - `1` 6320 - `0` 6321 - :good:`100%` 6322 * - mlir/lib/Conversion/VectorToSCF 6323 - `1` 6324 - `1` 6325 - `0` 6326 - :good:`100%` 6327 * - mlir/lib/Dialect 6328 - `1` 6329 - `1` 6330 - `0` 6331 - :good:`100%` 6332 * - mlir/lib/Dialect/Affine/EDSC 6333 - `1` 6334 - `1` 6335 - `0` 6336 - :good:`100%` 6337 * - mlir/lib/Dialect/Affine/IR 6338 - `3` 6339 - `3` 6340 - `0` 6341 - :good:`100%` 6342 * - mlir/lib/Dialect/Affine/Transforms 6343 - `8` 6344 - `8` 6345 - `0` 6346 - :good:`100%` 6347 * - mlir/lib/Dialect/Affine/Utils 6348 - `1` 6349 - `1` 6350 - `0` 6351 - :good:`100%` 6352 * - mlir/lib/Dialect/AVX512/IR 6353 - `1` 6354 - `0` 6355 - `1` 6356 - :none:`0%` 6357 * - mlir/lib/Dialect/GPU/IR 6358 - `1` 6359 - `0` 6360 - `1` 6361 - :none:`0%` 6362 * - mlir/lib/Dialect/GPU/Transforms 6363 - `5` 6364 - `4` 6365 - `1` 6366 - :part:`80%` 6367 * - mlir/lib/Dialect/Linalg/Analysis 6368 - `1` 6369 - `0` 6370 - `1` 6371 - :none:`0%` 6372 * - mlir/lib/Dialect/Linalg/EDSC 6373 - `1` 6374 - `1` 6375 - `0` 6376 - :good:`100%` 6377 * - mlir/lib/Dialect/Linalg/IR 6378 - `2` 6379 - `2` 6380 - `0` 6381 - :good:`100%` 6382 * - mlir/lib/Dialect/Linalg/Transforms 6383 - `11` 6384 - `10` 6385 - `1` 6386 - :part:`90%` 6387 * - mlir/lib/Dialect/Linalg/Utils 6388 - `1` 6389 - `1` 6390 - `0` 6391 - :good:`100%` 6392 * - mlir/lib/Dialect/LLVMIR/IR 6393 - `4` 6394 - `1` 6395 - `3` 6396 - :part:`25%` 6397 * - mlir/lib/Dialect/LLVMIR/Transforms 6398 - `2` 6399 - `2` 6400 - `0` 6401 - :good:`100%` 6402 * - mlir/lib/Dialect/OpenMP/IR 6403 - `1` 6404 - `1` 6405 - `0` 6406 - :good:`100%` 6407 * - mlir/lib/Dialect/Quant/IR 6408 - `4` 6409 - `4` 6410 - `0` 6411 - :good:`100%` 6412 * - mlir/lib/Dialect/Quant/Transforms 6413 - `3` 6414 - `3` 6415 - `0` 6416 - :good:`100%` 6417 * - mlir/lib/Dialect/Quant/Utils 6418 - `3` 6419 - `3` 6420 - `0` 6421 - :good:`100%` 6422 * - mlir/lib/Dialect/SCF 6423 - `1` 6424 - `1` 6425 - `0` 6426 - :good:`100%` 6427 * - mlir/lib/Dialect/SCF/EDSC 6428 - `1` 6429 - `1` 6430 - `0` 6431 - :good:`100%` 6432 * - mlir/lib/Dialect/SCF/Transforms 6433 - `5` 6434 - `5` 6435 - `0` 6436 - :good:`100%` 6437 * - mlir/lib/Dialect/SDBM 6438 - `4` 6439 - `4` 6440 - `0` 6441 - :good:`100%` 6442 * - mlir/lib/Dialect/Shape/IR 6443 - `1` 6444 - `1` 6445 - `0` 6446 - :good:`100%` 6447 * - mlir/lib/Dialect/Shape/Transforms 6448 - `3` 6449 - `3` 6450 - `0` 6451 - :good:`100%` 6452 * - mlir/lib/Dialect/SPIRV 6453 - `8` 6454 - `6` 6455 - `2` 6456 - :part:`75%` 6457 * - mlir/lib/Dialect/SPIRV/Serialization 6458 - `4` 6459 - `2` 6460 - `2` 6461 - :part:`50%` 6462 * - mlir/lib/Dialect/SPIRV/Transforms 6463 - `5` 6464 - `5` 6465 - `0` 6466 - :good:`100%` 6467 * - mlir/lib/Dialect/StandardOps/EDSC 6468 - `2` 6469 - `2` 6470 - `0` 6471 - :good:`100%` 6472 * - mlir/lib/Dialect/StandardOps/IR 6473 - `1` 6474 - `1` 6475 - `0` 6476 - :good:`100%` 6477 * - mlir/lib/Dialect/StandardOps/Transforms 6478 - `4` 6479 - `4` 6480 - `0` 6481 - :good:`100%` 6482 * - mlir/lib/Dialect/Vector 6483 - `3` 6484 - `2` 6485 - `1` 6486 - :part:`66%` 6487 * - mlir/lib/Dialect/Vector/EDSC 6488 - `1` 6489 - `1` 6490 - `0` 6491 - :good:`100%` 6492 * - mlir/lib/EDSC 6493 - `2` 6494 - `1` 6495 - `1` 6496 - :part:`50%` 6497 * - mlir/lib/ExecutionEngine 6498 - `5` 6499 - `5` 6500 - `0` 6501 - :good:`100%` 6502 * - mlir/lib/Interfaces 6503 - `7` 6504 - `7` 6505 - `0` 6506 - :good:`100%` 6507 * - mlir/lib/IR 6508 - `32` 6509 - `32` 6510 - `0` 6511 - :good:`100%` 6512 * - mlir/lib/Parser 6513 - `12` 6514 - `12` 6515 - `0` 6516 - :good:`100%` 6517 * - mlir/lib/Pass 6518 - `7` 6519 - `6` 6520 - `1` 6521 - :part:`85%` 6522 * - mlir/lib/Support 6523 - `4` 6524 - `4` 6525 - `0` 6526 - :good:`100%` 6527 * - mlir/lib/TableGen 6528 - `16` 6529 - `16` 6530 - `0` 6531 - :good:`100%` 6532 * - mlir/lib/Target/LLVMIR 6533 - `8` 6534 - `8` 6535 - `0` 6536 - :good:`100%` 6537 * - mlir/lib/Transforms 6538 - `19` 6539 - `16` 6540 - `3` 6541 - :part:`84%` 6542 * - mlir/lib/Transforms/Utils 6543 - `7` 6544 - `6` 6545 - `1` 6546 - :part:`85%` 6547 * - mlir/lib/Translation 6548 - `1` 6549 - `1` 6550 - `0` 6551 - :good:`100%` 6552 * - mlir/tools/mlir-cpu-runner 6553 - `1` 6554 - `1` 6555 - `0` 6556 - :good:`100%` 6557 * - mlir/tools/mlir-cuda-runner 6558 - `2` 6559 - `2` 6560 - `0` 6561 - :good:`100%` 6562 * - mlir/tools/mlir-linalg-ods-gen 6563 - `1` 6564 - `1` 6565 - `0` 6566 - :good:`100%` 6567 * - mlir/tools/mlir-opt 6568 - `1` 6569 - `0` 6570 - `1` 6571 - :none:`0%` 6572 * - mlir/tools/mlir-rocm-runner 6573 - `2` 6574 - `2` 6575 - `0` 6576 - :good:`100%` 6577 * - mlir/tools/mlir-shlib 6578 - `1` 6579 - `1` 6580 - `0` 6581 - :good:`100%` 6582 * - mlir/tools/mlir-tblgen 6583 - `16` 6584 - `16` 6585 - `0` 6586 - :good:`100%` 6587 * - mlir/tools/mlir-translate 6588 - `1` 6589 - `1` 6590 - `0` 6591 - :good:`100%` 6592 * - mlir/tools/mlir-vulkan-runner 6593 - `4` 6594 - `4` 6595 - `0` 6596 - :good:`100%` 6597 * - mlir/unittests/Dialect 6598 - `1` 6599 - `1` 6600 - `0` 6601 - :good:`100%` 6602 * - mlir/unittests/Dialect/Quant 6603 - `1` 6604 - `1` 6605 - `0` 6606 - :good:`100%` 6607 * - mlir/unittests/Dialect/SPIRV 6608 - `2` 6609 - `2` 6610 - `0` 6611 - :good:`100%` 6612 * - mlir/unittests/IR 6613 - `3` 6614 - `3` 6615 - `0` 6616 - :good:`100%` 6617 * - mlir/unittests/Pass 6618 - `1` 6619 - `1` 6620 - `0` 6621 - :good:`100%` 6622 * - mlir/unittests/SDBM 6623 - `1` 6624 - `1` 6625 - `0` 6626 - :good:`100%` 6627 * - mlir/unittests/TableGen 6628 - `3` 6629 - `3` 6630 - `0` 6631 - :good:`100%` 6632 * - openmp/libomptarget/deviceRTLs 6633 - `1` 6634 - `0` 6635 - `1` 6636 - :none:`0%` 6637 * - openmp/libomptarget/deviceRTLs/amdgcn/src 6638 - `3` 6639 - `3` 6640 - `0` 6641 - :good:`100%` 6642 * - openmp/libomptarget/deviceRTLs/common 6643 - `8` 6644 - `4` 6645 - `4` 6646 - :part:`50%` 6647 * - openmp/libomptarget/deviceRTLs/nvptx/src 6648 - `2` 6649 - `1` 6650 - `1` 6651 - :part:`50%` 6652 * - openmp/libomptarget/include 6653 - `2` 6654 - `1` 6655 - `1` 6656 - :part:`50%` 6657 * - openmp/libomptarget/plugins/cuda/src 6658 - `1` 6659 - `0` 6660 - `1` 6661 - :none:`0%` 6662 * - openmp/libomptarget/plugins/generic-elf-64bit/src 6663 - `1` 6664 - `0` 6665 - `1` 6666 - :none:`0%` 6667 * - openmp/libomptarget/plugins/ve/src 6668 - `1` 6669 - `0` 6670 - `1` 6671 - :none:`0%` 6672 * - openmp/libomptarget/src 6673 - `8` 6674 - `0` 6675 - `8` 6676 - :none:`0%` 6677 * - openmp/runtime/doc/doxygen 6678 - `1` 6679 - `0` 6680 - `1` 6681 - :none:`0%` 6682 * - openmp/runtime/src 6683 - `74` 6684 - `37` 6685 - `37` 6686 - :part:`50%` 6687 * - openmp/runtime/src/thirdparty/ittnotify 6688 - `6` 6689 - `0` 6690 - `6` 6691 - :none:`0%` 6692 * - openmp/runtime/src/thirdparty/ittnotify/legacy 6693 - `1` 6694 - `0` 6695 - `1` 6696 - :none:`0%` 6697 * - openmp/tools/archer 6698 - `1` 6699 - `0` 6700 - `1` 6701 - :none:`0%` 6702 * - openmp/tools/archer/tests/ompt 6703 - `1` 6704 - `1` 6705 - `0` 6706 - :good:`100%` 6707 * - openmp/tools/multiplex 6708 - `1` 6709 - `1` 6710 - `0` 6711 - :good:`100%` 6712 * - openmp/tools/multiplex/tests 6713 - `1` 6714 - `1` 6715 - `0` 6716 - :good:`100%` 6717 * - openmp/tools/multiplex/tests/custom_data_storage 6718 - `2` 6719 - `2` 6720 - `0` 6721 - :good:`100%` 6722 * - openmp/tools/multiplex/tests/print 6723 - `2` 6724 - `2` 6725 - `0` 6726 - :good:`100%` 6727 * - parallel-libs/acxxel 6728 - `6` 6729 - `4` 6730 - `2` 6731 - :part:`66%` 6732 * - parallel-libs/acxxel/examples 6733 - `1` 6734 - `1` 6735 - `0` 6736 - :good:`100%` 6737 * - parallel-libs/acxxel/tests 6738 - `5` 6739 - `4` 6740 - `1` 6741 - :part:`80%` 6742 * - polly/include/polly 6743 - `22` 6744 - `22` 6745 - `0` 6746 - :good:`100%` 6747 * - polly/include/polly/CodeGen 6748 - `14` 6749 - `14` 6750 - `0` 6751 - :good:`100%` 6752 * - polly/include/polly/Support 6753 - `11` 6754 - `11` 6755 - `0` 6756 - :good:`100%` 6757 * - polly/lib/Analysis 6758 - `9` 6759 - `9` 6760 - `0` 6761 - :good:`100%` 6762 * - polly/lib/CodeGen 6763 - `15` 6764 - `15` 6765 - `0` 6766 - :good:`100%` 6767 * - polly/lib/Exchange 6768 - `1` 6769 - `1` 6770 - `0` 6771 - :good:`100%` 6772 * - polly/lib/External/isl 6773 - `67` 6774 - `1` 6775 - `66` 6776 - :part:`1%` 6777 * - polly/lib/External/isl/imath 6778 - `3` 6779 - `0` 6780 - `3` 6781 - :none:`0%` 6782 * - polly/lib/External/isl/imath_wrap 6783 - `4` 6784 - `0` 6785 - `4` 6786 - :none:`0%` 6787 * - polly/lib/External/isl/include/isl 6788 - `62` 6789 - `8` 6790 - `54` 6791 - :part:`12%` 6792 * - polly/lib/External/isl/interface 6793 - `5` 6794 - `1` 6795 - `4` 6796 - :part:`20%` 6797 * - polly/lib/External/pet/include 6798 - `1` 6799 - `0` 6800 - `1` 6801 - :none:`0%` 6802 * - polly/lib/External/ppcg 6803 - `17` 6804 - `0` 6805 - `17` 6806 - :none:`0%` 6807 * - polly/lib/Plugin 6808 - `1` 6809 - `1` 6810 - `0` 6811 - :good:`100%` 6812 * - polly/lib/Support 6813 - `10` 6814 - `10` 6815 - `0` 6816 - :good:`100%` 6817 * - polly/lib/Transform 6818 - `14` 6819 - `14` 6820 - `0` 6821 - :good:`100%` 6822 * - polly/tools/GPURuntime 6823 - `1` 6824 - `1` 6825 - `0` 6826 - :good:`100%` 6827 * - polly/unittests/DeLICM 6828 - `1` 6829 - `1` 6830 - `0` 6831 - :good:`100%` 6832 * - polly/unittests/Flatten 6833 - `1` 6834 - `1` 6835 - `0` 6836 - :good:`100%` 6837 * - polly/unittests/Isl 6838 - `1` 6839 - `1` 6840 - `0` 6841 - :good:`100%` 6842 * - polly/unittests/ScheduleOptimizer 6843 - `1` 6844 - `1` 6845 - `0` 6846 - :good:`100%` 6847 * - polly/unittests/ScopPassManager 6848 - `1` 6849 - `1` 6850 - `0` 6851 - :good:`100%` 6852 * - polly/unittests/Support 6853 - `1` 6854 - `1` 6855 - `0` 6856 - :good:`100%` 6857 * - pstl/include/pstl/internal 6858 - `22` 6859 - `18` 6860 - `4` 6861 - :part:`81%` 6862 * - Total 6863 - :total:`14021` 6864 - :total:`6759` 6865 - :total:`7262` 6866 - :total:`48%` 6867