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
185 Expression expr(&expr_buffer); in Write()320 Expression count_expr(&expr_buffer); in Write()351 Expression expr(&expr_buffer); in Write()
206 dwarf::Expression expr(&expr_buffer); in WriteDebugLocEntry()
89 opcodes.Expression(reg, expr, arraysize(expr)); in TEST_F()
3050 DEFAULT_COPY_CONSTRUCTOR(Expression<N>);3072 DEFAULT_COPY_CONSTRUCTOR(Expression<0>);