Home
last modified time | relevance | path

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

/external/llvm/tools/llc/
Dllc.cpp109 GetOutputStream(const char *TargetName, Triple::OSType OS, in GetOutputStream() function
307 GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]); in compileModule()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp663 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream() function
685 raw_pwrite_stream *OS = GetOutputStream(CI, InFile, BA); in CreateASTConsumer()
741 raw_pwrite_stream *OS = GetOutputStream(CI, getCurrentFile(), BA); in ExecuteAction()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp211 static std::unique_ptr<tool_output_file> GetOutputStream() { in GetOutputStream() function
467 std::unique_ptr<tool_output_file> Out = GetOutputStream(); in main()