Home
last modified time | relevance | path

Searched refs:GetQualifiedName (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h69 const char *GetQualifiedName() const;
74 return ConstString(GetQualifiedName()); in GetQualifiedNameAsConstString()
H A DDWARFDeclContext.cpp31 const char *DWARFDeclContext::GetQualifiedName() const { in GetQualifiedName() function in DWARFDeclContext
H A DAppleDWARFIndex.cpp236 llvm::djbHash(context.GetQualifiedName()); in GetTypes()
H A DSymbolFileDWARF.cpp2756 ConstString name = matching_type->GetQualifiedName(); in FindTypes()
3175 type_dwarf_decl_ctx.GetQualifiedName()); in FindDefinitionTypeForDWARFDeclContext()
H A DDWARFASTParserClang.cpp2418 sstr << decl_ctx.GetQualifiedName(); in ConstructDemangledNameFromDWARF()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp136 ConstString match_type_name_const_str(the_type->GetQualifiedName()); in RemoveMismatchedTypes()
H A DTypeMap.cpp158 ConstString match_type_name_const_str(the_type->GetQualifiedName()); in RemoveMismatchedTypes()
H A DType.cpp306 ConstString qualified_type_name(GetQualifiedName()); in GetDescription()
756 ConstString Type::GetQualifiedName() { in GetQualifiedName() function in Type
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp93 return var_type->GetQualifiedName(); in GetQualifiedTypeName()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h458 ConstString GetQualifiedName();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1564 ConstString name = iter->second->GetQualifiedName(); in FindTypes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1738 ConstString name = type_sp->GetQualifiedName(); in FindTypes()