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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3141     return var_sp;
 3143   var_sp = GetDIEToVariable()[die.GetDIE()];
 3144   if (var_sp)
 3145     return var_sp; // Already been parsed!
 3442                 return var_sp;
 3496         var_sp = std::make_shared<Variable>(
 3501         var_sp->SetLocationIsConstantValueData(location_is_const_value_data);
 3506         return var_sp;
 3513     GetDIEToVariable()[die.GetDIE()] = var_sp;
 3515       GetDIEToVariable()[spec_die.GetDIE()] = var_sp;
 3517   return var_sp;