Searched refs:DecodedUID (Results 1 – 2 of 2) sorted by relevance
524 struct DecodedUID { struct528 std::optional<DecodedUID> DecodeUID(lldb::user_id_t uid); argument
1409 std::optional<SymbolFileDWARF::DecodedUID>1424 return DecodedUID{ in DecodeUID()1439 return DecodedUID{*this, {dwo_num, section, die_offset}}; in DecodeUID()1448 std::optional<DecodedUID> decoded = DecodeUID(uid); in GetDIE()