Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/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::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 …]
DInstrumentationRuntimeUBSan.h19 class InstrumentationRuntimeUBSan
22 ~InstrumentationRuntimeUBSan() override;
45 InstrumentationRuntimeUBSan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeUBSan() function
DCMakeLists.txt2 InstrumentationRuntimeUBSan.cpp
/openbsd/src/gnu/usr.bin/clang/liblldbPluginInstrumentationRuntime/
DMakefile11 InstrumentationRuntimeUBSan.cpp
/openbsd/src/gnu/usr.bin/clang/include/lldb/Plugins/
DPlugins.def59 LLDB_PLUGIN(InstrumentationRuntimeUBSan)
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt4172 lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
4173 lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h