Home
last modified time | relevance | path

Searched refs:GetTypeBasename (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h240 ConstString GetTypeBasename() const; in LLDB_MARK_AS_BITMASK_ENUM()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp136 ConstString TypeQuery::GetTypeBasename() const { in GetTypeBasename() function in TypeQuery
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp1030 ConstString name = match.GetTypeBasename(); in FindTypes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2679 m_index->GetTypes(query.GetTypeBasename(), [&](DWARFDIE die) { in FindTypes()
2709 if (CompilerTypeBasename != query.GetTypeBasename()) in FindTypes()
2737 m_index->GetTypes(query_simple.GetTypeBasename(), [&](DWARFDIE die) { in FindTypes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1531 llvm::StringRef basename = query.GetTypeBasename().GetStringRef(); in FindTypes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1730 m_index->tpi().findRecordsByName(query.GetTypeBasename().GetStringRef()); in FindTypes()