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