Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp30 void NameToDIE::Insert(ConstString name, const DIERef &die_ref) { in Insert()
57 const DIERef &die_ref = m_map.GetValueAtIndexUnchecked(i); in FindAllEntriesForUnit() local
110 if (std::optional<DIERef> die_ref = DIERef::Decode(data, offset_ptr)) in Decode() local
H A DDWARFDebugInfo.cpp157 GetUnit(const DIERef & die_ref) GetUnit() argument
188 GetDIE(const DIERef & die_ref) GetDIE() argument
195 PeekDIEName(const DIERef & die_ref) PeekDIEName() argument
H A DDIERef.cpp29 DIERef die_ref(data.GetU64(offset_ptr)); in Decode() local
H A DSymbolFileDWARFDwo.cpp140 GetDIE(const DIERef & die_ref) GetDIE() argument
H A DAppleDWARFIndex.cpp285 DIERef die_ref(std::nullopt, DIERef::Section::DebugInfo, in GetFunctions() local
H A DSymbolFileDWARF.cpp1547 ResolveTypeUID(const DIERef & die_ref) ResolveTypeUID() argument
1729 GetDIE(const DIERef & die_ref) GetDIE() argument
2634 for (DIERef die_ref : GetMangledNamesForFunction() local
[all...]