Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeMap.h38 bool InsertUnique(const lldb::TypeSP &type);
/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp70 auto InsertUnique = [&](char32_t CP, std::string Name) { in loadDataFiles() local
79 InsertUnique(CodePoint, std::move(Name)); in loadDataFiles()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeMap.cpp34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() function in TypeMap
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2529 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2566 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()
2632 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()