Lines Matching defs:location_list
3292 DWARFExpressionList location_list(module, DWARFExpression(), die.GetCU());
3300 if (DWARFExpression::ParseDWARFLocationList(dwarf_cu, data, &location_list))
3301 location_list.SetFuncFileAddress(func_low_pc);
3304 return location_list;
3454 DWARFExpressionList location_list = [&] {
3507 (has_explicit_location && !location_list.IsValid());
3512 location_list.GetAlwaysValidExpr()) {
3534 location_list.SetModule(debug_map_symfile->GetObjectFile()->GetModule());
3547 *debug_map_symfile, mangled ? mangled : name, location_list,
3562 location_list.GetMutableExpressionAtAddress();
3578 if (location_list.ContainsThreadLocalStorage()) {
3579 location_list.LinkThreadLocalStorage(
3626 DWARFExpression *location = location_list.GetMutableExpressionAtAddress();
3634 scope_ranges, &decl, location_list, is_external, is_artificial,