Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h29 static lldb::InstrumentationRuntimeType GetTypeStatic();
33 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); }
H A DInstrumentationRuntimeASan.cpp41 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in Initialize()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/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.cpp57 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
H A DProcess.cpp6106 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h23 typedef std::map<lldb::InstrumentationRuntimeType,
H A DProcess.h2521 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp44 lldb::InstrumentationRuntimeType
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h82 GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type);
H A DSBProcess.h362 bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h118 typedef lldb::InstrumentationRuntimeType (*InstrumentationRuntimeGetType)();
H A Dlldb-enumerations.h526 enum InstrumentationRuntimeType { enum
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp301 SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) { in GetStopReasonExtendedBacktraces()
H A DSBProcess.cpp1199 InstrumentationRuntimeType type) { in IsInstrumentationRuntimePresent()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst741 InstrumentationRuntimeType section in Enumerators
739 .. _InstrumentationRuntimeType: global() target
752 DynamicValueTypeInstrumentationRuntimeType global() argument
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp46112 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()