Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h257 DWARFExpressionList LocationInCaller; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3906 std::optional<DWARFExpressionList> LocationInCaller; in CollectCallSiteParameters() local
3933 LocationInCaller = parse_simple_location(i); in CollectCallSiteParameters()
3936 if (LocationInCallee && LocationInCaller) { in CollectCallSiteParameters()
3937 CallSiteParameter param = {*LocationInCallee, *LocationInCaller}; in CollectCallSiteParameters()
4092 param.LocationInCaller.GetDescription(&caller_loc_desc, in CollectCallEdges()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp729 const DWARFExpressionList &param_expr = matched_param->LocationInCaller; in Evaluate_DW_OP_entry_value()