Home
last modified time | relevance | path

Searched refs:did_create_ptr (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DModuleCache.h58 lldb::ModuleSP &cached_module_sp, bool *did_create_ptr);
67 bool *did_create_ptr);
H A DPlatform.h320 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr);
325 bool *did_create_ptr);
1016 bool *did_create_ptr);
1019 lldb::ModuleSP &module_sp, bool *did_create_ptr);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp217 ModuleSP &cached_module_sp, bool *did_create_ptr) { in Get() argument
255 nullptr, nullptr, did_create_ptr, false); in Get()
275 bool *did_create_ptr) { in GetAndPut() argument
291 cached_module_sp, did_create_ptr); in GetAndPut()
309 cached_module_sp, did_create_ptr); in GetAndPut()
H A DPlatform.cpp201 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument
205 did_create_ptr, false); in GetSharedModule()
219 did_create_ptr, false); in GetSharedModule()
227 did_create_ptr, false); in GetSharedModule()
235 did_create_ptr); in GetSharedModule()
1513 bool *did_create_ptr) { in GetRemoteSharedModule() argument
1580 symbol_file_spec, did_create_ptr); in GetRemoteSharedModule()
1634 bool *did_create_ptr) { in CallLocateModuleCallbackIfSet() argument
1719 nullptr, did_create_ptr, false); in CallLocateModuleCallbackIfSet()
1739 bool *did_create_ptr) { in GetCachedSharedModule() argument
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp787 bool *did_create_ptr, bool always_create) { in GetSharedModule() argument
797 if (did_create_ptr) in GetSharedModule()
798 *did_create_ptr = false; in GetSharedModule()
858 if (did_create_ptr) { in GetSharedModule()
859 *did_create_ptr = true; in GetSharedModule()
896 if (did_create_ptr) in GetSharedModule()
897 *did_create_ptr = true; in GetSharedModule()
994 if (did_create_ptr) in GetSharedModule()
995 *did_create_ptr = true; in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp228 bool *did_create_ptr) { in CreateThreadFromThreadInfo() argument
260 if (did_create_ptr) in CreateThreadFromThreadInfo()
261 *did_create_ptr = true; in CreateThreadFromThreadInfo()
H A DOperatingSystemPython.h72 std::vector<bool> &core_used_map, bool *did_create_ptr);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h450 bool *did_create_ptr, bool always_create = false);