Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h256 DWARFExpressionList LocationInCallee; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4002 std::optional<DWARFExpressionList> LocationInCallee; in CollectCallSiteParameters() local
4027 LocationInCallee = parse_simple_location(i); in CollectCallSiteParameters()
4032 if (LocationInCallee && LocationInCaller) { in CollectCallSiteParameters()
4033 CallSiteParameter param = {*LocationInCallee, *LocationInCaller}; in CollectCallSiteParameters()
4184 param.LocationInCallee.GetDescription(&callee_loc_desc, in CollectCallEdges()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp678 if (!param.LocationInCallee.GetExpressionData(param_subexpr_extractor)) in Evaluate_DW_OP_entry_value()