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.cpp327 threads = process_sp->GetInstrumentationRuntime(type) in GetStopReasonExtendedBacktraces()
H A DSBProcess.cpp1226 process_sp->GetInstrumentationRuntime(type); in IsInstrumentationRuntimePresent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2560 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6119 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime() function in Process