Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h96 bool GetLocationIsConstantValueData() const { return m_loc_is_const_data; } in GetLocationIsConstantValueData()
98 void SetLocationIsConstantValueData(bool b) { m_loc_is_const_data = b; } in SetLocationIsConstantValueData()
140 unsigned m_loc_is_const_data : 1; variable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp51 m_artificial(artificial), m_loc_is_const_data(location_is_constant_data), in Variable()