Home
last modified time | relevance | path

Searched defs:getIntPtrType (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp726 IntegerType *DataLayout::getIntPtrType(LLVMContext &C, in getIntPtrType() function in DataLayout
731 Type *DataLayout::getIntPtrType(Type *Ty) const { in getIntPtrType() function in DataLayout
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h215 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3911 QualType ASTContext::getIntPtrType() const { in getIntPtrType() function in ASTContext