Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTrace.h570 llvm::DenseMap<ConstString, uint64_t> live_process_data; member