Searched defs:i8_ty (Results 1 - 1 of 1) sorted by path

/external/lldb/source/Expression/
H A DIRForTarget.cpp733 Type *i8_ty = Type::getInt8Ty(m_module->getContext()); local
780 arg_type_array[4] = i8_ty;
801 Constant *isExternal_arg = ConstantInt::get(i8_ty, 0x0, false); /* 0x0 is false */

Completed in 241 milliseconds