Home
last modified time | relevance | path

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

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