Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h256 struct CallSiteParameter { struct
262 using CallSiteParameterArray = llvm::SmallVector<CallSiteParameter, 0>;
297 llvm::ArrayRef<CallSiteParameter> GetCallSiteParameters() const { in GetCallSiteParameters()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp736 const CallSiteParameter *matched_param = nullptr; in Evaluate_DW_OP_entry_value()
737 for (const CallSiteParameter &param : call_edge->GetCallSiteParameters()) { in Evaluate_DW_OP_entry_value()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3947 CallSiteParameter param = {*LocationInCallee, *LocationInCaller}; in CollectCallSiteParameters()
4096 for (const CallSiteParameter &param : parameters) { in CollectCallEdges()