Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h266 lldb::user_id_t GetUID(const DWARFBaseDIE &die) { in GetUID() function
267 return GetUID(die.GetDIERef()); in GetUID()
270 lldb::user_id_t GetUID(const llvm::Optional<DIERef> &ref) { in GetUID() function
271 return ref ? GetUID(*ref) : LLDB_INVALID_UID; in GetUID()
274 lldb::user_id_t GetUID(DIERef ref);
DDWARFBaseDIE.cpp66 return GetDWARF()->GetUID(*this); in GetID()
DDWARFASTParserClang.cpp765 dwarf->GetUID(attrs.type.Reference()), encoding_data_type, &attrs.decl, in ParseTypeModifier()
858 dwarf->GetUID(attrs.type.Reference()), Type::eEncodingIsUID, &attrs.decl, in ParseEnum()
1344 dwarf->GetUID(type_die), Type::eEncodingIsUID, &attrs.decl, clang_type, in ParseArrayType()
DSymbolFileDWARF.cpp1266 user_id_t SymbolFileDWARF::GetUID(DIERef ref) { in GetUID() function in SymbolFileDWARF
3412 *this, GetUID(type_die_form.Reference())); in ParseVariableDIE()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h650 unsigned long long GetUID() const;
Dmkvparser.cc3428 unsigned long long Chapters::Atom::GetUID() const { return m_uid; } in GetUID() function in mkvparser::Chapters::Atom
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.h650 unsigned long long GetUID() const;
Dmkvparser.cc3428 unsigned long long Chapters::Atom::GetUID() const { return m_uid; } in GetUID() function in mkvparser::Chapters::Atom
/external/libwebm/mkvparser/
Dmkvparser.h650 unsigned long long GetUID() const;
Dmkvparser.cc3428 unsigned long long Chapters::Atom::GetUID() const { return m_uid; } in GetUID() function in mkvparser::Chapters::Atom
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h650 unsigned long long GetUID() const;
Dmkvparser.cc3428 unsigned long long Chapters::Atom::GetUID() const { return m_uid; } in GetUID() function in mkvparser::Chapters::Atom