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]* @OutputFiles, i64 0 ; <[16 x %FileType…
/external/clang/lib/Frontend/
DCompilerInstance.cpp62 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()
/external/clang/include/clang/Frontend/
DCompilerInstance.h154 std::list<OutputFile> OutputFiles; variable
/external/proguard/src/proguard/gradle/
DProGuardTask.java71 @Optional @OutputFiles