| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.h | 32 static lldb::InstrumentationRuntimeType GetTypeStatic(); 38 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
|
| H A D | InstrumentationRuntimeASan.cpp | 54 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in GetTypeStatic()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.h | 33 static lldb::InstrumentationRuntimeType GetTypeStatic(); 39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
|
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 62 lldb::InstrumentationRuntimeType
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.h | 33 static lldb::InstrumentationRuntimeType GetTypeStatic(); 39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
|
| H A D | InstrumentationRuntimeUBSan.cpp | 63 lldb::InstrumentationRuntimeType InstrumentationRuntimeUBSan::GetTypeStatic() { in GetTypeStatic()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.h | 32 static lldb::InstrumentationRuntimeType GetTypeStatic(); 38 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
|
| H A D | InstrumentationRuntimeTSan.cpp | 59 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | InstrumentationRuntime.cpp | 32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
|
| H A D | Process.cpp | 5787 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | InstrumentationRuntime.h | 23 typedef std::map<lldb::InstrumentationRuntimeType,
|
| H A D | Process.h | 2391 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBThread.h | 78 GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type);
|
| H A D | SBProcess.h | 338 bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 105 typedef lldb::InstrumentationRuntimeType (*InstrumentationRuntimeGetType)();
|
| H A D | lldb-enumerations.h | 485 enum InstrumentationRuntimeType { enum
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBThread.i | 126 GetStopReasonExtendedBacktraces (InstrumentationRuntimeType type);
|
| H A D | SBProcess.i | 398 IsInstrumentationRuntimePresent(lldb::InstrumentationRuntimeType type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 305 SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) { in GetStopReasonExtendedBacktraces() 308 (lldb::InstrumentationRuntimeType), type); in GetStopReasonExtendedBacktraces() 1391 (lldb::InstrumentationRuntimeType)); in RegisterMethods()
|
| H A D | SBProcess.cpp | 1190 InstrumentationRuntimeType type) { in IsInstrumentationRuntimePresent() 1192 (lldb::InstrumentationRuntimeType), type); in IsInstrumentationRuntimePresent() 1458 (lldb::InstrumentationRuntimeType)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 740 InstrumentationRuntimeType section in Enumerators
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 40790 lldb::InstrumentationRuntimeType arg2 ; in _wrap_SBProcess_IsInstrumentationRuntimePresent() 40801 arg2 = (lldb::InstrumentationRuntimeType)(int)lua_tonumber(L, 2); in _wrap_SBProcess_IsInstrumentationRuntimePresent() 53599 lldb::InstrumentationRuntimeType arg2 ; in _wrap_SBThread_GetStopReasonExtendedBacktraces() 53610 arg2 = (lldb::InstrumentationRuntimeType)(int)lua_tonumber(L, 2); in _wrap_SBThread_GetStopReasonExtendedBacktraces()
|