Searched refs:InstrumentationRuntimeUBSan (Results 1 – 6 of 6) sorted by relevance
39 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeUBSan) in LLDB_PLUGIN_DEFINE() argument41 InstrumentationRuntimeUBSan::~InstrumentationRuntimeUBSan() { Deactivate(); } in LLDB_PLUGIN_DEFINE()44 InstrumentationRuntimeUBSan::CreateInstance(const lldb::ProcessSP &process_sp) { in CreateInstance()45 return InstrumentationRuntimeSP(new InstrumentationRuntimeUBSan(process_sp)); in CreateInstance()48 void InstrumentationRuntimeUBSan::Initialize() { in Initialize()55 void InstrumentationRuntimeUBSan::Terminate() { in Terminate()59 lldb::InstrumentationRuntimeType InstrumentationRuntimeUBSan::GetTypeStatic() { in GetTypeStatic()105 StructuredData::ObjectSP InstrumentationRuntimeUBSan::RetrieveReportData( in RetrieveReportData()200 bool InstrumentationRuntimeUBSan::NotifyBreakpointHit( in NotifyBreakpointHit()207 InstrumentationRuntimeUBSan *const instance = in NotifyBreakpointHit()[all …]
19 class InstrumentationRuntimeUBSan22 ~InstrumentationRuntimeUBSan() override;45 InstrumentationRuntimeUBSan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeUBSan() function
2 InstrumentationRuntimeUBSan.cpp
11 InstrumentationRuntimeUBSan.cpp
59 LLDB_PLUGIN(InstrumentationRuntimeUBSan)
4172 lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp4173 lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h