Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h38 bool InsertUnique(const lldb::TypeSP &type);
H A DType.h315 bool InsertUnique(const lldb::TypeSP &type_sp);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() function in TypeMap
H A DType.cpp180 bool TypeResults::InsertUnique(const lldb::TypeSP &type_sp) { in InsertUnique() function in TypeResults
182 return m_type_map.InsertUnique(type_sp); in InsertUnique()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp1033 results.InsertUnique(type_sp); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1567 type_results.InsertUnique(iter->second); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2713 results.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2769 results.InsertUnique(matching_type->shared_from_this()); in FindTypes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1741 results.InsertUnique(type_sp); in FindTypes()