Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A 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()