ClangExpressionVariable.h | 237 // this function is used to copy the address-of m_live_sp into m_frozen_sp 257 EVIsFreezeDried = 1 << 3, ///< This variable's authoritative version is in m_frozen_sp (for example, for statically-computed results) 258 EVNeedsFreezeDry = 1 << 4, ///< Copy from m_live_sp to m_frozen_sp during dematerialization 269 lldb::ValueObjectSP m_frozen_sp; member in class:lldb_private::ClangExpressionVariable
|