Home
last modified time | relevance | path

Searched refs:filterCppOutput (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptCppFilter.h30 std::string filterCppOutput(StringRef Input);
H A DResourceScriptCppFilter.cpp109 std::string filterCppOutput(StringRef Input) { return Filter(Input).run(); } in filterCppOutput() function
H A Dllvm-rc.cpp610 std::string FilteredContents = filterCppOutput(Contents); in doRc()