Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DFunction.h261 DWARFExpression LocationInCaller; member
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3611 llvm::Optional<DWARFExpression> LocationInCaller; in CollectCallSiteParameters() local
3638 LocationInCaller = parse_simple_location(i); in CollectCallSiteParameters()
3641 if (LocationInCallee && LocationInCaller) { in CollectCallSiteParameters()
3642 CallSiteParameter param = {*LocationInCallee, *LocationInCaller}; in CollectCallSiteParameters()
3799 param.LocationInCaller.GetDescription(&caller_loc_desc, in CollectCallEdges()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp834 const DWARFExpression &param_expr = matched_param->LocationInCaller; in Evaluate_DW_OP_entry_value()