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.h99 bool GetLocationIsConstantValueData() const { return m_loc_is_const_data; } in GetLocationIsConstantValueData() function
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVariable.cpp133 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.cpp2063 if (var_sp && !var_sp->GetLocationIsConstantValueData()) { in GetGlobalAranges()