HomeSort by: relevance | last modified time | path
    Searched refs:RewriteMapFiles (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 327 std::vector<std::string> RewriteMapFiles;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 91 static cl::list<std::string> RewriteMapFiles("rewrite-map-file",
570 const std::vector<std::string> MapFiles(RewriteMapFiles);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 420 for (const auto &MapFile : Opts.RewriteMapFiles)
815 if (!CodeGenOpts.RewriteMapFiles.empty())

Completed in 52 milliseconds