Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DFunction.h259 struct CallSiteParameter { struct
265 using CallSiteParameterArray = llvm::SmallVector<CallSiteParameter, 0>;
300 llvm::ArrayRef<CallSiteParameter> GetCallSiteParameters() const { in GetCallSiteParameters()
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp801 const CallSiteParameter *matched_param = nullptr; in Evaluate_DW_OP_entry_value()
802 for (const CallSiteParameter &param : call_edge->GetCallSiteParameters()) { in Evaluate_DW_OP_entry_value()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3642 CallSiteParameter param = {*LocationInCallee, *LocationInCaller}; in CollectCallSiteParameters()
3794 for (const CallSiteParameter &param : parameters) { in CollectCallEdges()