Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp51 bool should_create = force; in CreateInstance() local
52 if (!should_create) { in CreateInstance()
56 should_create = true; in CreateInstance()
59 if (should_create) in CreateInstance()