Home
last modified time | relevance | path

Searched refs:SelectorTy (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp109 llvm::PointerType *SelectorTy; member in __anon119c321b0111::CGObjCGNU
694 EnforceType(Builder, cmd, SelectorTy) }; in LookupIMP()
711 MsgLookupFn.init(&CGM, "objc_msg_lookup", IMPTy, IdTy, SelectorTy); in CGObjCGCC()
714 PtrToObjCSuperTy, SelectorTy); in CGObjCGCC()
775 EnforceType(Builder, cmd, SelectorTy), in LookupIMP()
819 SelectorTy, IdTy); in CGObjCGNUstep()
822 PtrToObjCSuperTy, SelectorTy); in CGObjCGNUstep()
848 SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
850 IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
852 IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2717 Type *SelectorTy = Type::getInt1Ty(Context); in parseConstants() local
2723 if (SelectorTy != V->getType()) in parseConstants()
2724 SelectorTy = VectorType::get(SelectorTy, in parseConstants()
2728 SelectorTy), in parseConstants()