Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1327 process_sp->GetInstrumentationRuntime(type); in IsInstrumentationRuntimePresent()
H A DSBThread.cpp309 return process_sp->GetInstrumentationRuntime(type) in GetStopReasonExtendedBacktraces()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2632 GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp5954 Process::GetInstrumentationRuntime(lldb::InstrumentationRuntimeType type) { in GetInstrumentationRuntime() function in Process