reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/Environment.h
   32     char *make_entry(llvm::StringRef Key, llvm::StringRef Value);

References

tools/lldb/source/Utility/Environment.cpp
   33     *Next++ = make_entry(KV.first(), KV.second);