Searched refs:maybe_offset (Results 1 – 2 of 2) sorted by relevance
1070 llvm::Expected<uint64_t> maybe_offset = GetRnglistOffset(index); in FindRnglistFromIndex() local1071 if (!maybe_offset) in FindRnglistFromIndex()1072 return maybe_offset.takeError(); in FindRnglistFromIndex()1073 return FindRnglistFromOffset(*maybe_offset); in FindRnglistFromIndex()
1489 if (auto maybe_offset = in ParseInheritance() local1491 member_byte_offset = *maybe_offset; in ParseInheritance()2513 if (auto maybe_offset = in VariantMember() local2515 byte_offset = *maybe_offset; in VariantMember()2544 if (auto maybe_offset = in DiscriminantValue() local2546 byte_offset = *maybe_offset; in DiscriminantValue()2600 if (auto maybe_offset = in MemberAttributes() local2602 member_byte_offset = *maybe_offset; in MemberAttributes()