| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ |
| H A D | InstrumentationRuntimeASanLibsanitizers.h | 28 static lldb::InstrumentationRuntimeType GetTypeStatic(); 32 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
|
| H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 44 lldb::InstrumentationRuntimeType
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.h | 29 static lldb::InstrumentationRuntimeType GetTypeStatic(); 33 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
|
| H A D | InstrumentationRuntimeASan.cpp | 41 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in GetTypeStatic()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | InstrumentationRuntime.cpp | 32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
|
| H A D | Process.cpp | 5905 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | InstrumentationRuntime.h | 23 typedef std::map<lldb::InstrumentationRuntimeType,
|
| H A D | Process.h | 2496 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBThread.h | 82 GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type);
|
| H A D | SBProcess.h | 352 bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 118 typedef lldb::InstrumentationRuntimeType (*InstrumentationRuntimeGetType)();
|
| H A D | lldb-enumerations.h | 526 enum InstrumentationRuntimeType { enum
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 1142 InstrumentationRuntimeType type) { in IsInstrumentationRuntimePresent()
|
| H A D | SBThread.cpp | 301 SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) { in GetStopReasonExtendedBacktraces()
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 741 InstrumentationRuntimeType section in Enumerators
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 44375 lldb::InstrumentationRuntimeType arg2 ; in _wrap_SBProcess_IsInstrumentationRuntimePresent() 44386 arg2 = (lldb::InstrumentationRuntimeType)lua_tointeger(L, 2); in _wrap_SBProcess_IsInstrumentationRuntimePresent() 58622 lldb::InstrumentationRuntimeType arg2 ; in _wrap_SBThread_GetStopReasonExtendedBacktraces() 58633 arg2 = (lldb::InstrumentationRuntimeType)lua_tointeger(L, 2); in _wrap_SBThread_GetStopReasonExtendedBacktraces()
|