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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp79 for (auto &stat : target.GetStatistics()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h203 const std::vector<std::pair<StringRef, unsigned>> GetStatistics();
217 /// GetStatistics().
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp254 const std::vector<std::pair<StringRef, unsigned>> llvm::GetStatistics() { function in class:llvm
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h86 lldb::SBStructuredData GetStatistics();
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i959 lldb::SBStructuredData GetStatistics();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1350 std::vector<uint32_t> GetStatistics() { return m_stats_storage; }
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp213 SBStructuredData SBTarget::GetStatistics() { function in class:SBTarget
214 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBStructuredData, SBTarget, GetStatistics);
223 for (auto &Entry : target_sp->GetStatistics()) {
2428 LLDB_REGISTER_METHOD(lldb::SBStructuredData, SBTarget, GetStatistics, ());
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 334 milliseconds