2010-06-09 00:52:24 +08:00
|
|
|
//===-- Baton.cpp -----------------------------------------------*- C++ -*-===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
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 {}
|