Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DVariable.h96 bool GetLocationIsConstantValueData() const { return m_loc_is_const_data; } in GetLocationIsConstantValueData() function
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectVariable.cpp132 if (variable->GetLocationIsConstantValueData()) { in UpdateValue()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1517 if (var->GetLocationIsConstantValueData()) { in GetVariableValue()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1888 if (var_sp && !var_sp->GetLocationIsConstantValueData()) { in GetGlobalAranges()