Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp20 void InstrumentationRuntime::ModulesDidLoad( in ModulesDidLoad()
42 void InstrumentationRuntime::ModulesDidLoad( in ModulesDidLoad()
74 InstrumentationRuntime::GetBacktracesFromExtendedStopInfo( in GetBacktracesFromExtendedStopInfo()
H A DCMakeLists.txt16 InstrumentationRuntime.cpp
H A DProcess.cpp45 #include "lldb/Target/InstrumentationRuntime.h"
6019 InstrumentationRuntime::ModulesDidLoad(module_list, this, in ModulesDidLoad()
/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h27 class InstrumentationRuntime
28 : public std::enable_shared_from_this<InstrumentationRuntime>,
44 InstrumentationRuntime(const lldb::ProcessSP &process_sp) in InstrumentationRuntime() function
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h16 class InstrumentationRuntimeASan : public lldb_private::InstrumentationRuntime {
37 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeASan()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.h15 : public lldb_private::InstrumentationRuntime {
36 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeASanLibsanitizers()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h20 : public lldb_private::InstrumentationRuntime {
46 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeUBSan()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h20 : public lldb_private::InstrumentationRuntime {
44 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeMainThreadChecker()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h19 class InstrumentationRuntimeTSan : public lldb_private::InstrumentationRuntime {
43 : lldb_private::InstrumentationRuntime(process_sp) {} in InstrumentationRuntimeTSan()
/llvm-project/utils/bazel/llvm-project-overlay/lldb/source/Plugins/
H A DBUILD.bazel1577 srcs = glob(["InstrumentationRuntime/ASanLibsanitizers/*.cpp"]),
1578 hdrs = glob(["InstrumentationRuntime/ASanLibsanitizers/*.h"]),
1594 srcs = glob(["InstrumentationRuntime/TSan/*.cpp"]),
1595 hdrs = glob(["InstrumentationRuntime/TSan/*.h"]),
1615 srcs = glob(["InstrumentationRuntime/ASan/*.cpp"]),
1616 hdrs = glob(["InstrumentationRuntime/ASan/*.h"]),
1632 srcs = glob(["InstrumentationRuntime/MainThreadChecker/*.cpp"]),
1633 hdrs = glob(["InstrumentationRuntime/MainThreadChecker/*.h"]),
1652 srcs = glob(["InstrumentationRuntime/UBSan/*.cpp"]),
1653 hdrs = glob(["InstrumentationRuntime/UBSa
[all...]
/llvm-project/lldb/source/Plugins/
H A DCMakeLists.txt7 add_subdirectory(InstrumentationRuntime)
/llvm-project/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn42 "InstrumentationRuntime.cpp",
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h115 class InstrumentationRuntime; variable
360 typedef std::shared_ptr<lldb_private::InstrumentationRuntime>
/llvm-project/clang/docs/
H A DClangFormattedStatus.rst
/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1403 #pragma mark InstrumentationRuntime in RegisterPlugin()