MCPcopy Create free account
hub / github.com/aclements/libelfin / expr

Method expr

dwarf/expr.cc:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11expr_context no_expr_context;
12
13expr::expr(const unit *cu,
14 section_offset offset, section_length len)
15 : cu(cu), offset(offset), len(len)
16{
17}
18
19expr_result
20expr::evaluate(expr_context *ctx) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected