Searched defs:intptr_ty (Results 1 - 2 of 2) sorted by relevance
/external/lldb/source/Expression/ |
H A D | IRDynamicChecks.cpp | 282 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), local 293 Constant *fun_addr_int = ConstantInt::get(intptr_ty, start_address, false); 309 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), local 321 Constant *fun_addr_int = ConstantInt::get(intptr_ty, start_address, false);
|
H A D | IRForTarget.cpp | 288 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(), local 291 Constant *fun_addr_int = ConstantInt::get(intptr_ty, ptr, false); 729 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(), local 778 arg_type_array[2] = intptr_ty; 788 Constant *CFSCWB_addr_int = ConstantInt::get(intptr_ty, CFStringCreateWithBytes_addr, false); 799 Constant *numBytes_arg = ConstantInt::get(intptr_ty, cstr ? string_array->getNumElements() - 1 : 0, false); 1152 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(), local 1155 Constant *srN_addr_int = ConstantInt::get(intptr_ty, sel_registerName_addr, false); 1602 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(), local 1605 Constant *symbol_addr_int = ConstantInt::get(intptr_ty, symbol_add 2502 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(), local 2644 llvm::Type *intptr_ty = Type::getInt8Ty(m_module->getContext()); local [all...] |
Completed in 100 milliseconds