Searched refs:DWARFFormValue (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp1 //===-- DWARFFormValue.cpp ------------------------------------------------===//
10 #include "llvm/DebugInfo/DWARFFormValue.h"
63 ArrayRef<uint8_t> DWARFFormValue::getFixedFormSizes(uint8_t AddrSize,
77 static const DWARFFormValue::FormClass DWARF4FormClasses[] = {
78 DWARFFormValue::FC_Unknown, // 0x0
79 DWARFFormValue::FC_Address, // 0x01 DW_FORM_addr
80 DWARFFormValue::FC_Unknown, // 0x02 unused
81 DWARFFormValue::FC_Block, // 0x03 DW_FORM_block2
82 DWARFFormValue::FC_Block, // 0x04 DW_FORM_block4
83 DWARFFormValue
[all...]
H A DDWARFDebugInfoEntry.cpp14 #include "llvm/DebugInfo/DWARFFormValue.h"
85 DWARFFormValue formValue(form);
114 ArrayRef<uint8_t> FixedFormSizes = DWARFFormValue::getFixedFormSizes(
126 else if (!DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, U)) {
146 const DWARFUnit *U, const uint16_t Attr, DWARFFormValue &FormValue) const {
162 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i),
166 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx));
172 DWARFFormValue FormValue;
181 DWARFFormValue FormValue;
190 DWARFFormValue FormValu
[all...]
H A DDWARFDebugInfoEntry.h23 class DWARFFormValue;
117 DWARFFormValue &FormValue) const;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h1 //===-- DWARFFormValue.h ----------------------------------------*- C++ -*-===//
18 class DWARFFormValue class
48 DWARFFormValue(dw_form_t form = 0);
70 // static bool TransferValue(const DWARFFormValue& formValue, const DWARFCompileUnit* cu, BinaryStreamBuf& out_buff);
75 static int Compare (const DWARFFormValue& a, const DWARFFormValue& b, const DWARFCompileUnit* a_cu, const DWARFCompileUnit* b_cu, const lldb_private::DWARFDataExtractor* 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 DWARFDataExtractor& data, lldb::offset_t* offset_ptr, const DWARFCompileUnit* cu)
186 DWARFFormValue::SkipValue(const DWARFDataExtractor& 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 DWARFDataExtractor& debug_info_data, lldb::offset_t *offset_ptr, const DWARFCompileUnit* cu)
267 return DWARFFormValue
[all...]
H A DDWARFAbbreviationDeclaration.cpp14 #include "DWARFFormValue.h"
119 if (DWARFFormValue::IsBlockForm(form))
164 DWARFFormValue::SkipValue(form, debug_info_data, &offset, cu);
H A DDWARFDebugInfoEntry.cpp28 #include "DWARFFormValue.h"
89 DWARFDebugInfoEntry::Attributes::ExtractFormValueAtIndex (SymbolFileDWARF* dwarf2Data, uint32_t i, DWARFFormValue &form_value) const
108 DWARFFormValue form_value;
322 DWARFFormValue form_value(form);
545 // DWARFFormValue a_form_value;
546 // DWARFFormValue b_form_value;
575 // result = DWARFFormValue::Compare (a_form_value, b_form_value, a_cu, b_cu, &dwarf2Data->get_debug_str_data());
626 // result = DWARFFormValue::Compare (a_form_value, b_form_value, a_cu, b_cu, debug_str_data_ptr);
784 DWARFFormValue form_value(form);
1080 DWARFFormValue form_valu
[all...]
H A DDWARFDebugPubnames.cpp17 #include "DWARFFormValue.h"
89 const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (cu->GetAddressByteSize());
118 DWARFFormValue form_value;
H A DDWARFDebugInfoEntry.h71 bool ExtractFormValueAtIndex (SymbolFileDWARF* dwarf2Data, uint32_t i, DWARFFormValue &form_value) const;
173 DWARFFormValue& formValue,
H A DDWARFCompileUnit.cpp25 #include "DWARFFormValue.h"
171 const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (GetAddressByteSize());
593 const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (GetAddressByteSize());
651 DWARFFormValue form_value;
H A DSymbolFileDWARF.cpp62 #include "DWARFFormValue.h"
1418 const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAddressByteSize());
1432 DWARFFormValue form_value;
1713 const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAddressByteSize());
1755 DWARFFormValue form_value;
2154 DWARFFormValue form_value;
3500 DWARFFormValue form_value;
4212 const uint8_t *fixed_form_sizes = DWARFFormValue::GetFixedFormSizesForAddressSize (dwarf_cu->GetAddressByteSize());
4238 DWARFFormValue form_value;
4386 const uint8_t *fixed_form_sizes = DWARFFormValue
[all...]
H A DHashedNameToDIE.h16 #include "DWARFFormValue.h"
445 DWARFFormValue form_value (header_data.atoms[i].form);
484 DWARFFormValue form_value (header_data.atoms[i].form);
H A DSymbolFileDWARF.h60 class DWARFFormValue;
/freebsd-10.1-release/lib/clang/libllvmdebuginfo/
H A DMakefile20 DWARFFormValue.cpp \
/freebsd-10.1-release/contrib/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.
/freebsd-10.1-release/lib/clang/liblldbPluginSymbolFileDWARF/
H A DMakefile25 DWARFFormValue.cpp \

Completed in 262 milliseconds