2010-06-09 00:52:24 +08:00
|
|
|
//===-- Baton.cpp -----------------------------------------------*- C++ -*-===//
|
|
|
|
//
|
2019-01-19 16:50:56 +08:00
|
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2010-06-09 00:52:24 +08:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2017-03-07 02:34:25 +08:00
|
|
|
#include "lldb/Utility/Baton.h"
|
2010-06-09 00:52:24 +08:00
|
|
|
|
2017-04-07 02:12:24 +08:00
|
|
|
void lldb_private::UntypedBaton::GetDescription(
|
|
|
|
Stream *s, lldb::DescriptionLevel level) const {}
|