Lines Matching refs:Malloc
287 lldb::addr_t data_address = Malloc(value->getType());
335 lldb::addr_t Malloc (size_t size, uint8_t byte_alignment)
351 return Malloc(m_target_data.getPointerSize(), m_target_data.getPointerPrefAlignment());
354 lldb::addr_t Malloc (llvm::Type *type)
358 return Malloc(m_target_data.getTypeAllocSize(type), m_target_data.getPrefTypeAlignment(type));
396 lldb::addr_t data_address = Malloc(value->getType());
759 lldb::addr_t R = frame.Malloc(T);
770 lldb::addr_t P = frame.Malloc(Tptr);