Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.h33 static lldb::InstrumentationRuntimeType GetTypeStatic();
39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DASanRuntime.cpp42 CreateInstance, GetTypeStatic); in Initialize()
53 lldb::InstrumentationRuntimeType AddressSanitizerRuntime::GetTypeStatic() { in GetTypeStatic() function in AddressSanitizerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h34 static lldb::InstrumentationRuntimeType GetTypeStatic();
40 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DUBSanRuntime.cpp53 CreateInstance, GetTypeStatic); in Initialize()
66 UndefinedBehaviorSanitizerRuntime::GetTypeStatic() { in GetTypeStatic() function in UndefinedBehaviorSanitizerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.h33 static lldb::InstrumentationRuntimeType GetTypeStatic();
39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DMainThreadCheckerRuntime.cpp43 CreateInstance, GetTypeStatic); in Initialize()
54 lldb::InstrumentationRuntimeType MainThreadCheckerRuntime::GetTypeStatic() { in GetTypeStatic() function in MainThreadCheckerRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.h33 static lldb::InstrumentationRuntimeType GetTypeStatic();
39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DTSanRuntime.cpp45 CreateInstance, GetTypeStatic); in Initialize()
56 lldb::InstrumentationRuntimeType ThreadSanitizerRuntime::GetTypeStatic() { in GetTypeStatic() function in ThreadSanitizerRuntime