Home
last modified time | relevance | path

Searched refs:InstrumentationRuntimeType (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h32 static lldb::InstrumentationRuntimeType GetTypeStatic();
36 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DInstrumentationRuntimeASan.cpp50 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in GetTypeStatic()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h35 static lldb::InstrumentationRuntimeType GetTypeStatic();
39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DInstrumentationRuntimeUBSan.cpp59 lldb::InstrumentationRuntimeType InstrumentationRuntimeUBSan::GetTypeStatic() { in GetTypeStatic()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h33 static lldb::InstrumentationRuntimeType GetTypeStatic();
37 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DInstrumentationRuntimeMainThreadChecker.cpp57 lldb::InstrumentationRuntimeType
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h32 static lldb::InstrumentationRuntimeType GetTypeStatic();
36 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DInstrumentationRuntimeTSan.cpp55 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DInstrumentationRuntime.cpp32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
H A DProcess.cpp5797 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h23 typedef std::map<lldb::InstrumentationRuntimeType,
H A DProcess.h2390 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h78 GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type);
H A DSBProcess.h338 bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h108 typedef lldb::InstrumentationRuntimeType (*InstrumentationRuntimeGetType)();
H A Dlldb-enumerations.h492 enum InstrumentationRuntimeType { enum
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i126 GetStopReasonExtendedBacktraces (InstrumentationRuntimeType type);
H A DSBProcess.i398 IsInstrumentationRuntimePresent(lldb::InstrumentationRuntimeType type);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp1120 InstrumentationRuntimeType type) { in IsInstrumentationRuntimePresent()
H A DSBThread.cpp301 SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) { in GetStopReasonExtendedBacktraces()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst740 InstrumentationRuntimeType section in Enumerators