Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp1131 process_sp->GetInstrumentationRuntime(type); in IsInstrumentationRuntimePresent()
H A DSBThread.cpp319 threads = process_sp->GetInstrumentationRuntime(type) in GetStopReasonExtendedBacktraces()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2390 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp5797 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime() function in Process