Home
last modified time | relevance | path

Searched refs:InstrumentationRuntime (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DInstrumentationRuntime.cpp21 void InstrumentationRuntime::ModulesDidLoad( in ModulesDidLoad()
43 void InstrumentationRuntime::ModulesDidLoad( in ModulesDidLoad()
73 InstrumentationRuntime::GetBacktracesFromExtendedStopInfo( in GetBacktracesFromExtendedStopInfo()
H A DProcess.cpp5846 InstrumentationRuntime::ModulesDidLoad(module_list, this, in ModulesDidLoad()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h28 class InstrumentationRuntime
29 : public std::enable_shared_from_this<InstrumentationRuntime>,
45 InstrumentationRuntime(const lldb::ProcessSP &process_sp) in InstrumentationRuntime() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.h20 class AddressSanitizerRuntime : public lldb_private::InstrumentationRuntime {
45 : lldb_private::InstrumentationRuntime(process_sp) {} in AddressSanitizerRuntime()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h21 : public lldb_private::InstrumentationRuntime {
49 : lldb_private::InstrumentationRuntime(process_sp) {} in UndefinedBehaviorSanitizerRuntime()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.h20 class MainThreadCheckerRuntime : public lldb_private::InstrumentationRuntime {
48 : lldb_private::InstrumentationRuntime(process_sp) {} in MainThreadCheckerRuntime()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.h20 class ThreadSanitizerRuntime : public lldb_private::InstrumentationRuntime {
48 : lldb_private::InstrumentationRuntime(process_sp) {} in ThreadSanitizerRuntime()
/freebsd-12.1/contrib/llvm/tools/lldb/
H A DFREEBSD-Xlist83 source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt
84 source/Plugins/InstrumentationRuntime/CMakeLists.txt
85 source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt
86 source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt
87 source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile329 SRCS+= Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
330 SRCS+= Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
331 SRCS+= Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
522 SRCS+= Target/InstrumentationRuntime.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h119 class InstrumentationRuntime; variable
359 typedef std::shared_ptr<lldb_private::InstrumentationRuntime>
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1973 #pragma mark InstrumentationRuntime