Home
last modified time | relevance | path

Searched refs:InstrumentationRuntimeType (Results 1 – 20 of 20) 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.cpp52 lldb::InstrumentationRuntimeType AddressSanitizerRuntime::GetTypeStatic() { in GetTypeStatic()
/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.cpp66 lldb::InstrumentationRuntimeType
/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.cpp55 lldb::InstrumentationRuntimeType MainThreadCheckerRuntime::GetTypeStatic() { in GetTypeStatic()
/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.cpp57 lldb::InstrumentationRuntimeType ThreadSanitizerRuntime::GetTypeStatic() { in GetTypeStatic()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDInstrumentationRuntime.cpp32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
HDProcess.cpp5729 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDInstrumentationRuntime.h23 typedef std::map<lldb::InstrumentationRuntimeType,
HDProcess.h2275 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-interfaces.h94 typedef lldb::InstrumentationRuntimeType (*InstrumentationRuntimeGetType)();
HDlldb-enumerations.h477 enum InstrumentationRuntimeType { enum
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBThread.h75 GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type);
HDSBProcess.h361 bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBThread.i123 GetStopReasonExtendedBacktraces (InstrumentationRuntimeType type);
HDSBProcess.i395 IsInstrumentationRuntimePresent(lldb::InstrumentationRuntimeType type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBThread.cpp290 SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) { in GetStopReasonExtendedBacktraces()
293 (lldb::InstrumentationRuntimeType), type); in GetStopReasonExtendedBacktraces()
1446 (lldb::InstrumentationRuntimeType)); in RegisterMethods()
HDSBProcess.cpp1186 InstrumentationRuntimeType type) { in IsInstrumentationRuntimePresent()
1188 (lldb::InstrumentationRuntimeType), type); in IsInstrumentationRuntimePresent()
1412 (lldb::InstrumentationRuntimeType)); in RegisterMethods()