Searched refs:AppendIfUnique (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpecList.i30 AppendIfUnique (const SBFileSpec &sb_file);
H A DSBBreakpoint.i325 bool AppendIfUnique(const SBBreakpoint &sb_bkpt);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpecList.h33 bool AppendIfUnique(const SBFileSpec &sb_file);
H A DSBBreakpoint.h167 bool AppendIfUnique(const SBBreakpoint &sb_bkpt);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFileSpecList.cpp60 bool SBFileSpecList::AppendIfUnique(const SBFileSpec &sb_file) { function in class:SBFileSpecList
61 LLDB_RECORD_METHOD(bool, SBFileSpecList, AppendIfUnique,
64 return m_opaque_up->AppendIfUnique(sb_file.ref());
140 LLDB_REGISTER_METHOD(bool, SBFileSpecList, AppendIfUnique,
H A DSBBreakpoint.cpp831 bool AppendIfUnique(BreakpointSP bkpt) { function in class:SBBreakpointListImpl
928 bool SBBreakpointList::AppendIfUnique(const SBBreakpoint &sb_bkpt) { function in class:SBBreakpointList
929 LLDB_RECORD_METHOD(bool, SBBreakpointList, AppendIfUnique,
936 return m_opaque_sp->AppendIfUnique(sb_bkpt.GetSP());
1050 LLDB_REGISTER_METHOD(bool, SBBreakpointList, AppendIfUnique,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp276 debug_file_search_paths.AppendIfUnique(file_spec);
285 debug_file_search_paths.AppendIfUnique(file_spec);
294 debug_file_search_paths.AppendIfUnique(file_spec);
301 debug_file_search_paths.AppendIfUnique(file_spec);
H A DSymbolContext.cpp1196 uint32_t SymbolContextList::AppendIfUnique(const SymbolContextList &sc_list, function in class:SymbolContextList
1201 if (AppendIfUnique(*pos, merge_symbol_into_function))
1207 bool SymbolContextList::AppendIfUnique(const SymbolContext &sc, function in class:SymbolContextList
H A DSymtab.cpp1010 sc_list.AppendIfUnique(sc, merge_symbol_into_function);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFileSpecList.h80 bool AppendIfUnique(const FileSpec &file);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp34 bool FileSpecList::AppendIfUnique(const FileSpec &file_spec) { function in class:FileSpecList
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h388 bool AppendIfUnique(const SymbolContext &sc, bool merge_symbol_into_function);
390 uint32_t AppendIfUnique(const SymbolContextList &sc_list,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp480 files.AppendIfUnique(f);
490 files.AppendIfUnique(f);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp369 m_matching_files.AppendIfUnique(sfile_spec);
388 m_matching_files.AppendIfUnique(context.comp_unit->GetPrimaryFile());
H A DCommandObjectSource.cpp319 sc_list.AppendIfUnique(sc, /*merge_symbol_into_function=*/false);
341 sc_list.AppendIfUnique(sc, /*merge_symbol_into_function=*/false);
H A DCommandObjectBreakpoint.cpp319 m_filenames.AppendIfUnique(FileSpec(option_arg));
426 m_modules.AppendIfUnique(FileSpec(option_arg));
H A DCommandObjectThread.cpp1705 m_filenames.AppendIfUnique(FileSpec(option_arg));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp371 support_files.AppendIfUnique(spec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp794 if (files.AppendIfUnique(m_filespec_up->GetFileSpecAtIndex(i)))

Completed in 291 milliseconds