Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp878 IntegerType *DataLayout::getIntPtrType(LLVMContext &C, in getIntPtrType() function in DataLayout
883 Type *DataLayout::getIntPtrType(Type *Ty) const { in getIntPtrType() function in DataLayout
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h397 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6389 QualType ASTContext::getIntPtrType() const { in getIntPtrType() function in ASTContext