Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h261 DWARFExpression LocationInCaller; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3556 llvm::Optional<DWARFExpression> LocationInCaller; in CollectCallSiteParameters() local
3583 LocationInCaller = parse_simple_location(i); in CollectCallSiteParameters()
3586 if (LocationInCallee && LocationInCaller) { in CollectCallSiteParameters()
3587 CallSiteParameter param = {*LocationInCallee, *LocationInCaller}; in CollectCallSiteParameters()
3743 param.LocationInCaller.GetDescription(&caller_loc_desc, in CollectCallEdges()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp832 const DWARFExpression &param_expr = matched_param->LocationInCaller; in Evaluate_DW_OP_entry_value()