Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/IR/
H A DDataLayout.cpp699 IntegerType *DataLayout::getIntPtrType(LLVMContext &C, in getIntPtrType() function in DataLayout
704 Type *DataLayout::getIntPtrType(Type *Ty) const { in getIntPtrType() function in DataLayout
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDataLayout.cpp769 IntegerType *DataLayout::getIntPtrType(LLVMContext &C, in getIntPtrType() function in DataLayout
774 Type *DataLayout::getIntPtrType(Type *Ty) const { in getIntPtrType() function in DataLayout
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/clang/include/clang/Basic/
H A DTargetInfo.h233 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DTargetInfo.h388 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DTargetInfo.h388 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DTargetInfo.h388 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DTargetInfo.h397 IntType getIntPtrType() const { return IntPtrType; } in getIntPtrType() function
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp4147 QualType ASTContext::getIntPtrType() const { in getIntPtrType() function in ASTContext