Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp1692 llvm::StringRef var_representation; in Format() local
1711 var_representation = buffer; in Format()
1723 var_representation = ss.GetString(); in Format()
1727 if (!var_representation.empty()) in Format()
1728 s.Printf("%s=%s", var_name, var_representation.str().c_str()); in Format()