Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp350 bool got_spec = module_specs.GetModuleSpecAtIndex(i, spec); in FindSymbolFileInBundle() local
351 assert(got_spec); // The call has side-effects so can't be inlined. in FindSymbolFileInBundle()
352 UNUSED_IF_ASSERT_DISABLED(got_spec); in FindSymbolFileInBundle()
374 bool got_spec = module_specs.GetModuleSpecAtIndex(i, spec); in FileAtPathContainsArchAndUUID() local
375 UNUSED_IF_ASSERT_DISABLED(got_spec); in FileAtPathContainsArchAndUUID()
376 assert(got_spec); in FileAtPathContainsArchAndUUID()