Searched refs:GetUID (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp66 return GetDWARF()->GetUID(*this);
H A DSymbolFileDWARF.h271 lldb::user_id_t GetUID(const DWARFBaseDIE &die) { function in class:SymbolFileDWARF
272 return GetUID(die.GetDIERef());
275 lldb::user_id_t GetUID(const llvm::Optional<DIERef> &ref) { function in class:SymbolFileDWARF
276 return ref ? GetUID(*ref) : LLDB_INVALID_UID;
279 lldb::user_id_t GetUID(DIERef ref);
H A DDWARFASTParserClang.cpp708 dwarf->GetUID(attrs.type.Reference()), encoding_data_type, &attrs.decl,
802 dwarf->GetUID(attrs.type.Reference()), Type::eEncodingIsUID, &attrs.decl,
1313 dwarf->GetUID(type_die), Type::eEncodingIsUID, &attrs.decl, clang_type,
H A DSymbolFileDWARF.cpp1229 user_id_t SymbolFileDWARF::GetUID(DIERef ref) { function in class:SymbolFileDWARF
3569 new SymbolFileType(*this, GetUID(type_die_form.Reference())));

Completed in 84 milliseconds