Home
last modified time | relevance | path

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

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