| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.h | 32 static lldb::InstrumentationRuntimeType GetTypeStatic(); 36 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
|
| H A D | InstrumentationRuntimeASan.cpp | 50 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in GetTypeStatic()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.h | 35 static lldb::InstrumentationRuntimeType GetTypeStatic(); 39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
|
| H A D | InstrumentationRuntimeUBSan.cpp | 59 lldb::InstrumentationRuntimeType InstrumentationRuntimeUBSan::GetTypeStatic() { in GetTypeStatic()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.h | 33 static lldb::InstrumentationRuntimeType GetTypeStatic(); 37 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
|
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 57 lldb::InstrumentationRuntimeType
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.h | 32 static lldb::InstrumentationRuntimeType GetTypeStatic(); 36 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
|
| H A D | InstrumentationRuntimeTSan.cpp | 55 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | InstrumentationRuntime.cpp | 32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
|
| H A D | Process.cpp | 5797 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | InstrumentationRuntime.h | 23 typedef std::map<lldb::InstrumentationRuntimeType,
|
| H A D | Process.h | 2390 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBThread.h | 78 GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type);
|
| H A D | SBProcess.h | 338 bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 108 typedef lldb::InstrumentationRuntimeType (*InstrumentationRuntimeGetType)();
|
| H A D | lldb-enumerations.h | 492 enum InstrumentationRuntimeType { enum
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBThread.i | 126 GetStopReasonExtendedBacktraces (InstrumentationRuntimeType type);
|
| H A D | SBProcess.i | 398 IsInstrumentationRuntimePresent(lldb::InstrumentationRuntimeType type);
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBProcess.cpp | 1120 InstrumentationRuntimeType type) { in IsInstrumentationRuntimePresent()
|
| H A D | SBThread.cpp | 301 SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) { in GetStopReasonExtendedBacktraces()
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api_enums.rst | 740 InstrumentationRuntimeType section in Enumerators
|