Searched refs:OutputFiles (Results 1 – 4 of 4) sorted by relevance
20 @OutputFiles = external global [16 x %FileType] ; <[16 x %FileType]*> [#uses=1]27 …%addrOfGlobal = getelementptr [16 x %FileType]* @OutputFiles, i64 0 ; <[16 x %FileType…
62 assert(OutputFiles.empty() && "Still output files in flight?"); in ~CompilerInstance()519 OutputFiles.push_back(OutFile); in addOutputFile()524 it = OutputFiles.begin(), ie = OutputFiles.end(); it != ie; ++it) { in clearOutputFiles()547 OutputFiles.clear(); in clearOutputFiles()
154 std::list<OutputFile> OutputFiles; variable
71 @Optional @OutputFiles