Home
last modified time | relevance | path

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

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