Searched refs:maybe_offset (Results 1 – 2 of 2) sorted by relevance
1128 llvm::Expected<uint64_t> maybe_offset = GetRnglistOffset(index); in FindRnglistFromIndex() local1129 if (!maybe_offset) in FindRnglistFromIndex()1130 return maybe_offset.takeError(); in FindRnglistFromIndex()1131 return FindRnglistFromOffset(*maybe_offset); in FindRnglistFromIndex()
1567 if (auto maybe_offset = in ParseInheritance() local1569 member_byte_offset = *maybe_offset; in ParseInheritance()2619 if (auto maybe_offset = in VariantMember() local2621 byte_offset = *maybe_offset; in VariantMember()2650 if (auto maybe_offset = in DiscriminantValue() local2652 byte_offset = *maybe_offset; in DiscriminantValue()2706 if (auto maybe_offset = in MemberAttributes() local2708 member_byte_offset = *maybe_offset; in MemberAttributes()