Home
last modified time | relevance | path

Searched defs:OutputFile (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/include/clang/Frontend/
DCompilerInstance.h155 struct OutputFile { struct
160 OutputFile(std::string filename, std::string tempFilename, in OutputFile() argument
164 OutputFile(OutputFile &&O) in OutputFile() argument
DDependencyOutputOptions.h38 std::string OutputFile; variable
/external/clang/lib/Frontend/
DDependencyGraph.cpp31 std::string OutputFile; member in __anon2d323cf20111::DependencyGraphCallback
45 DependencyGraphCallback(const Preprocessor *_PP, StringRef OutputFile, in DependencyGraphCallback()
62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
DHeaderIncludeGen.cpp22 raw_ostream *OutputFile; member in __anon72b3ba680111::HeaderIncludesCallback
52 static void PrintHeaderInfo(raw_ostream *OutputFile, StringRef Filename, in PrintHeaderInfo()
83 raw_ostream *OutputFile = MSStyle ? &llvm::outs() : &llvm::errs(); in AttachHeaderIncludeGen() local
DFrontendActions.cpp82 std::string OutputFile; in CreateASTConsumer() local
107 std::string &OutputFile) { in ComputeASTConsumerArguments()
132 std::string OutputFile; in CreateASTConsumer() local
383 std::string &OutputFile) { in ComputeASTConsumerArguments()
/external/pigweed/pw_protobuf/py/pw_protobuf/
Doutput_file.py19 class OutputFile: class
73 def __init__(self, output: OutputFile, amount: int):
/external/cronet/stable/third_party/libc++/src/utils/
Dgenerate_abi_list.py18 def OutputFile(file): function
/external/cronet/tot/third_party/libc++/src/utils/
Dgenerate_abi_list.py18 def OutputFile(file): function
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp303 std::string OutputFile, in executeProgram()
387 const std::string &OutputFile, in executeProgramSafely()
395 std::string OutputFile; in compileSharedObject() local
DToolRunner.cpp180 const std::string &OutputFile, in ExecuteProgram()
288 const std::string &OutputFile, in ExecuteProgram()
357 const std::string &OutputFile, in ExecuteProgram()
512 const std::string &OutputFile, in ExecuteProgram()
588 const std::string &OutputFile, in ExecuteProgram()
661 const std::string &OutputFile, in ExecuteProgram()
807 std::string &OutputFile, in MakeSharedObject()
DBugDriver.cpp44 OutputFile("output", cl::desc("Specify a reference program output " variable
/external/pigweed/pw_rpc/py/pw_rpc/
Dcodegen.py455 self, method: ProtoServiceMethod, output: OutputFile
466 self, unused_method: ProtoServiceMethod, output: OutputFile
481 self, unused_method: ProtoServiceMethod, output: OutputFile
494 self, unused_method: ProtoServiceMethod, output: OutputFile
Dcodegen_raw.py184 self, method: ProtoServiceMethod, output: OutputFile
/external/clang/lib/Serialization/
DGeneratePCH.cpp27 const Preprocessor &PP, StringRef OutputFile, in PCHGenerator()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DCOFFModuleDefinition.h29 std::string OutputFile; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFFModuleDefinition.h29 std::string OutputFile; member
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSignals.cpp107 SmallString<32> InputFile, OutputFile; in printSymbolizedStackTrace() local
/external/llvm/lib/Support/
DSignals.cpp107 SmallString<32> InputFile, OutputFile; in printSymbolizedStackTrace() local
/external/deqp-deps/SPIRV-Tools/tools/
Dio.cpp417 class OutputFile { class
421 OutputFile(const char* filename, const char* mode) : old_mode_(0) { in OutputFile() function in __anonbd20ea030311::OutputFile
/external/angle/third_party/spirv-tools/src/tools/
Dio.cpp417 class OutputFile { class
421 OutputFile(const char* filename, const char* mode) : old_mode_(0) { in OutputFile() function in __anon50d429770311::OutputFile
/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerCommand.h174 std::string OutputFile; variable
/external/swiftshader/third_party/SPIRV-Tools/tools/
Dio.h130 OutputFile(const char* filename, const char* mode) : old_mode_(0) { in OutputFile() function
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp24 static FILE *OutputFile = stderr; variable
/external/llvm/tools/dsymutil/
Ddsymutil.cpp329 std::string OutputFile = getOutputFileName(InputFile, NeedsTempFiles); in main() local
/external/bazelbuild-remote-apis/build/bazel/remote/execution/v2/
Dremote_execution.pb.go1940 type OutputFile struct { struct
1941 state protoimpl.MessageState
1942 sizeCache protoimpl.SizeCache
1943 unknownFields protoimpl.UnknownFields
1948 Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
1950 Digest *Digest `protobuf:"bytes,2,opt,name=digest,proto3" json:"digest,omitempty"`
1952 …protobuf:"varint,4,opt,name=is_executable,json=isExecutable,proto3" json:"is_executable,omitempty"`
1959 …tents []byte `protobuf:"bytes,5,opt,name=contents,proto3" json:"contents,omitempty"`
1960 …buf:"bytes,7,opt,name=node_properties,json=nodeProperties,proto3" json:"node_properties,omitempty"`
1963 func (x *OutputFile) Reset() {
[all …]

12