Searched refs:InstrumentationRuntime (Results 1 – 11 of 11) sorted by relevance
21 void InstrumentationRuntime::ModulesDidLoad( in ModulesDidLoad()43 void InstrumentationRuntime::ModulesDidLoad( in ModulesDidLoad()73 InstrumentationRuntime::GetBacktracesFromExtendedStopInfo( in GetBacktracesFromExtendedStopInfo()
5846 InstrumentationRuntime::ModulesDidLoad(module_list, this, in ModulesDidLoad()
28 class InstrumentationRuntime29 : public std::enable_shared_from_this<InstrumentationRuntime>,45 InstrumentationRuntime(const lldb::ProcessSP &process_sp) in InstrumentationRuntime() function
20 class AddressSanitizerRuntime : public lldb_private::InstrumentationRuntime {45 : lldb_private::InstrumentationRuntime(process_sp) {} in AddressSanitizerRuntime()
21 : public lldb_private::InstrumentationRuntime {49 : lldb_private::InstrumentationRuntime(process_sp) {} in UndefinedBehaviorSanitizerRuntime()
20 class MainThreadCheckerRuntime : public lldb_private::InstrumentationRuntime {48 : lldb_private::InstrumentationRuntime(process_sp) {} in MainThreadCheckerRuntime()
20 class ThreadSanitizerRuntime : public lldb_private::InstrumentationRuntime {48 : lldb_private::InstrumentationRuntime(process_sp) {} in ThreadSanitizerRuntime()
83 source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt84 source/Plugins/InstrumentationRuntime/CMakeLists.txt85 source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt86 source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt87 source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt
329 SRCS+= Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp330 SRCS+= Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp331 SRCS+= Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp522 SRCS+= Target/InstrumentationRuntime.cpp
119 class InstrumentationRuntime; variable359 typedef std::shared_ptr<lldb_private::InstrumentationRuntime>
1973 #pragma mark InstrumentationRuntime