Searched refs:order_and_width (Results 1 – 1 of 1) sorted by relevance
88 if (auto order_and_width = GetByteOrderAndAddrSize(thread)) { in DumpDWARFExpr() local89 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()