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

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpecList.i30 AppendIfUnique (const SBFileSpec &sb_file);
H A DSBBreakpoint.i328 bool AppendIfUnique(const SBBreakpoint &sb_bkpt);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpecList.h33 bool AppendIfUnique(const SBFileSpec &sb_file);
H A DSBBreakpoint.h169 bool AppendIfUnique(const SBBreakpoint &sb_bkpt);
/freebsd-13-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.cpp840 bool AppendIfUnique(BreakpointSP bkpt) { function in class:SBBreakpointListImpl
937 bool SBBreakpointList::AppendIfUnique(const SBBreakpoint &sb_bkpt) { function in class:SBBreakpointList
938 LLDB_RECORD_METHOD(bool, SBBreakpointList, AppendIfUnique,
945 return m_opaque_sp->AppendIfUnique(sb_bkpt.GetSP());
1061 LLDB_REGISTER_METHOD(bool, SBBreakpointList, AppendIfUnique,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFileSpecList.h80 bool AppendIfUnique(const FileSpec &file);
/freebsd-13-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.cpp1192 uint32_t SymbolContextList::AppendIfUnique(const SymbolContextList &sc_list, function in class:SymbolContextList
1197 if (AppendIfUnique(*pos, merge_symbol_into_function))
1203 bool SymbolContextList::AppendIfUnique(const SymbolContext &sc, function in class:SymbolContextList
H A DSymtab.cpp1010 sc_list.AppendIfUnique(sc, merge_symbol_into_function);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp34 bool FileSpecList::AppendIfUnique(const FileSpec &file_spec) { function in class:FileSpecList
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp499 files.AppendIfUnique(f);
509 files.AppendIfUnique(f);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp138 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.cpp1703 m_filenames.AppendIfUnique(FileSpec(option_arg));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp373 support_files.AppendIfUnique(spec);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp798 if (files.AppendIfUnique(m_filespec_up->GetFileSpecAtIndex(i)))
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8365 SWIG_check_num_args("lldb::SBBreakpointList::AppendIfUnique",2,2)
8366 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpointList::AppendIfUnique",1,"lldb::SBBreakpointList *");
8367 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBBreakpointList::AppendIfUnique",2,"lldb::SBBreakpoint const &");
8378 result = (bool)(arg1)->AppendIfUnique((lldb::SBBreakpoint const &)*arg2);
8459 { "AppendIfUnique", _wrap_SBBreakpointList_AppendIfUnique},
26098 SWIG_check_num_args("lldb::SBFileSpecList::AppendIfUnique",2,2)
26099 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBFileSpecList::AppendIfUnique",1,"lldb::SBFileSpecList *");
26100 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBFileSpecList::AppendIfUnique",2,"lldb::SBFileSpec const &");
26111 result = (bool)(arg1)->AppendIfUnique((lldb::SBFileSpec const &)*arg2);
26234 { "AppendIfUnique", _wrap_SBFileSpecList_AppendIfUniqu
[all...]

Completed in 430 milliseconds