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

/external/lldb/source/Expression/
H A DIRForTarget.cpp732 Type *i32_ty = Type::getInt32Ty(m_module->getContext()); local
779 arg_type_array[3] = i32_ty;
800 Constant *encoding_arg = ConstantInt::get(i32_ty, 0x0600, false); /* 0x0600 is kCFStringEncodingASCII */

Completed in 232 milliseconds