Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp345 const bool always_create = false; in GetSharedModule() local
348 did_create_ptr, always_create); in GetSharedModule()
H A DPlatformAppleSimulator.cpp501 const bool always_create = false; in GetSharedModule() local
504 did_create_ptr, always_create); in GetSharedModule()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h454 bool *did_create_ptr, bool always_create = false);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp789 bool *did_create_ptr, bool always_create) { in GetSharedModule() argument
809 if (!always_create) { in GetSharedModule()