Home
last modified time | relevance | path

Searched refs:InstrumentationRuntimeType (Results 1 – 18 of 18) 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.cpp53 lldb::InstrumentationRuntimeType AddressSanitizerRuntime::GetTypeStatic() { in GetTypeStatic()
/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.cpp65 lldb::InstrumentationRuntimeType
/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.cpp54 lldb::InstrumentationRuntimeType MainThreadCheckerRuntime::GetTypeStatic() { in GetTypeStatic()
/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.cpp56 lldb::InstrumentationRuntimeType ThreadSanitizerRuntime::GetTypeStatic() { in GetTypeStatic()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DInstrumentationRuntime.cpp33 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
H A DProcess.cpp5954 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h24 typedef std::map<lldb::InstrumentationRuntimeType,
H A DProcess.h2632 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h94 typedef lldb::InstrumentationRuntimeType (*InstrumentationRuntimeGetType)();
H A Dlldb-enumerations.h507 enum InstrumentationRuntimeType { enum
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThread.h76 GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type);
H A DSBProcess.h386 bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1321 InstrumentationRuntimeType type) { in IsInstrumentationRuntimePresent()
H A DSBThread.cpp292 SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) { in GetStopReasonExtendedBacktraces()