Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.h32 static lldb::InstrumentationRuntimeType GetTypeStatic();
38 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
DInstrumentationRuntimeASan.cpp43 CreateInstance, GetTypeStatic); in Initialize()
54 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in GetTypeStatic() function in InstrumentationRuntimeASan
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.h33 static lldb::InstrumentationRuntimeType GetTypeStatic();
39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
DInstrumentationRuntimeUBSan.cpp52 CreateInstance, GetTypeStatic); in Initialize()
63 lldb::InstrumentationRuntimeType InstrumentationRuntimeUBSan::GetTypeStatic() { in GetTypeStatic() function in InstrumentationRuntimeUBSan
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.h33 static lldb::InstrumentationRuntimeType GetTypeStatic();
39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
DInstrumentationRuntimeMainThreadChecker.cpp50 GetTypeStatic); in Initialize()
63 InstrumentationRuntimeMainThreadChecker::GetTypeStatic() { in GetTypeStatic() function in InstrumentationRuntimeMainThreadChecker
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.h32 static lldb::InstrumentationRuntimeType GetTypeStatic();
38 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
DInstrumentationRuntimeTSan.cpp48 CreateInstance, GetTypeStatic); in Initialize()
59 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic() function in InstrumentationRuntimeTSan