Home
last modified time | relevance | path

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

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