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

  /external/llvm/tools/llc/
llc.cpp 109 GetOutputStream(const char *TargetName, Triple::OSType OS,
307 GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 211 static std::unique_ptr<tool_output_file> GetOutputStream() {
467 std::unique_ptr<tool_output_file> Out = GetOutputStream();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 663 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) {
685 raw_pwrite_stream *OS = GetOutputStream(CI, InFile, BA);
741 raw_pwrite_stream *OS = GetOutputStream(CI, getCurrentFile(), BA);
    [all...]

Completed in 88 milliseconds