Searched defs:PtrToInt8Ty (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp123 llvm::PointerType *PtrToInt8Ty; member in class:__anon55::CGObjCGNU
143 /// LLVM type for an opaque pointer. This is identical to PtrToInt8Ty, but is
770 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty);
774 NULLPtr = llvm::ConstantPointerNull::get(PtrToInt8Ty);
778 SelectorTy = PtrToInt8Ty;
784 PtrTy = PtrToInt8Ty;
799 IdTy = PtrToInt8Ty;
889 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, PtrToInt8Ty, true),
980 new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty,
984 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty);
[all...]

Completed in 909 milliseconds