Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h38 bool InsertUnique(const lldb::TypeSP &type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() function in TypeMap
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2361 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2425 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()