Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDTypeMap.h38 bool InsertUnique(const lldb::TypeSP &type);
HDType.h319 bool InsertUnique(const lldb::TypeSP &type_sp);
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDTypeMap.cpp34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() function in TypeMap
HDType.cpp182 bool TypeResults::InsertUnique(const lldb::TypeSP &type_sp) { in InsertUnique() function in TypeResults
184 return m_type_map.InsertUnique(type_sp); in InsertUnique()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
HDSymbolFileCTF.cpp1035 results.InsertUnique(type_sp); in FindTypes()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp1567 type_results.InsertUnique(iter->second); in FindTypes()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp2777 results.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2833 results.InsertUnique(matching_type->shared_from_this()); in FindTypes()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp1741 results.InsertUnique(type_sp); in FindTypes()