Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.cpp182 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 DPlatformDarwinKernel.h65 bool *did_create_ptr) override;
146 bool *did_create_ptr);
151 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr);
H A DPlatformRemoteDarwinDevice.cpp227 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 DPlatformDarwinKernel.cpp722 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 DPlatformDarwinDevice.cpp299 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 DPlatformDarwin.h78 bool *did_create_ptr) override;
189 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr);
H A DPlatformDarwinDevice.h30 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr);
H A DPlatformDarwin.cpp336 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 DPlatformRemoteDarwinDevice.h56 bool *did_create_ptr) override;
H A DPlatformMacOSX.h53 bool *did_create_ptr) override;
H A DPlatformAppleSimulator.h97 bool *did_create_ptr) override;
H A DPlatformAppleSimulator.cpp487 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 DModuleCache.h58 lldb::ModuleSP &cached_module_sp, bool *did_create_ptr);
67 bool *did_create_ptr);
H A DPlatform.h294 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 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.cpp204 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 DModuleList.cpp789 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 DOperatingSystemPython.cpp219 bool *did_create_ptr) { in CreateThreadFromThreadInfo() argument
251 if (did_create_ptr) in CreateThreadFromThreadInfo()
252 *did_create_ptr = true; in CreateThreadFromThreadInfo()
H A DOperatingSystemPython.h72 std::vector<bool> &core_used_map, bool *did_create_ptr);
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp97 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 DDynamicLoaderDarwin.h181 bool *did_create_ptr);
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h454 bool *did_create_ptr, bool always_create = false);