Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DFunction.h369 class IndirectCallEdge : public CallEdge {
373 IndirectCallEdge(DWARFExpressionList call_target, AddrType caller_address_type, in IndirectCallEdge() function
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp194 Function *IndirectCallEdge::GetCallee(ModuleList &images, in GetCallee()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3947 edge = std::make_unique<IndirectCallEdge>( in CollectCallEdges()