Home
last modified time | relevance | path

Searched refs:IMP (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dtarget-abi-valid.ll2 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s
4 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s
6 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s
8 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s
10 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s
12 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s
14 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s
16 ; RUN: | FileCheck -check-prefix=CHECK-IMP %s
31 ; CHECK-IMP-LABEL: nothing:
32 ; CHECK-IMP: # %bb.0:
[all …]
/llvm-project-15.0.7/lld/test/COFF/
H A Dlinkrepro-pdb.test32 RUN: cat repro2/response.txt | FileCheck -check-prefix=IMP %s
34 IMP: /implib:linkrepro-pdb.test.tmp1.lib
/llvm-project-15.0.7/lldb/test/API/lang/objc/ivar-IMP/
H A Dmyclass.m6 IMP myImp;
/llvm-project-15.0.7/lld/test/MachO/
H A Dweak-import.s28 # RUN: llvm-objdump --macho --bind %t/strong-weak-import.out | FileCheck %s --check-prefix=WEAK-IMP
29 # RUN: llvm-objdump --macho --bind %t/basic-weak-strong | FileCheck %s --check-prefix=WEAK-IMP
57 # WEAK-IMP: {{.+}} pointer 0 CoreFoundation __CFBigNumGetInt128 (weak_import)
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Ddebuginfo-cu-import.ll15 ; CHECK: DICompileUnit{{.*}} imports: ![[IMP:[0-9]+]]
16 ; CHECK: ![[IMP]] = !{!{{[0-9]+}}}
/llvm-project-15.0.7/libcxx/lib/abi/
H A Dpowerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist1049 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZNSt8bad_castC1Ev', 'storage_mapping_class'…
1050 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZNSt8bad_castD1Ev', 'storage_mapping_class'…
1051 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZNSt8bad_castD2Ev', 'storage_mapping_class'…
1055 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZSt9terminatev', 'storage_mapping_class': '…
1063 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZTISt8bad_cast', 'storage_mapping_class': '…
1064 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZTISt9bad_alloc', 'storage_mapping_class': …
1076 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_begin_catch', 'storage_mapping_class':…
1079 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_end_catch', 'storage_mapping_class': '…
1081 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_guard_abort', 'storage_mapping_class':…
1086 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_rethrow', 'storage_mapping_class': 'DS…
[all …]
H A Dpowerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist1049 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZNSt8bad_castC1Ev', 'storage_mapping_class'…
1050 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZNSt8bad_castD1Ev', 'storage_mapping_class'…
1051 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZNSt8bad_castD2Ev', 'storage_mapping_class'…
1055 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZSt9terminatev', 'storage_mapping_class': '…
1063 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZTISt8bad_cast', 'storage_mapping_class': '…
1064 {'import_export': 'IMP', 'is_defined': False, 'name': '_ZTISt9bad_alloc', 'storage_mapping_class': …
1076 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_begin_catch', 'storage_mapping_class':…
1079 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_end_catch', 'storage_mapping_class': '…
1081 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_guard_abort', 'storage_mapping_class':…
1086 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_rethrow', 'storage_mapping_class': 'DS…
[all …]
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dnonnull.m81 @interface IMP interface
88 @implementation IMP implementation
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp1046 void CodeGenFunction::GenerateObjCGetter(ObjCImplementationDecl *IMP, in GenerateObjCGetter() argument
1052 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCGetter()
1054 generateObjCGetterBody(IMP, PID, OMD, AtomicHelperFn); in GenerateObjCGetter()
1582 void CodeGenFunction::GenerateObjCSetter(ObjCImplementationDecl *IMP, in GenerateObjCSetter() argument
1588 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCSetter()
1590 generateObjCSetterBody(IMP, PID, AtomicHelperFn); in GenerateObjCSetter()
1662 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, in GenerateObjCCtorDtorMethod() argument
1665 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
1666 StartObjCMethod(MD, IMP->getClassInterface()); in GenerateObjCCtorDtorMethod()
1673 for (const auto *IvarInit : IMP->inits()) { in GenerateObjCCtorDtorMethod()
[all …]
H A DCodeGenFunction.h2104 void GenerateObjCGetter(ObjCImplementationDecl *IMP,
2111 void GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP,
2116 void GenerateObjCSetter(ObjCImplementationDecl *IMP,
H A DCGObjCMac.cpp5204 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols() local
5206 if (ID->isWeakImported() && !IMP->isWeakImported()) in EmitModuleSymbols()
6216 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule() local
6218 if (ID->isWeakImported() && !IMP->isWeakImported()) { in FinishNonFragileABIModule()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp928 for (auto IMP : Primary->Imports) { in ExecuteAction() local
929 PrintSubMapEntry(IMP->Name, IMP->Kind); in ExecuteAction()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp2112 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties() local
2116 for (const auto *I : IMP->methods()) in DiagnoseUnimplementedProperties()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp910 static bool mustSynthesizeSetterGetterMethod(ObjCImplementationDecl *IMP, in mustSynthesizeSetterGetterMethod() argument
913 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod()