Searched refs:Expression (Results 1 – 7 of 7) sorted by relevance
33 class Expression : private Writer<> {114 explicit Expression(std::vector<uint8_t>* buffer) : Writer<>(buffer) { in Expression() function
101 void WriteExprLoc(Attribute attrib, const Expression& expr) { in WriteExprLoc()
263 void ALWAYS_INLINE Expression(Reg reg, uint8_t* expr, int expr_size) { in Expression() function
184 Expression expr(&expr_buffer); in Write()319 Expression count_expr(&expr_buffer); in Write()350 Expression expr(&expr_buffer); in Write()
202 dwarf::Expression expr(&expr_buffer); in WriteDebugLocEntry()
87 opcodes.Expression(reg, expr, arraysize(expr)); in TEST_F()
2720 DEFAULT_COPY_CONSTRUCTOR(Expression<N>);2742 DEFAULT_COPY_CONSTRUCTOR(Expression<0>);