Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h43 LLVM_ABI void filter(std::string &&InputLine);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp41 void MarkupFilter::filter(std::string &&InputLine) { in filter() argument
42 Line = std::move(InputLine); in filter()