Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResult.cpp45 SetIsConstant(); in ValueObjectConstResult()
80 SetIsConstant(); in ValueObjectConstResult()
121 SetIsConstant(); in ValueObjectConstResult()
164 SetIsConstant(); in ValueObjectConstResult()
181 SetIsConstant(); in ValueObjectConstResult()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h111 void SetIsConstant(uint64_t value) { in SetIsConstant() function
265 void SetIsConstant(uint64_t constant) { in SetIsConstant() function
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h275 void SetIsConstant() { in SetIsConstant() function
776 void SetIsConstant() { m_update_point.SetIsConstant(); } in SetIsConstant() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp382 reg_loc.SetIsConstant(constant); in SetRegisterLocationToIsConstant()