Searched refs:m_i8ptr_ty (Results 1 – 1 of 1) sorted by relevance
140 m_i8ptr_ty(nullptr), m_intptr_ty(nullptr) {} in Instrumenter()278 if (!m_i8ptr_ty) in GetI8PtrTy()279 m_i8ptr_ty = llvm::Type::getInt8PtrTy(m_module.getContext()); in GetI8PtrTy()281 return m_i8ptr_ty; in GetI8PtrTy()304 PointerType *m_i8ptr_ty; member in Instrumenter