Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1128 llvm::Expected<uint64_t> maybe_offset = GetRnglistOffset(index); in FindRnglistFromIndex() local
1129 if (!maybe_offset) in FindRnglistFromIndex()
1130 return maybe_offset.takeError(); in FindRnglistFromIndex()
1131 return FindRnglistFromOffset(*maybe_offset); in FindRnglistFromIndex()
H A DDWARFASTParserClang.cpp1567 if (auto maybe_offset = in ParseInheritance() local
1569 member_byte_offset = *maybe_offset; in ParseInheritance()
2619 if (auto maybe_offset = in VariantMember() local
2621 byte_offset = *maybe_offset; in VariantMember()
2650 if (auto maybe_offset = in DiscriminantValue() local
2652 byte_offset = *maybe_offset; in DiscriminantValue()
2706 if (auto maybe_offset = in MemberAttributes() local
2708 member_byte_offset = *maybe_offset; in MemberAttributes()