Home
last modified time | relevance | path

Searched refs:GetTypeStatic (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
HDInstrumentationRuntimeASanLibsanitizers.h28 static lldb::InstrumentationRuntimeType GetTypeStatic();
32 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
HDInstrumentationRuntimeASanLibsanitizers.cpp37 CreateInstance, GetTypeStatic); in Initialize()
45 InstrumentationRuntimeASanLibsanitizers::GetTypeStatic() { in GetTypeStatic() function in InstrumentationRuntimeASanLibsanitizers
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
HDInstrumentationRuntimeASan.h29 static lldb::InstrumentationRuntimeType GetTypeStatic();
33 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
HDInstrumentationRuntimeASan.cpp34 CreateInstance, GetTypeStatic); in Initialize()
41 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in GetTypeStatic() function in InstrumentationRuntimeASan
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
HDInstrumentationRuntimeMainThreadChecker.h33 static lldb::InstrumentationRuntimeType GetTypeStatic();
37 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
HDInstrumentationRuntimeMainThreadChecker.cpp50 GetTypeStatic); in Initialize()
58 InstrumentationRuntimeMainThreadChecker::GetTypeStatic() { in GetTypeStatic() function in InstrumentationRuntimeMainThreadChecker
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDInstrumentationRuntimeUBSan.h35 static lldb::InstrumentationRuntimeType GetTypeStatic();
39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
HDInstrumentationRuntimeUBSan.cpp52 CreateInstance, GetTypeStatic); in Initialize()
59 lldb::InstrumentationRuntimeType InstrumentationRuntimeUBSan::GetTypeStatic() { in GetTypeStatic() function in InstrumentationRuntimeUBSan
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDInstrumentationRuntimeTSan.h32 static lldb::InstrumentationRuntimeType GetTypeStatic();
36 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
HDInstrumentationRuntimeTSan.cpp50 CreateInstance, GetTypeStatic); in Initialize()
57 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic() function in InstrumentationRuntimeTSan