| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformMacOSX.cpp | 175 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 178 old_modules, did_create_ptr); in GetSharedModule() 199 if (did_create_ptr) in GetSharedModule() 200 *did_create_ptr = did_create; in GetSharedModule() 210 old_modules, did_create_ptr); in GetSharedModule()
|
| H A D | PlatformDarwinKernel.h | 65 bool *did_create_ptr) override; 146 bool *did_create_ptr); 151 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr);
|
| H A D | PlatformDarwinKernel.cpp | 719 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 732 did_create_ptr); in GetSharedModule() 736 did_create_ptr); in GetSharedModule() 743 did_create_ptr); in GetSharedModule() 750 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModuleKext() argument 777 did_create_ptr); in GetSharedModuleKext() 788 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModuleKernel() argument 855 did_create_ptr); in GetSharedModuleKernel()
|
| H A D | PlatformRemoteDarwinDevice.cpp | 226 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 330 did_create_ptr); in GetSharedModule() 339 did_create_ptr); in GetSharedModule() 347 did_create_ptr, always_create); in GetSharedModule()
|
| H A D | PlatformDarwinDevice.cpp | 289 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModuleWithLocalCache() argument 323 did_create_ptr); in GetSharedModuleWithLocalCache() 343 did_create_ptr); in GetSharedModuleWithLocalCache() 358 did_create_ptr); in GetSharedModuleWithLocalCache()
|
| H A D | PlatformDarwin.h | 78 bool *did_create_ptr) override; 185 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr);
|
| H A D | PlatformDarwin.cpp | 335 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 345 did_create_ptr); in GetSharedModule() 353 did_create_ptr); in GetSharedModule() 367 did_create_ptr)); in GetSharedModule() 394 did_create_ptr)); in GetSharedModule() 1198 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in FindBundleBinaryInExecSearchPaths() argument 1257 nullptr, old_modules, did_create_ptr)); in FindBundleBinaryInExecSearchPaths()
|
| H A D | PlatformDarwinDevice.h | 30 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr);
|
| H A D | PlatformRemoteDarwinDevice.h | 56 bool *did_create_ptr) override;
|
| H A D | PlatformMacOSX.h | 53 bool *did_create_ptr) override;
|
| H A D | PlatformAppleSimulator.h | 97 bool *did_create_ptr) override;
|
| H A D | PlatformAppleSimulator.cpp | 475 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 492 did_create_ptr, always_create); in GetSharedModule()
|
| /llvm-project-15.0.7/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 | 293 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr); 938 bool *did_create_ptr); 941 lldb::ModuleSP &module_sp, bool *did_create_ptr);
|
| /llvm-project-15.0.7/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 | 203 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 207 did_create_ptr, false); in GetSharedModule() 222 did_create_ptr, false); in GetSharedModule() 230 did_create_ptr, false); in GetSharedModule() 238 did_create_ptr); in GetSharedModule() 1508 bool *did_create_ptr) { in GetRemoteSharedModule() argument 1572 if (GetCachedSharedModule(resolved_module_spec, module_sp, did_create_ptr)) in GetRemoteSharedModule() 1581 bool *did_create_ptr) { in GetCachedSharedModule() argument 1602 module_sp, did_create_ptr); in GetCachedSharedModule()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ModuleList.cpp | 780 bool *did_create_ptr, bool always_create) { in GetSharedModule() argument 790 if (did_create_ptr) in GetSharedModule() 791 *did_create_ptr = false; in GetSharedModule() 851 if (did_create_ptr) { in GetSharedModule() 852 *did_create_ptr = true; in GetSharedModule() 889 if (did_create_ptr) in GetSharedModule() 890 *did_create_ptr = true; in GetSharedModule() 987 if (did_create_ptr) in GetSharedModule() 988 *did_create_ptr = true; in GetSharedModule()
|
| /llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 219 bool *did_create_ptr) { in CreateThreadFromThreadInfo() argument 251 if (did_create_ptr) in CreateThreadFromThreadInfo() 252 *did_create_ptr = true; in CreateThreadFromThreadInfo()
|
| H A D | OperatingSystemPython.h | 72 std::vector<bool> &core_used_map, bool *did_create_ptr);
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderDarwin.cpp | 97 ImageInfo &image_info, bool can_create, bool *did_create_ptr) { in FindTargetModuleForImageInfo() argument 98 if (did_create_ptr) in FindTargetModuleForImageInfo() 99 *did_create_ptr = false; in FindTargetModuleForImageInfo() 158 if (did_create_ptr) in FindTargetModuleForImageInfo() 159 *did_create_ptr = (bool)module_sp; in FindTargetModuleForImageInfo()
|
| H A D | DynamicLoaderDarwin.h | 181 bool *did_create_ptr);
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 453 bool *did_create_ptr, bool always_create = false);
|