Home
last modified time | relevance | path

Searched refs:SetIsDWARFExpression (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h167 void SetIsDWARFExpression(const uint8_t *opcodes, uint32_t len);
239 void SetIsDWARFExpression(const uint8_t *opcodes, uint32_t len) { in SetIsDWARFExpression() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp929 row.GetCFAValue().SetIsDWARFExpression(block_data, block_len); in HandleCommonDwarfOpcode()
1057 reg_location.SetIsDWARFExpression(block_data, block_len); in HandleCommonDwarfOpcode()
H A DUnwindPlan.cpp61 void UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression( in SetIsDWARFExpression() function in UnwindPlan::Row::RegisterLocation