Searched refs:i8_ptr_ty (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp421 Type *i8_ptr_ty = Type::getInt8PtrTy(m_module->getContext()); local
468 arg_type_array[0] = i8_ptr_ty;
469 arg_type_array[1] = i8_ptr_ty;
492 Constant *alloc_arg = Constant::getNullValue(i8_ptr_ty);
493 Constant *bytes_arg = cstr ? ConstantExpr::getBitCast(cstr, i8_ptr_ty)
494 : Constant::getNullValue(i8_ptr_ty);

Completed in 34 milliseconds