Home
last modified time | relevance | path

Searched refs:var_representation (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1695 llvm::StringRef var_representation; in Format() local
1714 var_representation = buffer; in Format()
1726 var_representation = ss.GetString(); in Format()
1730 if (!var_representation.empty()) in Format()
1731 s.Printf("%s=%s", var_name, var_representation.str().c_str()); in Format()