Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1116 llvm::Expected<uint64_t> maybe_offset = GetRnglistOffset(index); in FindRnglistFromIndex() local
1117 if (!maybe_offset) in FindRnglistFromIndex()
1118 return maybe_offset.takeError(); in FindRnglistFromIndex()
1119 return FindRnglistFromOffset(*maybe_offset); in FindRnglistFromIndex()
H A DDWARFASTParserClang.cpp1455 if (auto maybe_offset = in ParseInheritance() local
1457 member_byte_offset = *maybe_offset; in ParseInheritance()
2583 if (auto maybe_offset = in VariantMember() local
2585 byte_offset = *maybe_offset; in VariantMember()
2614 if (auto maybe_offset = in DiscriminantValue() local
2616 byte_offset = *maybe_offset; in DiscriminantValue()
2670 if (auto maybe_offset = in MemberAttributes() local
2672 member_byte_offset = *maybe_offset; in MemberAttributes()