Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDataLayout.cpp699 IntegerType *DataLayout::getIntPtrType(LLVMContext &C, in getIntPtrType() function in DataLayout
704 Type *DataLayout::getIntPtrType(Type *Ty) const { in getIntPtrType() function in DataLayout
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDataLayout.cpp742 IntegerType *DataLayout::getIntPtrType(LLVMContext &C, in getIntPtrType() function in DataLayout
747 Type *DataLayout::getIntPtrType(Type *Ty) const { in getIntPtrType() function in DataLayout
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp527 IntegerType *TargetData::getIntPtrType(LLVMContext &C) const { in getIntPtrType() function in TargetData
/external/clang/include/clang/Basic/
DTargetInfo.h233 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
/external/clang/lib/AST/
DASTContext.cpp4147 QualType ASTContext::getIntPtrType() const { in getIntPtrType() function in ASTContext