Home
last modified time | relevance | path

Searched refs:GetNamespaces (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h47 void GetNamespaces(ConstString name,
H A DDebugNamesDWARFIndex.cpp221 void DebugNamesDWARFIndex::GetNamespaces( in GetNamespaces() function in DebugNamesDWARFIndex
231 m_fallback.GetNamespaces(name, callback); in GetNamespaces()
H A DDWARFIndex.h51 GetNamespaces(ConstString name,
H A DAppleDWARFIndex.h53 void GetNamespaces(ConstString name,
H A DDebugNamesDWARFIndex.h47 void GetNamespaces(ConstString name,
H A DAppleDWARFIndex.cpp171 void AppleDWARFIndex::GetNamespaces( in GetNamespaces() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp396 void ManualDWARFIndex::GetNamespaces( in GetNamespaces() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp2458 m_index->GetNamespaces(name, [&](DWARFDIE die) { in FindNamespace()