HomeSort by relevance Sort by last modified time
    Searched refs:RewriteMapFiles (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Frontend/
CodeGenOptions.h 198 std::vector<std::string> RewriteMapFiles;
  /external/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 76 static cl::list<std::string> RewriteMapFiles("rewrite-map-file",
533 const std::vector<std::string> MapFiles(RewriteMapFiles);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SymbolRewriter.cpp 91 static cl::list<std::string> RewriteMapFiles("rewrite-map-file",
568 const std::vector<std::string> MapFiles(RewriteMapFiles);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 308 for (const auto &MapFile : Opts.RewriteMapFiles)
460 if (!CodeGenOpts.RewriteMapFiles.empty())
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 1496 milliseconds