Searched refs:InstrumentationRuntime (Results 1 – 11 of 11) sorted by relevance
20 void InstrumentationRuntime::ModulesDidLoad( in ModulesDidLoad()42 void InstrumentationRuntime::ModulesDidLoad( in ModulesDidLoad()74 InstrumentationRuntime::GetBacktracesFromExtendedStopInfo( in GetBacktracesFromExtendedStopInfo()
6038 InstrumentationRuntime::ModulesDidLoad(module_list, this, in ModulesDidLoad()
27 class InstrumentationRuntime28 : public std::enable_shared_from_this<InstrumentationRuntime>,44 InstrumentationRuntime(const lldb::ProcessSP &process_sp) in InstrumentationRuntime() function
12 #include "lldb/Target/InstrumentationRuntime.h"16 class InstrumentationRuntimeASan : public lldb_private::InstrumentationRuntime {37 : lldb_private::InstrumentationRuntime(process_sp) {}
20 : public lldb_private::InstrumentationRuntime {44 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeMainThreadChecker()
20 : public lldb_private::InstrumentationRuntime {46 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeUBSan()
19 class InstrumentationRuntimeTSan : public lldb_private::InstrumentationRuntime {43 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeTSan()
405 SRCS+= Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp406 SRCS+= Plugins/InstrumentationRuntime/ASanLibsanitizers/InstrumentationRuntimeASanLibsanitizers.cpp407 SRCS+= Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp408 SRCS+= Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp409 SRCS+= Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp410 SRCS+= Plugins/InstrumentationRuntime/Utility/ReportRetriever.cpp411 SRCS+= Plugins/InstrumentationRuntime/Utility/Utility.cpp650 SRCS+= Target/InstrumentationRuntime.cpp
115 class InstrumentationRuntime; variable361 typedef std::shared_ptr<lldb_private::InstrumentationRuntime>
621 lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt622 lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/CMakeLists.txt623 lldb/source/Plugins/InstrumentationRuntime/CMakeLists.txt624 lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt625 lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt626 lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt627 lldb/source/Plugins/InstrumentationRuntime/Utility/CMakeLists.txt
1712 #pragma mark InstrumentationRuntime