Home
last modified time | relevance | path

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

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