Home
last modified time | relevance | path

Searched defs:SetPrefix (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBExpressionOptions.cpp196 void SBExpressionOptions::SetPrefix(const char *prefix) { in SetPrefix() function in SBExpressionOptions
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h311 void SetPrefix(const char *prefix) { in SetPrefix() function
/llvm-project-15.0.7/llvm/unittests/Support/
H A DScopedPrinterTest.cpp201 TEST_F(ScopedPrinterTest, SetPrefix) { in TEST_F() argument