Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h524 struct DecodedUID { struct
528 std::optional<DecodedUID> DecodeUID(lldb::user_id_t uid); argument
H A DSymbolFileDWARF.cpp1409 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()