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

Method evaluate

dwarf/expr.cc:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19expr_result
20expr::evaluate(expr_context *ctx) const
21{
22 return evaluate(ctx, {});
23}
24
25expr_result
26expr::evaluate(expr_context *ctx, taddr argument) const

Callers 2

_at_udynamicFunction · 0.80
at_data_member_locationFunction · 0.80

Calls 15

expr_errorClass · 0.85
to_stringFunction · 0.85
sizeMethod · 0.80
addressMethod · 0.80
uleb128Method · 0.80
sleb128Method · 0.80
regMethod · 0.80
deref_sizeMethod · 0.80
xderef_sizeMethod · 0.80
form_tls_addressMethod · 0.80
ensureMethod · 0.80
cursorClass · 0.70

Tested by

no test coverage detected