Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/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]* @OutputFiles, i64 0 ; <[16 x %FileType…
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp62 assert(OutputFiles.empty() && "Still output files in flight?"); in ~CompilerInstance()
527 OutputFiles.push_back(OutFile); in addOutputFile()
532 it = OutputFiles.begin(), ie = OutputFiles.end(); it != ie; ++it) { in clearOutputFiles()
555 OutputFiles.clear(); in clearOutputFiles()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h158 std::list<OutputFile> OutputFiles; variable