Searched refs:SuperPtrTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp122 llvm::Type *params[] = { SuperPtrTy, SelectorPtrTy };
133 llvm::Type *params[] = { SuperPtrTy, SelectorPtrTy };
144 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
155 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
214 /// SuperPtrTy - LLVM type for struct objc_super *.
215 llvm::Type *SuperPtrTy; member in class:__anon17846::ObjCCommonTypesHelper
708 llvm::Type *params[] = { SuperPtrTy, SuperMessageRefPtrTy };
717 llvm::Type *params[] = { SuperPtrTy, SuperMessageRefPtrTy };
5067 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy);

Completed in 91 milliseconds