Searched refs:maybe_offset (Results 1 – 2 of 2) sorted by relevance
1116 llvm::Expected<uint64_t> maybe_offset = GetRnglistOffset(index); in FindRnglistFromIndex() local1117 if (!maybe_offset) in FindRnglistFromIndex()1118 return maybe_offset.takeError(); in FindRnglistFromIndex()1119 return FindRnglistFromOffset(*maybe_offset); in FindRnglistFromIndex()
1455 if (auto maybe_offset = in ParseInheritance() local1457 member_byte_offset = *maybe_offset; in ParseInheritance()2583 if (auto maybe_offset = in VariantMember() local2585 byte_offset = *maybe_offset; in VariantMember()2614 if (auto maybe_offset = in DiscriminantValue() local2616 byte_offset = *maybe_offset; in DiscriminantValue()2670 if (auto maybe_offset = in MemberAttributes() local2672 member_byte_offset = *maybe_offset; in MemberAttributes()