1*80814287SRaphael Isemann //===-- Baton.cpp ---------------------------------------------------------===// 2fb1a0a0dSZachary Turner // 32946cd70SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 42946cd70SChandler Carruth // See https://llvm.org/LICENSE.txt for license information. 52946cd70SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6fb1a0a0dSZachary Turner // 7fb1a0a0dSZachary Turner //===----------------------------------------------------------------------===// 8fb1a0a0dSZachary Turner 9fb1a0a0dSZachary Turner #include "lldb/Utility/Baton.h" 10fb1a0a0dSZachary Turner GetDescription(llvm::raw_ostream & s,lldb::DescriptionLevel level,unsigned indentation) const114f728bfcSRaphael Isemannvoid lldb_private::UntypedBaton::GetDescription(llvm::raw_ostream &s, 124f728bfcSRaphael Isemann lldb::DescriptionLevel level, 134f728bfcSRaphael Isemann unsigned indentation) const {} 14