Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeMap.h40 bool InsertUnique(const lldb::TypeSP &type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeMap.cpp50 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() function in TypeMap
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2495 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2575 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()