Home
last modified time | relevance | path

Searched refs:GetLocationIsConstantValueData (Results 1 – 4 of 4) 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() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp137 if (variable->GetLocationIsConstantValueData()) { in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1501 if (var->GetLocationIsConstantValueData()) { in GetVariableValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2123 if (var_sp && !var_sp->GetLocationIsConstantValueData()) { in GetGlobalAranges()