Home
last modified time | relevance | path

Searched refs:GetUID (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h40 lldb::user_id_t GetUID(SymbolFileDWARF *dwarf) const;
H A DDIERef.cpp54 lldb::user_id_t DIERef::GetUID(SymbolFileDWARF *dwarf) const { in GetUID() function in DIERef
H A DDWARFBaseDIE.cpp88 return GetDIERef().GetUID(GetDWARF()); in GetID()
H A DDWARFUnit.cpp426 return DIERef(local_id, local_id).GetUID(m_dwarf); in GetID()
H A DDWARFASTParserClang.cpp528 DIERef(encoding_uid).GetUID(dwarf), encoding_data_type, in ParseTypeFromDWARF()
1110 DIERef(encoding_form).GetUID(dwarf), Type::eEncodingIsUID, &decl, in ParseTypeFromDWARF()
1811 NULL, DIERef(type_die_form).GetUID(dwarf), Type::eEncodingIsUID, in ParseTypeFromDWARF()
H A DSymbolFileDWARF.cpp3598 new SymbolFileType(*this, DIERef(type_die_form).GetUID(this))); in ParseVariableDIE()