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:__anon3158::CGObjCGNU
143 /// LLVM type for an opaque pointer. This is identical to PtrToInt8Ty, but is
708 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty);
712 NULLPtr = llvm::ConstantPointerNull::get(PtrToInt8Ty);
716 SelectorTy = PtrToInt8Ty;
722 PtrTy = PtrToInt8Ty;
737 IdTy = PtrToInt8Ty;
827 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, PtrToInt8Ty, true),
918 new llvm::GlobalVariable(CGM.getModule(), PtrToInt8Ty,
922 return llvm::ConstantExpr::getBitCast(IDEHType, PtrToInt8Ty);
[all...]

Completed in 118 milliseconds