Home
last modified time | relevance | path

Searched refs:ForEachTypeSystem (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp276 module->ForEachTypeSystem([&](lldb::TypeSystemSP ts) { in ReportStatistics()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h821 void ForEachTypeSystem(llvm::function_ref<bool(lldb::TypeSystemSP)> callback);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp373 void Module::ForEachTypeSystem( in ForEachTypeSystem() function in Module