Home
last modified time | relevance | path

Searched refs:name_and_value (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp101 void SBEnvironment::PutEntry(const char *name_and_value) { in PutEntry() argument
102 LLDB_INSTRUMENT_VA(this, name_and_value); in PutEntry()
104 auto split = llvm::StringRef(name_and_value).split('='); in PutEntry()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEnvironment.h77 void PutEntry(const char *name_and_value);