Home
last modified time | relevance | path

Searched refs:GetShellExpandArguments (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp271 bool SBLaunchInfo::GetShellExpandArguments() { in GetShellExpandArguments() function in SBLaunchInfo
272 LLDB_RECORD_METHOD_NO_ARGS(bool, SBLaunchInfo, GetShellExpandArguments); in GetShellExpandArguments()
274 return m_opaque_sp->GetShellExpandArguments(); in GetShellExpandArguments()
440 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, GetShellExpandArguments, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i104 GetShellExpandArguments ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h150 bool GetShellExpandArguments();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h90 bool GetShellExpandArguments() const { in GetShellExpandArguments() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31417 result = (bool)(arg1)->GetShellExpandArguments(); in _wrap_SBLaunchInfo_GetShellExpandArguments()