Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A 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 …
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp70 assert(OutputFiles.empty() && "Still output files in flight?"); in ~CompilerInstance()
763 for (OutputFile &OF : OutputFiles) { in clearOutputFiles()
794 OutputFiles.clear(); in clearOutputFiles()
929 OutputFiles.emplace_back(((OutputPath != "-") ? OutputPath : "").str(), in createOutputFileImpl()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h174 std::list<OutputFile> OutputFiles; variable
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp863 SmallVectorImpl<StringRef> &OutputFiles, in linkBitcodeFiles() argument
1039 OutputFiles.push_back(static_cast<std::string>(BitcodeOutput.front())); in linkBitcodeFiles()
1055 OutputFiles.push_back(File); in linkBitcodeFiles()