HomeSort by relevance Sort by last modified time
    Searched refs:intptr_ty (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Expression/
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);
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
1602 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(), local
2502 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(), local
2644 llvm::Type *intptr_ty = Type::getInt8Ty(m_module->getContext()); local
    [all...]

Completed in 2906 milliseconds