Home
last modified time | relevance | path

Searched refs:GetIntptrTy (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp246 ConstantInt::get(GetIntptrTy(), start_address, false); in BuildPointerValidatorFunc()
270 ConstantInt::get(GetIntptrTy(), start_address, false); in BuildObjectCheckerFunc()
281 IntegerType *GetIntptrTy() { in GetIntptrTy() function in Instrumenter