Home
last modified time | relevance | path

Searched defs:SBEnvironment (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp19 SBEnvironment::SBEnvironment() : m_opaque_up(new Environment()) { in SBEnvironment() function in SBEnvironment
23 SBEnvironment::SBEnvironment(const SBEnvironment &rhs) in SBEnvironment() function in SBEnvironment
28 SBEnvironment::SBEnvironment(Environment rhs) in SBEnvironment() function in SBEnvironment
/llvm-project/lldb/include/lldb/API/
H A DSBDefines.h67 class LLDB_API SBEnvironment; global() variable