Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h338 bool IsInstrumentationRuntimePresent(InstrumentationRuntimeType type);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i398 IsInstrumentationRuntimePresent(lldb::InstrumentationRuntimeType type);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1189 bool SBProcess::IsInstrumentationRuntimePresent( in IsInstrumentationRuntimePresent() function in SBProcess
1191 LLDB_RECORD_METHOD(bool, SBProcess, IsInstrumentationRuntimePresent, in IsInstrumentationRuntimePresent()
1457 LLDB_REGISTER_METHOD(bool, SBProcess, IsInstrumentationRuntimePresent, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40802 result = (bool)(arg1)->IsInstrumentationRuntimePresent(arg2); in _wrap_SBProcess_IsInstrumentationRuntimePresent()