| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | merge-objc-interface-visibility.m | 21 //--- Frameworks/Regular.framework/Headers/Regular.h 23 @interface Regular : NSObject interface 26 //--- Frameworks/Regular.framework/Modules/module.modulemap 27 framework module Regular { 28 header "Regular.h" 37 @interface Regular : NSObject interface 55 #import <Regular/Regular.h> 57 #import <Regular/Regular.h> 61 @interface SubClass : Regular
|
| H A D | merge-objc-protocol-visibility.m | 34 //--- Frameworks/Regular.framework/Headers/Regular.h 39 //--- Frameworks/Regular.framework/Modules/module.modulemap 40 framework module Regular { 41 header "Regular.h" 69 #import <Regular/Regular.h> 71 #import <Regular/Regular.h>
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_thread_registry_test.cpp | 69 registry->StartThread(0, 0, ThreadType::Regular, 0); in TestRegistry() 77 registry->StartThread(i, 0, ThreadType::Regular, 0); in TestRegistry() 87 registry->StartThread(i, 0, ThreadType::Regular, 0); in TestRegistry() 112 registry->StartThread(tid, 0, ThreadType::Regular, 0); in TestRegistry() 189 args->registry->StartThread(tids[i], 0, ThreadType::Regular, in RunThread() 201 registry->StartThread(0, 0, ThreadType::Regular, 0); in ThreadedTestRegistry()
|
| /llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/ |
| H A D | dsym-companion.test | 42 CHECK: Type: Regular (0x0) 60 CHECK: Type: Regular (0x0) 91 CHECK: Type: Regular (0x0) 138 CHECK64: Type: Regular (0x0) 153 CHECK64: Type: Regular (0x0) 168 CHECK64: Type: Regular (0x0) 183 CHECK64: Type: Regular (0x0) 198 CHECK64: Type: Regular (0x0) 216 CHECK: Type: Regular (0x0) 234 CHECK: Type: Regular (0x0)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/MachO/ |
| H A D | universal-x86_64.i386.test | 69 MULTISECTIONS: Type: Regular (0x0) 87 MULTISECTIONS: Type: Regular (0x0) 103 MULTISECTIONS: Type: Regular (0x0) 125 MULTISECTIONS: Type: Regular (0x0) 143 MULTISECTIONS: Type: Regular (0x0) 201 MULTISECTIONS-ARCHIVE: Type: Regular (0x0) 235 MULTISECTIONS-ARCHIVE: Type: Regular (0x0) 278 MULTISECTIONS-ARCHIVE: Type: Regular (0x0) 296 MULTISECTIONS-ARCHIVE: Type: Regular (0x0)
|
| H A D | sections.test | 7 # CHECK: Type: Regular (0x0) 342 # MACHO-I386-NEXT: Type: Regular (0x0) 378 # MACHO-X86-64-NEXT: Type: Regular (0x0) 417 # MACHO-PPC-NEXT: Type: Regular (0x0) 453 # MACHO-PPC-NEXT: Type: Regular (0x0) 504 # MACHO-PPC64-NEXT: Type: Regular (0x0) 542 # MACHO-PPC64-NEXT: Type: Regular (0x0) 596 # MACHO-ARM-NEXT: Type: Regular (0x0) 663 # MACHO-ARM-NEXT: Type: Regular (0x0) 680 # MACHO-ARM-NEXT: Type: Regular (0x0)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | add-multiple-sections.test | 71 # CASE1-NEXT: Type: Regular (0x0) 93 # CASE1-NEXT: Type: Regular (0x0) 113 # CASE1-NEXT: Type: Regular (0x0) 136 # CASE3-NEXT: Type: Regular (0x0) 158 # CASE3-NEXT: Type: Regular (0x0) 178 # CASE3-NEXT: Type: Regular (0x0)
|
| H A D | add-section-32.test | 67 # COMMON-NEXT: Type: Regular (0x0) 99 # COMMON-NEXT: Type: Regular (0x0)
|
| H A D | add-section-64.test | 70 # COMMON-NEXT: Type: Regular (0x0) 103 # COMMON-NEXT: Type: Regular (0x0)
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | thinlto-multiple-summaries-for-guid.ll | 9 ^1 = module: (path: "[Regular LTO]", hash: (0, 0, 0, 0, 0)) 10 ; CHECK-NEXT: ^1 = module: (path: "[Regular LTO]", hash: (0, 0, 0, 0, 0))
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | section-headers.s | 11 # CHECK: Type: Regular (0x0) 33 # CHECK: Type: Regular (0x0)
|
| H A D | bss.s | 21 # CHECK-NEXT: Type: Regular (0x0) 69 # CHECK-NEXT: Type: Regular (0x0)
|
| /llvm-project-15.0.7/clang/lib/IndexSerialization/ |
| H A D | SerializablePathCollection.cpp | 72 PathPool::RootDirKind Root = PathPool::RootDirKind::Regular; in tryStoreDirPath() 83 if (Root != PathPool::RootDirKind::Regular) { in tryStoreDirPath()
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | tli-nobuiltin.ll | 4 ; Regular run: expects fprintf to be turned into fwrite 17 ; Regular run: expects fprintf to be turned into fwrite
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | devirt_vcall_vis_export_dynamic.ll | 14 ;; Generate split module with summary for hybrid Thin/Regular LTO WPD. 20 ;; Regular LTO WPD 43 ;; Regular LTO WPD 63 ;; Regular LTO WPD 88 ;; Regular LTO WPD 112 ;; Regular LTO WPD
|
| H A D | devirt_vcall_vis_shared_def.ll | 16 ;; Generate split module with summary for hybrid Thin/Regular LTO WPD. 23 ;; Regular LTO WPD 44 ;; Regular LTO WPD
|
| H A D | devirt_vcall_vis_public.ll | 12 ;; Generate split module with summary for hybrid Thin/Regular LTO WPD. 18 ;; Regular LTO WPD 47 ;; Regular LTO WPD
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_posix.h | 45 ThreadType thread_type = ThreadType::Regular);
|
| /llvm-project-15.0.7/llvm/test/MC/MachO/ARM/ |
| H A D | relax-thumb-ldr-literal.s | 13 @ CHECK: Type: Regular (0x0)
|
| H A D | darwin-ARM-reloc.s | 50 @ CHECK: Type: Regular (0x0) 71 @ CHECK: Type: Regular (0x0)
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | InputSection.h | 48 enum Kind { Regular, Synthetic, EHFrame, Merge, Output }; enumerator 347 ArrayRef<uint8_t> data, StringRef name, Kind k = Regular); 353 return s->kind() == SectionBase::Regular || in classof()
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/ |
| H A D | devirt_vcall_vis_shared_def.ll | 18 ;; Generate split module with summary for hybrid Thin/Regular LTO WPD. 28 ;; Regular LTO WPD 60 ;; Regular LTO WPD
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/ |
| H A D | diagnostic-handler-remarks.ll | 3 ; First try with Regular LTO 24 ; First try with Regular LTO
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/v1.16/ |
| H A D | devirt_vcall_vis_export_dynamic.ll | 18 ;; Generate split module with summary for hybrid Thin/Regular LTO WPD. 27 ;; Regular LTO WPD 59 ;; Regular LTO WPD 93 ;; Regular LTO WPD
|
| /llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/ |
| H A D | section_data.yaml | 56 # CASE2-NEXT: Type: Regular (0x0) 116 # CASE3-NEXT: Type: Regular (0x0)
|