reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 2030   const uint32_t original_size = variables.GetSize();
 2084                          &variables);
 2085           while (pruned_idx < variables.GetSize()) {
 2086             VariableSP var_sp = variables.GetVariableAtIndex(pruned_idx);
 2091               variables.RemoveVariableAtIndex(pruned_idx);
 2094           if (variables.GetSize() - original_size >= max_matches)
 2105   const uint32_t num_matches = variables.GetSize() - original_size;