Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2391 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp325 threads = process_sp->GetInstrumentationRuntime(type) in GetStopReasonExtendedBacktraces()
H A DSBProcess.cpp1202 process_sp->GetInstrumentationRuntime(type); in IsInstrumentationRuntimePresent()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5787 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime() function in Process