Home
last modified time | relevance | path

Searched refs:GetStatistics (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp77 for (auto &stat : target.GetStatistics()) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h202 const std::vector<std::pair<StringRef, unsigned>> GetStatistics();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp259 const std::vector<std::pair<StringRef, unsigned>> llvm::GetStatistics() { in GetStatistics() function in llvm
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h86 lldb::SBStructuredData GetStatistics();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i961 lldb::SBStructuredData GetStatistics();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp213 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget
214 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBStructuredData, SBTarget, GetStatistics); in GetStatistics()
223 for (auto &Entry : target_sp->GetStatistics()) { in GetStatistics()
2512 LLDB_REGISTER_METHOD(lldb::SBStructuredData, SBTarget, GetStatistics, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1465 std::vector<uint32_t> GetStatistics() { return m_stats_storage; } in GetStatistics() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp52859 result = (arg1)->GetStatistics(); in _wrap_SBTarget_GetStatistics()