/freebsd/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(); }
|
H A D | InstrumentationRuntimeASan.cpp | 41 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in Initialize()
|
/freebsd/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/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/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 | 57 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | InstrumentationRuntime.cpp | 32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
|
H A D | Process.cpp | 6106 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | InstrumentationRuntime.h | 23 typedef std::map<lldb::InstrumentationRuntimeType,
|
H A D | Process.h | 2521 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ |
H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 44 lldb::InstrumentationRuntimeType
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBThread.h | 82 GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type);
|
H A D | SBProcess.h | 362 bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
|
/freebsd/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/contrib/llvm-project/lldb/source/API/ |
H A D | SBThread.cpp | 301 SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) { in GetStopReasonExtendedBacktraces()
|
H A D | SBProcess.cpp | 1199 InstrumentationRuntimeType type) { in IsInstrumentationRuntimePresent()
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 741 InstrumentationRuntimeType section in Enumerators 739 .. _InstrumentationRuntimeType: global() target 752 DynamicValueTypeInstrumentationRuntimeType global() argument
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 46112 lldb::InstrumentationRuntimeType arg2 ; in _wrap_SBProcess_IsInstrumentationRuntimePresent() 46123 arg2 = (lldb::InstrumentationRuntimeType)lua_tointeger(L, 2); in _wrap_SBProcess_IsInstrumentationRuntimePresent() 61535 lldb::InstrumentationRuntimeType arg2 ; in _wrap_SBThread_GetStopReasonExtendedBacktraces() 61546 arg2 = (lldb::InstrumentationRuntimeType)lua_tointeger(L, 2); in _wrap_SBThread_GetStopReasonExtendedBacktraces()
|