Searched refs:found_line (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Symbol/
H A DCompileUnit.cpp358 uint32_t found_line; local
369 // If "exact == true", then "found_line" will be the same
370 // as "line". If "exact == false", the "found_line" will be the
373 found_line = line_entry.line;
389 line_idx = line_table->FindLineEntryIndexByFileIndex (line_idx + 1, file_indexes.front(), found_line, true, &line_entry);
400 // If "exact == true", then "found_line" will be the same
401 // as "line". If "exact == false", the "found_line" will be the
404 found_line = line_entry.line;
418 line_idx = line_table->FindLineEntryIndexByFileIndex (line_idx + 1, file_indexes, found_line, true, &line_entry);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2880 uint32_t found_line; local
2882 found_line = sc.line_entry.line;
2917 line_idx = line_table->FindLineEntryIndexByFileIndex (line_idx + 1, file_idx, found_line, true, &sc.line_entry);

Completed in 81 milliseconds