Home
last modified time | relevance | path

Searched refs:GetCallSiteParameters (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h297 llvm::ArrayRef<CallSiteParameter> GetCallSiteParameters() const { in GetCallSiteParameters() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp737 for (const CallSiteParameter &param : call_edge->GetCallSiteParameters()) { in Evaluate_DW_OP_entry_value()