Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h257 DWARFExpressionList LocationInCaller; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4003 std::optional<DWARFExpressionList> LocationInCaller; in CollectCallSiteParameters() local
4029 LocationInCaller = parse_simple_location(i); in CollectCallSiteParameters()
4032 if (LocationInCallee && LocationInCaller) { in CollectCallSiteParameters()
4033 CallSiteParameter param = {*LocationInCallee, *LocationInCaller}; in CollectCallSiteParameters()
4186 param.LocationInCaller.GetDescription(&caller_loc_desc, in CollectCallEdges()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp704 const DWARFExpressionList &param_expr = matched_param->LocationInCaller; in Evaluate_DW_OP_entry_value()