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
|
|
|
|
2019-11-30 22:30:08 +08:00
|
|
|
void lldb_private::UntypedBaton::GetDescription(llvm::raw_ostream &s,
|
|
|
|
lldb::DescriptionLevel level,
|
|
|
|
unsigned indentation) const {}
|