Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
DDynamicLoaderWasmDYLD.cpp45 bool should_create = force; in CreateInstance() local
46 if (!should_create) { in CreateInstance()
47 should_create = in CreateInstance()
52 if (should_create) in CreateInstance()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp52 bool should_create = force; in CreateInstance() local
53 if (!should_create) { in CreateInstance()
57 should_create = true; in CreateInstance()
60 if (should_create) in CreateInstance()