Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp88 if (auto order_and_width = GetByteOrderAndAddrSize(thread)) { in DumpDWARFExpr() local
89 llvm::DataExtractor data(expr, order_and_width->first == eByteOrderLittle, in DumpDWARFExpr()
90 order_and_width->second); in DumpDWARFExpr()
91 llvm::DWARFExpression E(data, order_and_width->second, in DumpDWARFExpr()