Home
last modified time | relevance | path

Searched refs:GetFullyQualifiedType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h62 GetFullyQualifiedType(const DWARFDeclContext &context,
H A DDebugNamesDWARFIndex.h46 void GetFullyQualifiedType(
H A DDWARFIndex.cpp113 void DWARFIndex::GetFullyQualifiedType( in GetFullyQualifiedType() function in DWARFIndex
H A DDebugNamesDWARFIndex.cpp328 void DebugNamesDWARFIndex::GetFullyQualifiedType( in GetFullyQualifiedType() function in DebugNamesDWARFIndex
371 m_fallback.GetFullyQualifiedType(context, callback); in GetFullyQualifiedType()
H A DSymbolFileDWARF.cpp3041 m_index->GetFullyQualifiedType(die_dwarf_decl_ctx, [&](DWARFDIE type_die) { in FindDefinitionDIE()