Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp99 std::optional<uint64_t> maybe_tag = form_value->getAsUnsignedConstant(); in EntryHasMatchingTag() local
100 if (!maybe_tag) in EntryHasMatchingTag()
102 auto tag = static_cast<dw_tag_t>(*maybe_tag); in EntryHasMatchingTag()