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