Home
last modified time | relevance | path

Searched refs:OutputFiles (Results 1 – 7 of 7) 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/llvm-project/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/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h180 std::list<OutputFile> OutputFiles; variable
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp68 assert(OutputFiles.empty() && "Still output files in flight?"); in ~CompilerInstance()
648 OutputFiles.push_back(std::move(OutFile)); in addOutputFile()
652 for (OutputFile &OF : OutputFiles) { in clearOutputFiles()
673 OutputFiles.clear(); in clearOutputFiles()
/external/proguard/src/proguard/gradle/
DProGuardTask.java75 @Optional @OutputFiles