Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DStatistic.h203 std::vector<std::pair<StringRef, uint64_t>> GetStatistics();
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DStatistic.cpp257 std::vector<std::pair<StringRef, uint64_t>> llvm::GetStatistics() { in GetStatistics() function in llvm
/openbsd-src/gnu/usr.bin/clang/include/llvm/Config/
H A Dllvm-config.h.in62 /* Whether LLVM records statistics for use with GetStatistics(),
/openbsd-src/gnu/llvm/llvm/include/llvm/Config/
H A Dllvm-config.h.cmake81 /* Whether LLVM records statistics for use with GetStatistics(),
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h591 llvm::json::Value GetStatistics();
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp268 target.GetStatistics().IncreaseSourceMapDeduceCount(); in DeduceSourceMapping()
H A DBreakpoint.cpp1129 json::Value Breakpoint::GetStatistics() { in GetStatistics() function in Breakpoint
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp137 breakpoints_array.push_back(bp->GetStatistics()); in ToJSON()
H A DProcess.cpp1312 GetTarget().GetStatistics().SetFirstPublicStopTime(); in SetPublicState()
1460 GetTarget().GetStatistics().SetFirstPrivateStopTime(); in SetPrivateState()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h86 lldb::SBStructuredData GetStatistics();
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i967 lldb::SBStructuredData GetStatistics();
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp710 TargetStats &target_stats = GetSelectedOrDummyTarget().GetStatistics(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1189 lldb::SBStructuredData statistics = g_vsc.target.GetStatistics(); in addStatistic()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1573 TargetStats &GetStatistics() { return m_stats; } in GetStatistics() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp199 SBStructuredData SBTarget::GetStatistics() { in GetStatistics() function in SBTarget