Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A DDynamicLoaderWasmDYLD.cpp41 bool should_create = force; in CreateInstance() local
42 if (!should_create) { in CreateInstance()
43 should_create = in CreateInstance()
48 if (should_create) in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp48 bool should_create = force; in CreateInstance() local
49 if (!should_create) { in CreateInstance()
53 should_create = true; in CreateInstance()
56 if (should_create) in CreateInstance()