| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformMacOSX.cpp | 182 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 185 old_modules, did_create_ptr); in GetSharedModule() 206 if (did_create_ptr) in GetSharedModule() 207 *did_create_ptr = did_create; in GetSharedModule() 217 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 | PlatformRemoteDarwinDevice.cpp | 227 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 331 did_create_ptr); in GetSharedModule() 340 did_create_ptr); in GetSharedModule() 348 did_create_ptr, always_create); in GetSharedModule()
|
| H A D | PlatformDarwinKernel.cpp | 722 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 737 did_create_ptr); in GetSharedModule() 744 did_create_ptr); in GetSharedModule() 752 did_create_ptr); in GetSharedModule() 758 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModuleKext() argument 785 did_create_ptr); in GetSharedModuleKext() 796 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModuleKernel() argument 865 did_create_ptr); in GetSharedModuleKernel()
|
| H A D | PlatformDarwinDevice.cpp | 299 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModuleWithLocalCache() argument 333 did_create_ptr); in GetSharedModuleWithLocalCache() 353 did_create_ptr); in GetSharedModuleWithLocalCache() 368 did_create_ptr); in GetSharedModuleWithLocalCache()
|
| H A D | PlatformDarwin.h | 78 bool *did_create_ptr) override; 189 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr);
|
| H A D | PlatformDarwinDevice.h | 30 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr);
|
| H A D | PlatformDarwin.cpp | 336 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 346 did_create_ptr); in GetSharedModule() 354 did_create_ptr); in GetSharedModule() 368 did_create_ptr)); in GetSharedModule() 395 did_create_ptr)); in GetSharedModule() 1229 llvm::SmallVectorImpl<ModuleSP> *old_modules, bool *did_create_ptr) { in FindBundleBinaryInExecSearchPaths() argument 1288 nullptr, old_modules, did_create_ptr)); in FindBundleBinaryInExecSearchPaths()
|
| 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 | 487 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 504 did_create_ptr, always_create); in GetSharedModule()
|
| /openbsd-src/gnu/llvm/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 | 294 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr); 967 bool *did_create_ptr); 970 lldb::ModuleSP &module_sp, bool *did_create_ptr);
|
| /openbsd-src/gnu/llvm/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 | 204 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr) { in GetSharedModule() argument 208 did_create_ptr, false); in GetSharedModule() 223 did_create_ptr, false); in GetSharedModule() 231 did_create_ptr, false); in GetSharedModule() 239 did_create_ptr); in GetSharedModule() 1509 bool *did_create_ptr) { in GetRemoteSharedModule() argument 1573 if (GetCachedSharedModule(resolved_module_spec, module_sp, did_create_ptr)) in GetRemoteSharedModule() 1582 bool *did_create_ptr) { in GetCachedSharedModule() argument 1603 module_sp, did_create_ptr); in GetCachedSharedModule()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ModuleList.cpp | 789 bool *did_create_ptr, bool always_create) { in GetSharedModule() argument 799 if (did_create_ptr) in GetSharedModule() 800 *did_create_ptr = false; in GetSharedModule() 860 if (did_create_ptr) { in GetSharedModule() 861 *did_create_ptr = true; in GetSharedModule() 898 if (did_create_ptr) in GetSharedModule() 899 *did_create_ptr = true; in GetSharedModule() 996 if (did_create_ptr) in GetSharedModule() 997 *did_create_ptr = true; in GetSharedModule()
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 454 bool *did_create_ptr, bool always_create = false);
|