Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp269 ConstantInt::get(GetIntptrTy(), start_address, false); in BuildPointerValidatorFunc()
295 ConstantInt::get(GetIntptrTy(), start_address, false); in BuildObjectCheckerFunc()
306 IntegerType *GetIntptrTy() { in GetIntptrTy() function in Instrumenter