Searched refs:GetAttrAndFormByIndexUnchecked (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h49 // idx is assumed to be valid when calling GetAttrAndFormByIndexUnchecked()
50 void GetAttrAndFormByIndexUnchecked(uint32_t idx, dw_attr_t& attr, dw_form_t& form) const function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugInfoEntry.cpp318 abbrevDecl->GetAttrAndFormByIndexUnchecked(i, attr, form);
783 abbrevDecl->GetAttrAndFormByIndexUnchecked(i, attr, form);
993 abbrevDecl->GetAttrAndFormByIndexUnchecked(i, attr, form);
1238 abbrevDecl->GetAttrAndFormByIndexUnchecked (i, attr, form);

Completed in 103 milliseconds