Home
last modified time | relevance | path

Searched defs:GetEnvironment (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DProcessInfo.h86 Environment &GetEnvironment() { return m_environment; } in GetEnvironment() function
87 const Environment &GetEnvironment() const { return m_environment; } in GetEnvironment() function
/openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/
DHost.mm436 Environment Host::GetEnvironment() { return Environment(*_NSGetEnviron()); } function
/openbsd/src/gnu/llvm/lldb/source/Host/openbsd/
DHost.cpp44 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/openbsd/src/gnu/llvm/lldb/source/Host/netbsd/
DHostNetBSD.cpp49 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/openbsd/src/gnu/llvm/lldb/source/Host/freebsd/
DHost.cpp244 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/openbsd/src/gnu/llvm/lldb/source/Host/windows/
DHost.cpp282 Environment Host::GetEnvironment() { in GetEnvironment() function in Host
/openbsd/src/gnu/llvm/lldb/source/Host/linux/
DHost.cpp315 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/openbsd/src/gnu/llvm/lldb/source/API/
DSBLaunchInfo.cpp196 SBEnvironment SBLaunchInfo::GetEnvironment() { in GetEnvironment() function in SBLaunchInfo
DSBPlatform.cpp648 SBEnvironment SBPlatform::GetEnvironment() { in GetEnvironment() function in SBPlatform
DSBTarget.cpp2288 SBEnvironment SBTarget::GetEnvironment() { in GetEnvironment() function in SBTarget
/openbsd/src/gnu/llvm/lldb/source/Target/
DRemoteAwarePlatform.cpp339 Environment RemoteAwarePlatform::GetEnvironment() { in GetEnvironment() function in RemoteAwarePlatform
DPlatform.cpp1468 Environment Platform::GetEnvironment() { in GetEnvironment() function in Platform
DTarget.cpp4303 Environment TargetProperties::GetEnvironment() const { in GetEnvironment() function in TargetProperties
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp2236 Environment GetEnvironment() { in GetEnvironment() function in curses::EnvironmentVariableListFieldDelegate
3434 void GetEnvironment(ProcessLaunchInfo &launch_info) { in GetEnvironment() function in curses::ProcessLaunchFormDelegate