Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h78 const char *GetQualifiedName() const;
83 return ConstString(GetQualifiedName()); in GetQualifiedNameAsConstString()
H A DDWARFDeclContext.cpp29 const char *DWARFDeclContext::GetQualifiedName() const { in GetQualifiedName() function in DWARFDeclContext
H A DAppleDWARFIndex.cpp236 llvm::djbHash(context.GetQualifiedName()); in GetTypes()
H A DSymbolFileDWARF.cpp2820 ConstString name = matching_type->GetQualifiedName(); in FindTypes()
3180 type_dwarf_decl_ctx.GetQualifiedName()); in FindDefinitionDIE()
H A DDWARFASTParserClang.cpp2348 sstr << decl_ctx.GetQualifiedName(); in ConstructDemangledNameFromDWARF()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp93 return var_type->GetQualifiedName(); in GetQualifiedTypeName()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp305 ConstString qualified_type_name(GetQualifiedName()); in GetDescription()
771 ConstString Type::GetQualifiedName() { in GetQualifiedName() function in Type
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h464 ConstString GetQualifiedName();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1564 ConstString name = iter->second->GetQualifiedName(); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1738 ConstString name = type_sp->GetQualifiedName(); in FindTypes()