Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp82 if (auto order_and_width = GetByteOrderAndAddrSize(thread)) { in DumpDWARFExpr() local
83 llvm::DataExtractor data(expr, order_and_width->first == eByteOrderLittle, in DumpDWARFExpr()
84 order_and_width->second); in DumpDWARFExpr()
85 llvm::DWARFExpression(data, order_and_width->second, llvm::dwarf::DWARF32) in DumpDWARFExpr()