Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
HDASanRuntime.h32 static lldb::InstrumentationRuntimeType GetTypeStatic();
38 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
HDASanRuntime.cpp41 CreateInstance, GetTypeStatic); in Initialize()
52 lldb::InstrumentationRuntimeType AddressSanitizerRuntime::GetTypeStatic() { in GetTypeStatic() function in AddressSanitizerRuntime
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDUBSanRuntime.h33 static lldb::InstrumentationRuntimeType GetTypeStatic();
39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
HDUBSanRuntime.cpp54 CreateInstance, GetTypeStatic); in Initialize()
67 UndefinedBehaviorSanitizerRuntime::GetTypeStatic() { in GetTypeStatic() function in UndefinedBehaviorSanitizerRuntime
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
HDMainThreadCheckerRuntime.h32 static lldb::InstrumentationRuntimeType GetTypeStatic();
38 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
HDMainThreadCheckerRuntime.cpp44 CreateInstance, GetTypeStatic); in Initialize()
55 lldb::InstrumentationRuntimeType MainThreadCheckerRuntime::GetTypeStatic() { in GetTypeStatic() function in MainThreadCheckerRuntime
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDTSanRuntime.h32 static lldb::InstrumentationRuntimeType GetTypeStatic();
38 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
HDTSanRuntime.cpp46 CreateInstance, GetTypeStatic); in Initialize()
57 lldb::InstrumentationRuntimeType ThreadSanitizerRuntime::GetTypeStatic() { in GetTypeStatic() function in ThreadSanitizerRuntime