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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp46 const uint32_t attr_idx = FindAttributeIndex(attr); local
47 if (attr_idx != UINT32_MAX)
48 return FormValueAsReferenceAtIndex(attr_idx);
H A DDWARFDebugInfoEntry.cpp605 uint32_t attr_idx = abbrevDecl->FindAttributeIndex(attr); local
607 if (attr_idx != DW_INVALID_INDEX) {
612 while (idx < attr_idx)

Completed in 103 milliseconds