Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Host/
H A DHostTest.cpp24 TEST(Host, GetEnvironment) { in TEST() argument
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm463 Environment Host::GetEnvironment() { return Environment(*_NSGetEnviron()); } global() function
/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp44 Environment Host::GetEnvironment() { GetEnvironment() function in Host
/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp49 Environment Host::GetEnvironment() { return Environment(environ); } GetEnvironment() function in Host
/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp244 Environment Host::GetEnvironment() { return Environment(environ); } GetEnvironment() function in Host
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h88 Environment &GetEnvironment() { return m_environment; } in GetEnvironment() function
89 const Environment &GetEnvironment() const { return m_environment; } in GetEnvironment() function
/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp246 Environment PlatformQemuUser::GetEnvironment() { in GetEnvironment() function in PlatformQemuUser
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp282 Environment Host::GetEnvironment() { GetEnvironment() function in Host
/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp223 Environment RemoteAwarePlatform::GetEnvironment() { GetEnvironment() function in RemoteAwarePlatform
H A DPlatform.cpp1424 Environment Platform::GetEnvironment() { GetEnvironment() function in Platform
H A DTarget.cpp4399 Environment TargetProperties::GetEnvironment() const { GetEnvironment() function in TargetProperties
/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp199 SBEnvironment SBLaunchInfo::GetEnvironment() { in GetEnvironment() function in SBLaunchInfo
H A DSBPlatform.cpp689 SBEnvironment SBPlatform::GetEnvironment() { GetEnvironment() function in SBPlatform
H A DSBTarget.cpp2393 SBEnvironment SBTarget::GetEnvironment() { GetEnvironment() function in SBTarget
/llvm-project/lldb/source/Host/linux/
H A DHost.cpp416 Environment Host::GetEnvironment() { return Environment(environ); } GetEnvironment() function in Host
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2235 Environment GetEnvironment() { in GetEnvironment() function in curses::EnvironmentVariableListFieldDelegate
3433 void GetEnvironment(ProcessLaunchInfo &launch_info) { in GetEnvironment() function in curses::ProcessLaunchFormDelegate