Home
last modified time | relevance | path

Searched refs:live_process_data (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp202 return Lookup(storage.live_process_data, ConstString(kind)); in GetLiveProcessBinaryDataSize()
336 m_storage.live_process_data.insert({ConstString(item.kind), item.size}); in RefreshLiveProcessState()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h570 llvm::DenseMap<ConstString, uint64_t> live_process_data; member