Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp184 bool found_main_file = false; in GetOrCreateCompiland() local
186 if (!found_main_file && IsMainFile(main_file, file)) { in GetOrCreateCompiland()
188 found_main_file = true; in GetOrCreateCompiland()