Home
last modified time | relevance | path

Searched refs:LocationInCallee (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h256 DWARFExpressionList LocationInCallee; member
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3905 std::optional<DWARFExpressionList> LocationInCallee; in CollectCallSiteParameters() local
3931 LocationInCallee = parse_simple_location(i); in CollectCallSiteParameters()
3936 if (LocationInCallee && LocationInCaller) { in CollectCallSiteParameters()
3937 CallSiteParameter param = {*LocationInCallee, *LocationInCaller}; in CollectCallSiteParameters()
4090 param.LocationInCallee.GetDescription(&callee_loc_desc, in CollectCallEdges()
/openbsd/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp699 if (!param.LocationInCallee.GetExpressionData(param_subexpr_extractor)) in Evaluate_DW_OP_entry_value()