HomeSort by relevance Sort by last modified time
    Searched defs:DWARFFormValue (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFFormValue.h 1 //===-- DWARFFormValue.h ----------------------------------------*- C++ -*-===//
17 class DWARFFormValue
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);
DWARFFormValue.cpp 1 //===-- DWARFFormValue.cpp --------------------------------------*- C++ -*-===//
15 #include "DWARFFormValue.h"
100 DWARFFormValue::GetFixedFormSizesForAddressSize (uint8_t addr_size)
110 DWARFFormValue::DWARFFormValue(dw_form_t form) :
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::SkipValue (indirect_form
    [all...]
  /external/llvm/include/llvm/DebugInfo/
DWARFFormValue.h 1 //===-- DWARFFormValue.h ----------------------------------------*- C++ -*-===//
22 class DWARFFormValue {
55 DWARFFormValue(uint16_t Form = 0) : Form(Form) {}
67 /// DWARFFormValue has form class is suitable for representing Foo.

Completed in 90 milliseconds