Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp750 IntegerType *DataLayout::getIntPtrType(LLVMContext &C, in getIntPtrType() function in DataLayout
755 Type *DataLayout::getIntPtrType(Type *Ty) const { in getIntPtrType() function in DataLayout
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h284 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4992 QualType ASTContext::getIntPtrType() const { in getIntPtrType() function in ASTContext