Home
last modified time | relevance | path

Searched refs:RewriteMapFiles (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp91 static cl::list<std::string> RewriteMapFiles("rewrite-map-file", variable
570 const std::vector<std::string> MapFiles(RewriteMapFiles); in loadAndParseMapFiles()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h327 std::vector<std::string> RewriteMapFiles; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp420 for (const auto &MapFile : Opts.RewriteMapFiles) in addSymbolRewriterPass()
815 if (!CodeGenOpts.RewriteMapFiles.empty()) in CreatePasses()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst936 MarshallingInfoStringVector<CodeGenOpts<"RewriteMapFiles">>;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1774 MarshallingInfoStringVector<CodeGenOpts<"RewriteMapFiles">>;