Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp61 bool got_spec = module_specs.GetModuleSpecAtIndex(i, spec); in FileAtPathContainsArchAndUUID() local
62 UNUSED_IF_ASSERT_DISABLED(got_spec); in FileAtPathContainsArchAndUUID()
63 assert(got_spec); in FileAtPathContainsArchAndUUID()
H A DLocateSymbolFileMacOSX.cpp314 bool got_spec = module_specs.GetModuleSpecAtIndex(i, spec); in FindSymbolFileInBundle() local
315 assert(got_spec); // The call has side-effects so can't be inlined. in FindSymbolFileInBundle()
316 UNUSED_IF_ASSERT_DISABLED(got_spec); in FindSymbolFileInBundle()