Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dllvm-rs-as.cpp89 std::unique_ptr<tool_output_file> Out in WriteOutputFile()
90 (new tool_output_file(OutputFilename.c_str(), EC, llvm::sys::fs::F_None)); in WriteOutputFile()
Dslang.h48 class tool_output_file; variable
154 std::unique_ptr<llvm::tool_output_file> mOS;
157 std::unique_ptr<llvm::tool_output_file> mDOS;
Dslang.cpp131 static inline std::unique_ptr<llvm::tool_output_file>
142 return llvm::make_unique<llvm::tool_output_file>(OutputFile, EC, Flags); in OpenOutputFile()
310 std::unique_ptr<llvm::tool_output_file> OS; in setOutput()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp374 std::unique_ptr<llvm::tool_output_file> tof( in main()
375 new llvm::tool_output_file(outFile.c_str(), ec, in main()
/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp134 tool_output_file Out(OutputFilename.c_str(), EC, in main()