Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp92 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
104 return specs[specs.size() - 1].GetBaseName(); in DropScope()
H A DMSVCUndecoratedNameParser.h24 llvm::StringRef GetBaseName() const { return m_base_name; } in GetBaseName() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp736 auto GetBaseName = [&](StringRef FName) { in functionMatchesProfileHelper() local
751 auto IRBaseName = GetBaseName(IRFunc.getName()); in functionMatchesProfileHelper()
752 auto ProfBaseName = GetBaseName(ProfFunc.stringRef()); in functionMatchesProfileHelper()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h481 ConstString GetBaseName();
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp332 llvm::StringRef uname = specs.back().GetBaseName(); in CreateDeclInfoForUndecoratedName()
353 std::string ns_name = spec.GetBaseName().str(); in CreateDeclInfoForUndecoratedName()
H A DSymbolFileNativePDB.cpp625 return std::string(specs.back().GetBaseName()); in GetUnqualifiedTypeName()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp446 ConstString Type::GetBaseName() { in GetBaseName() function in Type
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1082 std::string namespace_name = std::string(specs[i].GetBaseName()); in GetDeclContextContainingSymbol()