Searched refs:InstrumentationRuntimeType (Results 1 – 18 of 18) sorted by relevance
33 static lldb::InstrumentationRuntimeType GetTypeStatic();39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
53 lldb::InstrumentationRuntimeType AddressSanitizerRuntime::GetTypeStatic() { in GetTypeStatic()
34 static lldb::InstrumentationRuntimeType GetTypeStatic();40 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
65 lldb::InstrumentationRuntimeType
54 lldb::InstrumentationRuntimeType MainThreadCheckerRuntime::GetTypeStatic() { in GetTypeStatic()
56 lldb::InstrumentationRuntimeType ThreadSanitizerRuntime::GetTypeStatic() { in GetTypeStatic()
33 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
5954 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime()
24 typedef std::map<lldb::InstrumentationRuntimeType,
2632 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
94 typedef lldb::InstrumentationRuntimeType (*InstrumentationRuntimeGetType)();
507 enum InstrumentationRuntimeType { enum
76 GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type);
386 bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
1321 InstrumentationRuntimeType type) { in IsInstrumentationRuntimePresent()
292 SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) { in GetStopReasonExtendedBacktraces()