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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h96 bool GetLocationIsConstantValueData() const { return m_loc_is_const_data; } function in class:lldb_private::Variable
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp133 if (variable->GetLocationIsConstantValueData()) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1506 if (var->GetLocationIsConstantValueData()) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2084 if (var_sp && !var_sp->GetLocationIsConstantValueData()) {

Completed in 396 milliseconds