Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h775 void ForEachTypeSystem(llvm::function_ref<bool(lldb::TypeSystemSP)> callback);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp311 module->ForEachTypeSystem([&](lldb::TypeSystemSP ts) { in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp370 void Module::ForEachTypeSystem( in ForEachTypeSystem() function in Module