Home
last modified time | relevance | path

Searched refs:GetInstrumentationRuntime (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp319 threads = process_sp->GetInstrumentationRuntime(type) in GetStopReasonExtendedBacktraces()
H A DSBProcess.cpp1210 process_sp->GetInstrumentationRuntime(type); in IsInstrumentationRuntimePresent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2521 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6106 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime() function in Process