Home
last modified time | relevance | path

Searched defs:die_ref (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp28 void NameToDIE::Insert(ConstString name, const DIERef &die_ref) { in Insert()
56 const DIERef &die_ref = m_map.GetValueAtIndexUnchecked(i); in FindAllEntriesForUnit() local
109 if (llvm::Optional<DIERef> die_ref = DIERef::Decode(data, offset_ptr)) in Decode() local
H A DDWARFDebugInfo.cpp149 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { in GetUnit()
180 DWARFDebugInfo::GetDIE(const DIERef &die_ref) { in GetDIE()
H A DSymbolFileDWARFDwo.cpp126 SymbolFileDWARFDwo::GetDIE(const DIERef &die_ref) { in GetDIE()
H A DAppleDWARFIndex.cpp186 m_apple_names_up->FindByName(name.GetStringRef(), [&](DIERef die_ref) { in GetFunctions()
H A DSymbolFileDWARF.cpp1485 Type *SymbolFileDWARF::ResolveTypeUID(const DIERef &die_ref) { in ResolveTypeUID()
1670 SymbolFileDWARF::GetDIE(const DIERef &die_ref) { in GetDIE()
2408 for (DIERef die_ref : in GetMangledNamesForFunction() local