Searched refs:InstrumentationRuntime (Results 1 – 11 of 11) sorted by relevance
20 void InstrumentationRuntime::ModulesDidLoad( in ModulesDidLoad()42 void InstrumentationRuntime::ModulesDidLoad( in ModulesDidLoad()72 InstrumentationRuntime::GetBacktracesFromExtendedStopInfo( in GetBacktracesFromExtendedStopInfo()
5673 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
19 class InstrumentationRuntimeASan : public lldb_private::InstrumentationRuntime {44 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeASan()
20 : public lldb_private::InstrumentationRuntime {48 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeUBSan()
20 : public lldb_private::InstrumentationRuntime {48 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeMainThreadChecker()
19 class InstrumentationRuntimeTSan : public lldb_private::InstrumentationRuntime {47 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeTSan()
366 SRCS+= Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp367 SRCS+= Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp368 SRCS+= Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp369 SRCS+= Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp573 SRCS+= Target/InstrumentationRuntime.cpp
107 class InstrumentationRuntime; variable330 typedef std::shared_ptr<lldb_private::InstrumentationRuntime>
353 lldb/source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt354 lldb/source/Plugins/InstrumentationRuntime/CMakeLists.txt355 lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt356 lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt357 lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt
1186 #pragma mark InstrumentationRuntime