aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h
blob: 69cc0c15969c46fea00a537c21e36f6b13d8cadb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//===-- DWARFLocationDescription.h ------------------------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef SymbolFileDWARF_DWARFLocationDescription_h_
#define SymbolFileDWARF_DWARFLocationDescription_h_

#include "SymbolFileDWARF.h"

int
print_dwarf_expression (lldb_private::Stream &s,
                        const lldb_private::DWARFDataExtractor& data,
                        int address_size,
                        int dwarf_ref_size,
                        bool location_expression);



#endif  // SymbolFileDWARF_DWARFLocationDescription_h_