Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp849 IntegerType *DataLayout::getIntPtrType(LLVMContext &C, in getIntPtrType() function in DataLayout
854 Type *DataLayout::getIntPtrType(Type *Ty) const { in getIntPtrType() function in DataLayout
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h366 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5933 QualType ASTContext::getIntPtrType() const { in getIntPtrType() function in ASTContext