Home
last modified time | relevance | path

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

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