Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A 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/
H A DHost.mm436 Environment Host::GetEnvironment() { return Environment(*_NSGetEnviron()); } function
/openbsd-src/gnu/llvm/lldb/source/Host/openbsd/
H A DHost.cpp44 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/openbsd-src/gnu/llvm/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp49 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/openbsd-src/gnu/llvm/lldb/source/Host/freebsd/
H A DHost.cpp244 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp242 Environment PlatformQemuUser::GetEnvironment() { in GetEnvironment() function in PlatformQemuUser
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp282 Environment Host::GetEnvironment() { in GetEnvironment() function in Host
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp196 SBEnvironment SBLaunchInfo::GetEnvironment() { in GetEnvironment() function in SBLaunchInfo
H A DSBPlatform.cpp648 SBEnvironment SBPlatform::GetEnvironment() { in GetEnvironment() function in SBPlatform
H A DSBTarget.cpp2288 SBEnvironment SBTarget::GetEnvironment() { in GetEnvironment() function in SBTarget
/openbsd-src/gnu/llvm/lldb/source/Host/linux/
H A DHost.cpp315 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp339 Environment RemoteAwarePlatform::GetEnvironment() { in GetEnvironment() function in RemoteAwarePlatform
H A DPlatform.cpp1468 Environment Platform::GetEnvironment() { in GetEnvironment() function in Platform
H A DTarget.cpp4303 Environment TargetProperties::GetEnvironment() const { in GetEnvironment() function in TargetProperties
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2236 Environment GetEnvironment() { in GetEnvironment() function in curses::EnvironmentVariableListFieldDelegate
3434 void GetEnvironment(ProcessLaunchInfo &launch_info) { in GetEnvironment() function in curses::ProcessLaunchFormDelegate