Searched refs:InstrumentationRuntimeUBSan (Results 1 – 3 of 3) 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_private::ConstString InstrumentationRuntimeUBSan::GetPluginNameStatic() { in GetPluginNameStatic()63 lldb::InstrumentationRuntimeType InstrumentationRuntimeUBSan::GetTypeStatic() { in GetTypeStatic()109 StructuredData::ObjectSP InstrumentationRuntimeUBSan::RetrieveReportData( in RetrieveReportData()202 bool InstrumentationRuntimeUBSan::NotifyBreakpointHit( in NotifyBreakpointHit()[all …]
19 class InstrumentationRuntimeUBSan22 ~InstrumentationRuntimeUBSan() override;47 InstrumentationRuntimeUBSan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeUBSan() function
2 InstrumentationRuntimeUBSan.cpp