Home
last modified time | relevance | path

Searched defs:caller_address_type (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h307 CallEdge(AddrType caller_address_type, lldb::addr_t caller_address, in CallEdge()
327 AddrType caller_address_type; variable
340 DirectCallEdge(const char *symbol_name, AddrType caller_address_type, in DirectCallEdge()
373 IndirectCallEdge(DWARFExpressionList call_target, AddrType caller_address_type, in IndirectCallEdge()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4042 CallEdge::AddrType caller_address_type; in CollectCallEdges() local