Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptCppFilter.h31 std::string filterCppOutput(StringRef Input);
DResourceScriptCppFilter.cpp110 std::string filterCppOutput(StringRef Input) { return Filter(Input).run(); } in filterCppOutput() function
Dllvm-rc.cpp115 std::string FilteredContents = filterCppOutput(Contents); in main()