Searched refs:AppendIfNeeded (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp145 loaded_module_list.AppendIfNeeded (module_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h118 AppendIfNeeded (const lldb::ModuleSP &module_sp);
124 AppendIfNeeded (const ModuleList& module_list);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp212 target.GetImages().AppendIfNeeded(module_sp);
H A DModuleList.cpp147 ModuleList::AppendIfNeeded (const ModuleSP &module_sp) function in class:ModuleList
173 ModuleList::AppendIfNeeded (const ModuleList& module_list) function in class:ModuleList
178 if (AppendIfNeeded(pos))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp369 module_list.AppendIfNeeded(module_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp434 loaded_modules.AppendIfNeeded( module_sp );
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp409 loaded_modules.AppendIfNeeded(module_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp574 if (!seen_modules.AppendIfNeeded(module_sp))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp455 new_modules.AppendIfNeeded (module_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1586 target_sp->GetImages().AppendIfNeeded (module.GetSP());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2001 module_list.AppendIfNeeded(module_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4867 loaded_modules.AppendIfNeeded (new_modules);

Completed in 196 milliseconds