Home
last modified time | relevance | path

Searched refs:GetFormByIndexUnchecked (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h39 dw_form_t GetFormByIndexUnchecked(uint32_t idx) const { in GetFormByIndexUnchecked() function
H A DDWARFDebugInfoEntry.cpp76 form = abbrevDecl->GetFormByIndexUnchecked(i); in Extract()