Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.h80 llvm::DenseMap<ConstString, size_t> const &GetFunctionCalls() const;
H A DTraceHTR.cpp42 HTRBlockMetadata::GetFunctionCalls() const { in GetFunctionCalls() function in HTRBlockMetadata
482 for (const auto &it : metadata.GetFunctionCalls()) { in toJSON()