Searched refs:did_create_ptr (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ModuleCache.h | 58 lldb::ModuleSP &cached_module_sp, bool *did_create_ptr); 67 bool *did_create_ptr);
|
H A D | Platform.h | 307 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr); 312 bool *did_create_ptr); 998 bool *did_create_ptr); 1001 lldb::ModuleSP &module_sp, bool *did_create_ptr);
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ModuleCache.cpp | 217 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 D | Platform.cpp | 167 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 171 did_create_ptr, false); in GetSharedModule() 185 did_create_ptr, false); in GetSharedModule() 193 did_create_ptr, false); in GetSharedModule() 201 did_create_ptr); in GetSharedModule() 1465 bool *did_create_ptr) { in GetRemoteSharedModule() argument 1532 symbol_file_spec, did_create_ptr); in GetRemoteSharedModule() 1571 if (GetCachedSharedModule(resolved_module_spec, module_sp, did_create_ptr)) { in GetRemoteSharedModule() 1586 bool *did_create_ptr) { in CallLocateModuleCallbackIfSet() argument 1671 nullptr, did_create_ptr, false); in CallLocateModuleCallbackIfSet() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 792 bool *did_create_ptr, bool always_create) { in GetSharedModule() argument 802 if (did_create_ptr) in GetSharedModule() 803 *did_create_ptr = false; in GetSharedModule() 863 if (did_create_ptr) { in GetSharedModule() 864 *did_create_ptr = true; in GetSharedModule() 901 if (did_create_ptr) in GetSharedModule() 902 *did_create_ptr = true; in GetSharedModule() 999 if (did_create_ptr) in GetSharedModule() 1000 *did_create_ptr = true; in GetSharedModule()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.cpp | 228 bool *did_create_ptr) { in CreateThreadFromThreadInfo() argument 260 if (did_create_ptr) in CreateThreadFromThreadInfo() 261 *did_create_ptr = true; in CreateThreadFromThreadInfo()
|
H A D | OperatingSystemPython.h | 72 std::vector<bool> &core_used_map, bool *did_create_ptr);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 471 bool *did_create_ptr, bool always_create = false);
|