Searched refs:const_value_extractor (Results 1 – 1 of 1) sorted by relevance
1502 DataExtractor const_value_extractor; in GetVariableValue() local1503 if (var_location_list.GetExpressionData(const_value_extractor)) { in GetVariableValue()1504 var_location = Value(const_value_extractor.GetDataStart(), in GetVariableValue()1505 const_value_extractor.GetByteSize()); in GetVariableValue()