Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h32 static lldb::InstrumentationRuntimeType GetTypeStatic();
38 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DInstrumentationRuntimeASan.cpp54 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in GetTypeStatic()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h33 static lldb::InstrumentationRuntimeType GetTypeStatic();
39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DInstrumentationRuntimeMainThreadChecker.cpp62 lldb::InstrumentationRuntimeType
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h33 static lldb::InstrumentationRuntimeType GetTypeStatic();
39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DInstrumentationRuntimeUBSan.cpp63 lldb::InstrumentationRuntimeType InstrumentationRuntimeUBSan::GetTypeStatic() { in GetTypeStatic()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h32 static lldb::InstrumentationRuntimeType GetTypeStatic();
38 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType()
H A DInstrumentationRuntimeTSan.cpp59 lldb::InstrumentationRuntimeType InstrumentationRuntimeTSan::GetTypeStatic() { in GetTypeStatic()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp32 InstrumentationRuntimeType type = get_type_callback(); in ModulesDidLoad()
H A DProcess.cpp5787 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h23 typedef std::map<lldb::InstrumentationRuntimeType,
H A DProcess.h2391 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h78 GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type);
H A DSBProcess.h338 bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h105 typedef lldb::InstrumentationRuntimeType (*InstrumentationRuntimeGetType)();
H A Dlldb-enumerations.h485 enum InstrumentationRuntimeType { enum
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i126 GetStopReasonExtendedBacktraces (InstrumentationRuntimeType type);
H A DSBProcess.i398 IsInstrumentationRuntimePresent(lldb::InstrumentationRuntimeType type);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp305 SBThread::GetStopReasonExtendedBacktraces(InstrumentationRuntimeType type) { in GetStopReasonExtendedBacktraces()
308 (lldb::InstrumentationRuntimeType), type); in GetStopReasonExtendedBacktraces()
1391 (lldb::InstrumentationRuntimeType)); in RegisterMethods()
H A DSBProcess.cpp1190 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 Dpython_api_enums.rst740 InstrumentationRuntimeType section in Enumerators
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40790 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()