Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDataLayout.cpp647 IntegerType *DataLayout::getIntPtrType(LLVMContext &C, in getIntPtrType() function in DataLayout
655 Type *DataLayout::getIntPtrType(Type *Ty) const { in getIntPtrType() function in DataLayout
/external/clang/include/clang/Basic/
DTargetInfo.h199 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
/external/clang/lib/AST/
DASTContext.cpp3616 QualType ASTContext::getIntPtrType() const { in getIntPtrType() function in ASTContext