| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestClangASTImporter.cpp | 48 clang::Decl *imported = in TEST_F() local 50 ASSERT_NE(nullptr, imported); in TEST_F() 74 ASSERT_TRUE(imported.IsValid()); in TEST_F() 125 clang::Decl *imported = in TEST_F() local 127 ASSERT_NE(nullptr, imported); in TEST_F() 172 clang::Decl *imported = in TEST_F() local 174 ASSERT_NE(nullptr, imported); in TEST_F() 199 clang::Decl *imported = in TEST_F() local 201 ASSERT_NE(nullptr, imported); in TEST_F() 218 clang::Decl *imported = in TEST_F() local [all …]
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | locally-imported-warn-multiple.s | 3 …filetype=obj -triple=x86_64-windows-msvc -o %T/locally-imported-def.obj %S/Inputs/locally-imported… 4 …iletype=obj -triple=x86_64-windows-msvc -o %T/locally-imported-imp1.obj %S/Inputs/locally-imported… 5 …iletype=obj -triple=x86_64-windows-msvc -o %T/locally-imported-imp2.obj %S/Inputs/locally-imported… 7 # RUN: lld-link /entry:main %T/locally-imported-def.obj %T/locally-imported-imp1.obj %T/locally-imp… 9 …arning: [[TESTDIR:.+]]locally-imported-imp1.obj: locally defined symbol imported: f (defined in [[… 10 …arning: [[TESTDIR:.+]]locally-imported-imp2.obj: locally defined symbol imported: f (defined in [[…
|
| H A D | ignore4217.yaml | 1 # Tests that /ignore:4217 suppresses "locally defined symbol imported" warnings. 9 # WARNINGS: locally defined symbol imported 10 # SUPPRESSED-NOT: locally defined symbol imported
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | inline_stats.ll | 17 ; CHECK-BASIC-NOT: -- Inlined not imported function 20 ; CHECK-VERBOSE: Inlined imported function [external2]: #inlines = 4, #inlines_to_importing_module … 21 ; CHECK-VERBOSE: Inlined imported function [external1]: #inlines = 3, #inlines_to_importing_module … 22 ; CHECK-VERBOSE: Inlined imported function [external5]: #inlines = 1, #inlines_to_importing_module … 23 ; CHECK-VERBOSE: Inlined imported function [external3]: #inlines = 1, #inlines_to_importing_module … 26 ; CHECK: All functions: 10, imported functions: 7 28 ; CHECK: imported functions inlined anywhere: 4 [57.14% of imported functions] 29 ; CHECK: imported functions inlined into importing module: 3 [42.86% of imported functions], remain… 30 ; CHECK: non-imported functions inlined anywhere: 1 [33.33% of non-imported functions] 31 ; CHECK: non-imported functions inlined into importing module: 1 [33.33% of non-imported functions] [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | module-ownership.mm | 15 // CHECK-TYPEDEF: TypedefDecl {{.*}} imported in A Typedef 21 // CHECK-TOPLEVELSTRUCT: CXXRecordDecl {{.*}} imported in A struct TopLevelStruct 25 // CHECK-ANON-S1: CXXRecordDecl {{.*}} imported in A struct 28 // CHECK-ANON-S2: CXXRecordDecl {{.*}} imported in A.B {{.*}} struct 32 // CHECK-DAG: CXXRecordDecl {{.*}} imported in A struct Nested 36 // CHECK-DAG: EnumDecl {{.*}} imported in A {{.*}} Enum_e 37 // FIXME: -EnumConstantDecl {{.*}} imported in A a 51 // CHECK-OBJC-NEXT: |-ObjCMethodDecl 0x[[NUMBER:[0-9a-f]+]]{{.*}} imported in A 52 // CHECK-OBJC-NEXT: `-ObjCPropertyDecl {{.*}} imported in A number 'int' readonly 57 // CHECK-DAG: ClassTemplateSpecializationDecl {{.*}} imported in A struct Template [all …]
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | requires.m | 6 @import DependsOnModule.CXX; // expected-note {{module imported here}} 9 @import DependsOnModule.NotObjC; // expected-note {{module imported here}} 12 @import DependsOnModule.CustomReq2; // expected-note {{module imported here}} 16 @import RequiresWithMissingHeader.HeaderBefore; // expected-note {{module imported here}} 18 @import RequiresWithMissingHeader.HeaderAfter; // expected-note {{module imported here}} 20 @import DependsOnModule.CXX11; // expected-note {{module imported here}} 22 @import DependsOnModule.CXX14; // expected-note {{module imported here}} 24 @import DependsOnModule.CXX17; // expected-note {{module imported here}} 27 @import DependsOnModule.C99; // expected-note {{module imported here}} 29 @import DependsOnModule.C11; // expected-note {{module imported here}} [all …]
|
| H A D | build-fail-notes.m | 6 // CHECK: While building module 'DependsOnModule' imported from 7 // CHECK: While building module 'Module' imported from 17 // CHECK-REDEF: In module 'DependsOnModule' imported from 18 // CHECK-REDEF: In module 'Module' imported from 25 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from 26 // CHECK-SDIAG: DependsOnModule.h:1:10: note: while building module 'Module' imported from 30 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from
|
| H A D | decldef.mm | 26 A *a1; // expected-error{{declaration of 'A' must be imported from module 'decldef.Def'}} 39 …// expected-error@-2{{definition of 'A' must be imported from module 'decldef.Def' before it is re… 49 …// expected-error@-2{{definition of 'B' must be imported from module 'decldef.Def' before it is re… 59 …// expected-error@-2{{definition of 'Def' must be imported from module 'decldef.Def' before it is … 70 // expected-error@-3 {{definition of 'Def2' must be imported}}
|
| H A D | diagnose-missing-import.m | 9 … expected-error {{declaration of 'XYZLogEvent' must be imported}} \ 10 … expected-error {{declaration of 'xyzRiskyCloseOpenParam' must be imported from module 'NCI.A'}} \ 11 … expected-error {{declaration of 'xyzRiskyCloseOpenParam' must be imported from module 'NCI.A'}}
|
| H A D | decldef.m | 12 A *a1; // expected-error{{declaration of 'A' must be imported from module 'decldef.Def' before it i… 18 // expected-error@-4{{declaration of 'B' must be imported from module 'decldef.Decl' before it is r… 29 …// expected-error@-2{{definition of 'A' must be imported from module 'decldef.Def' before it is re…
|
| H A D | requires.mm | 6 @import DependsOnModule.NotCXX; // expected-note {{module imported here}} 8 @import DependsOnModule.NotObjC; // expected-note {{module imported here}}
|
| H A D | epic-fail.m | 7 // CHECK: While building module 'Module' imported from 11 // CHECK: While building module 'DependsOnModule' imported from
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | import-symver.ll | 6 ; RUN: llvm-dis %t1.bc.thinlto.imported.bc -o - | FileCheck --check-prefix=IMPORT %s 9 ; RUN: llvm-dis %t1.bc.thinlto.imported.bc -o - | FileCheck --check-prefix=NOIMPORT %s 11 ; When @bar gets imported, the symver must be imported too. 15 ; When @bar isn't imported, the symver is also not imported.
|
| H A D | funcimport-stats.ll | 12 ; CHECK: - [[NUM_FUNCS:[0-9]+]] functions imported from 13 ; CHECK-NEXT: - [[NUM_VARS:[0-9]+]] global vars imported from 15 ; CHECK: [[NUM_FUNCS]] function-import - Number of functions imported in backend 17 ; CHECK-NEXT: [[NUM_VARS]] function-import - Number of global variables imported in backend 19 ; CHECK-NEXT: 1 function-import - Number of modules imported from
|
| H A D | import-metadata.ll | 9 ;; Check the imported DICompileUnit doesn't have the enums operand. 10 ;; Also check the imported md metadata that shares a node with the 14 ;; Note that MD1 comes from the current module. MD2 is from the imported module. 15 ;; We are checking if the imported MD2 doesn't end up having a null operand.
|
| H A D | writeonly.ll | 10 …import -exported-symbol=main %t1.bc -thinlto-index=%t3.index.bc -o %t1.imported.bc -stats 2>&1 | … 11 ; RUN: llvm-dis %t1.imported.bc -o - | FileCheck %s --check-prefix=IMPORT 12 ; RUN: llvm-lto -thinlto-action=optimize %t1.imported.bc -o - | llvm-dis - -o - | FileCheck %s --ch… 29 …import -exported-symbol=main %t1.bc -thinlto-index=%t3.index.bc -o %t1.imported.bc -stats 2>&1 | … 30 ; RUN: llvm-dis %t1.imported.bc -o - | FileCheck %s --check-prefix=IMPORT-NOPROP
|
| H A D | globals-import-blockaddr.ll | 6 ; Verify that we haven't imported GV containing blockaddress 8 ; Verify that bar is not imported since it has address-taken block that is target of indirect branch 10 ; Verify that foo is imported
|
| H A D | index-const-prop-gvref.ll | 27 ; RUN: llvm-dis < %t5.0.3.imported.bc | FileCheck %s --check-prefix=OLDAPI_SRC 28 ; RUN: llvm-dis < %t5.1.3.imported.bc | FileCheck %s --check-prefix=OLDAPI_DST 30 ; RUN: llvm-dis < %t6.0.3.imported.bc | FileCheck %s --check-prefix=OLDAPI_SRC 31 ; RUN: llvm-dis < %t6.1.3.imported.bc | FileCheck %s --check-prefix=OLDAPI_DST_DSO
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | funcimport.ll | 23 ; Ensure that both weak alias to an imported function and strong alias to a 24 ; non-imported function are correctly turned into declarations. 36 ; Ensure that weak alias to a non-imported function is correctly 37 ; turned into a declaration, but that strong alias to an imported function 38 ; is imported as alias. 45 ; Ensure that strong alias imported in second pass of importing ends up 53 ; Ensure that strong alias imported in first pass of importing ends up 62 ; An alias is never imported. 71 ; Eventually @staticconstvar can be imported as a copy 79 ; are handled correctly (including referenced variable imported as [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | catchpad-regmask.ll | 15 ; extern "C" __declspec(dllimport) int imported; 18 ; imported = 111; 21 ; imported = 222; 23 ; imported = 333; 32 @imported = external dllimport global i32, align 4 93 store i32 111, ptr @imported, align 4, !tbaa !2 102 store i32 222, ptr @imported, align 4, !tbaa !2 106 store i32 333, ptr @imported, align 4, !tbaa !2 119 ; Third access must reload the address of imported
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | arm-thunk-re-add.s | 27 .globl imported 28 .type imported, %function 88 b.w imported 89 beq.w imported
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/ |
| H A D | funcimport.ll | 50 ; External alias imported as available_externally copy of aliasee 54 ; External alias imported as available_externally copy of aliasee 65 ; should in turn be imported as a promoted/renamed and hidden function. 76 ; should in turn be imported. 128 ; INSTLIMDEF-DAG: 15 function-import - Number of functions imported 129 ; INSTLIMDEF-DAG: 4 function-import - Number of global variables imported 168 ; DUMP-NEXT: 15 functions imported from [[M2:.*]] 169 ; DUMP-NEXT: 4 vars imported from [[M2]]
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/nsimport/ |
| H A D | main.cpp | 56 int imported = 99; variable 59 int imported = 89; variable
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | preamble-with-implicit-import.m | 3 // CHECK: error: declaration of 'Typo' must be imported 4 // CHECK: error: declaration of 'Typo' must be imported
|
| /llvm-project-15.0.7/lldb/examples/customization/import-python/ |
| H A D | README | 15 the module to be imported when required, and then going through the language 16 ordinary 'import' mechanism. In this respect, modules imported from LLDB command 17 line should not be distinguishable from those imported using the script interpreter.
|