Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp1070 llvm::Expected<uint64_t> maybe_offset = GetRnglistOffset(index); in FindRnglistFromIndex() local
1071 if (!maybe_offset) in FindRnglistFromIndex()
1072 return maybe_offset.takeError(); in FindRnglistFromIndex()
1073 return FindRnglistFromOffset(*maybe_offset); in FindRnglistFromIndex()
H A DDWARFASTParserClang.cpp1489 if (auto maybe_offset = in ParseInheritance() local
1491 member_byte_offset = *maybe_offset; in ParseInheritance()
2513 if (auto maybe_offset = in VariantMember() local
2515 byte_offset = *maybe_offset; in VariantMember()
2544 if (auto maybe_offset = in DiscriminantValue() local
2546 byte_offset = *maybe_offset; in DiscriminantValue()
2600 if (auto maybe_offset = in MemberAttributes() local
2602 member_byte_offset = *maybe_offset; in MemberAttributes()