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/
DPlatformRemoteDarwinDevice.cpp345 const bool always_create = false; in GetSharedModule() local
348 did_create_ptr, always_create); in GetSharedModule()
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/
DModuleList.h454 bool *did_create_ptr, bool always_create = false);
/openbsd/src/gnu/llvm/lldb/source/Core/
DModuleList.cpp789 bool *did_create_ptr, bool always_create) { in GetSharedModule() argument
809 if (!always_create) { in GetSharedModule()