Home
last modified time | relevance | path

Searched refs:InstrumentationRuntimeASan (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp33 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeASan) in LLDB_PLUGIN_DEFINE() argument
36 InstrumentationRuntimeASan::CreateInstance(const lldb::ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()
37 return InstrumentationRuntimeSP(new InstrumentationRuntimeASan(process_sp)); in LLDB_PLUGIN_DEFINE()
40 void InstrumentationRuntimeASan::Initialize() { in Initialize()
46 void InstrumentationRuntimeASan::Terminate() { in Terminate()
50 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in GetTypeStatic()
54 InstrumentationRuntimeASan::~InstrumentationRuntimeASan() { Deactivate(); } in ~InstrumentationRuntimeASan()
57 InstrumentationRuntimeASan::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary()
64 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()
109 StructuredData::ObjectSP InstrumentationRuntimeASan::RetrieveReportData() { in RetrieveReportData()
[all …]
H A DInstrumentationRuntimeASan.h19 class InstrumentationRuntimeASan : public lldb_private::InstrumentationRuntime {
21 ~InstrumentationRuntimeASan() override;
39 InstrumentationRuntimeASan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeASan() function
H A DCMakeLists.txt2 InstrumentationRuntimeASan.cpp
/openbsd-src/gnu/usr.bin/clang/liblldbPluginInstrumentationRuntime/
H A DMakefile8 SRCS= InstrumentationRuntimeASan.cpp \
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/
H A DPlugins.def56 LLDB_PLUGIN(InstrumentationRuntimeASan)
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4166 lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
4167 lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h