Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h42 void filter(std::string &&InputLine);
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp44 void MarkupFilter::filter(std::string &&InputLine) { in filter() argument
45 Line = std::move(InputLine); in filter()