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

  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 187 auto FOut = llvm::make_unique<formatted_raw_ostream>(Out);
189 *Context, std::move(FOut), Options.MCOptions.AsmVerbose,
  /external/clang/tools/driver/
cc1as_main.cpp 383 auto FOut = llvm::make_unique<formatted_raw_ostream>(*Out);
385 Ctx, std::move(FOut), /*asmverbose*/ true,
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 494 auto FOut = llvm::make_unique<formatted_raw_ostream>(*OS);
496 Ctx, std::move(FOut), /*asmverbose*/ true,