In stata help for LSDVC model, it is explained that the results of estimation are saved in xtlsdvc saves in e():
Scalars
e(N) number of observations e(sigma) estimates of σ from the first stage regression
e(Tbar) average number of time periods
e(N g) number of groups
Macros
e(cmd) xtlsdvc
e(depvar) name of dependent variable
Matrices
e(b) xtlsdvc estimates
e(V) var–cov matrix of the xtlsdvc estimator
e(b lsdv) xtreg,fe estimates
e(V lsdv) var–cov matrix of the xtreg,fe estimator
Functions
e(sample) marks estimation sample
but I do not know the command that show this result.