Home
last modified time | relevance | path

Searched refs:OutputFiles (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/Generic/
D2003-05-30-BadFoldGEP.ll20 @OutputFiles = external global [16 x %FileType] ; <[16 x %FileType]*> [#uses=1]
27 …%addrOfGlobal = getelementptr [16 x %FileType], [16 x %FileType]* @OutputFiles, i64 0 …
/external/clang/lib/Frontend/
DCompilerInstance.cpp65 assert(OutputFiles.empty() && "Still output files in flight?"); in ~CompilerInstance()
546 OutputFiles.push_back(std::move(OutFile)); in addOutputFile()
550 for (OutputFile &OF : OutputFiles) { in clearOutputFiles()
575 OutputFiles.clear(); in clearOutputFiles()
/external/clang/include/clang/Frontend/
DCompilerInstance.h175 std::list<OutputFile> OutputFiles; variable
/external/bazelbuild-remote-apis/build/bazel/remote/execution/v2/
Dremote_execution.pb.go642OutputFiles []string `protobuf:"bytes,3,rep,name=output_files,json=outputFiles,proto3" json:"outpu… member
791 return x.OutputFiles
1672OutputFiles []*OutputFile `protobuf:"bytes,2,rep,name=output_files,json=outputFiles,proto3" json:"… member
1859 return x.OutputFiles