Home
last modified time | relevance | path

Searched refs:InstrumentationRuntimeUBSan (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp39 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeUBSan) in LLDB_PLUGIN_DEFINE() argument
41 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 …]
DInstrumentationRuntimeUBSan.h19 class InstrumentationRuntimeUBSan
22 ~InstrumentationRuntimeUBSan() override;
47 InstrumentationRuntimeUBSan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeUBSan() function
DCMakeLists.txt2 InstrumentationRuntimeUBSan.cpp