Searched defs:DWARFFormValue (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h1 //===-- DWARFFormValue.h ----------------------------------------*- C++ -*-===//
17 class DWARFFormValue class
47 DWARFFormValue(dw_form_t form = 0);
69 // static bool TransferValue(const DWARFFormValue& formValue, const DWARFCompileUnit* cu, BinaryStreamBuf& out_buff);
74 static int Compare (const DWARFFormValue& a, const DWARFFormValue& b, const DWARFCompileUnit* a_cu, const DWARFCompileUnit* b_cu, const lldb_private::DataExtractor* debug_str_data_ptr);
H A DDWARFFormValue.cpp1 //===-- DWARFFormValue.cpp --------------------------------------*- C++ -*-===//
15 #include "DWARFFormValue.h"
100 DWARFFormValue::GetFixedFormSizesForAddressSize (uint8_t addr_size)
110 DWARFFormValue::DWARFFormValue(dw_form_t form) : function in class:DWARFFormValue
117 DWARFFormValue::ExtractValue(const DataExtractor& data, lldb::offset_t* offset_ptr, const DWARFCompileUnit* cu)
186 DWARFFormValue::SkipValue(const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu) const
188 return DWARFFormValue::SkipValue(m_form, debug_info_data, offset_ptr, cu);
192 DWARFFormValue::SkipValue(dw_form_t form, const DataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu)
267 return DWARFFormValue
[all...]
/external/llvm/include/llvm/DebugInfo/
H A DDWARFFormValue.h1 //===-- DWARFFormValue.h ----------------------------------------*- C++ -*-===//
22 class DWARFFormValue { class in namespace:llvm
55 DWARFFormValue(uint16_t Form = 0) : Form(Form) {} function in class:llvm::DWARFFormValue
67 /// DWARFFormValue has form class is suitable for representing Foo.

Completed in 110 milliseconds