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

  /external/llvm/tools/llc/
llc.cpp 98 static tool_output_file *GetOutputStream(const char *TargetName,
310 (GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]));
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 211 static tool_output_file *GetOutputStream() {
419 OwningPtr<tool_output_file> Out(GetOutputStream());
  /external/clang/tools/driver/
cc1as_main.cpp 239 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts,
297 formatted_raw_ostream *Out = GetOutputStream(Opts, Diags, IsBinary);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 305 static raw_ostream *GetOutputStream(CompilerInstance &CI,
328 OwningPtr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
370 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 807 /// GetOutputStream - get the output stream.
808 static mcld::ToolOutputFile *GetOutputStream(const char* pTargetName,
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 824 return GetOutputStream(index);
827 uint8_t RequestManager::GetOutputStream(int index)
    [all...]

Completed in 144 milliseconds