Home
last modified time | relevance | path

Searched refs:always_create (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp344 const bool always_create = false; in GetSharedModule() local
347 did_create_ptr, always_create); in GetSharedModule()
H A DPlatformAppleSimulator.cpp489 const bool always_create = false; in GetSharedModule() local
492 did_create_ptr, always_create); in GetSharedModule()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h453 bool *did_create_ptr, bool always_create = false);
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp780 bool *did_create_ptr, bool always_create) { in GetSharedModule() argument
800 if (!always_create) { in GetSharedModule()