Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDebugNamesDWARFIndex.cpp228 void DebugNamesDWARFIndex::GetNamespaces( in GetNamespaces() function in DebugNamesDWARFIndex
238 m_fallback.GetNamespaces(name, callback); in GetNamespaces()
DAppleDWARFIndex.h53 void GetNamespaces(ConstString name,
DDWARFIndex.h55 GetNamespaces(ConstString name,
DDebugNamesDWARFIndex.h48 void GetNamespaces(ConstString name,
DManualDWARFIndex.h47 void GetNamespaces(ConstString name,
DAppleDWARFIndex.cpp174 void AppleDWARFIndex::GetNamespaces( in GetNamespaces() function in AppleDWARFIndex
DManualDWARFIndex.cpp425 void ManualDWARFIndex::GetNamespaces( in GetNamespaces() function in ManualDWARFIndex
DSymbolFileDWARF.cpp2665 m_index->GetNamespaces(name, [&](DWARFDIE die) { in FindNamespace()