Home
last modified time | relevance | path

Searched refs:ClearOutputFiles (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/flang/lib/Frontend/
DFrontendAction.cpp23 ci.ClearOutputFiles(/*EraseFiles=*/true); in BeginSourceFileCleanUp()
65 ci.ClearOutputFiles(/*EraseFiles=*/ShouldEraseOutputFiles()); in EndSourceFile()
DCompilerInstance.cpp119 void CompilerInstance::ClearOutputFiles(bool eraseFiles) { in ClearOutputFiles() function in CompilerInstance
/external/llvm-project/flang/tools/flang-driver/
Dfc1_main.cpp60 flang->ClearOutputFiles(/*EraseFiles=*/false); in fc1_main()
/external/llvm-project/flang/unittests/Frontend/
DPrintPreprocessedTest.cpp77 compInst.ClearOutputFiles(/*EraseFiles=*/true); in TEST()
DInputOutputTest.cpp74 compInst.ClearOutputFiles(/*EraseFiles=*/false); in TEST()
/external/llvm-project/flang/include/flang/Frontend/
DCompilerInstance.h141 void ClearOutputFiles(bool eraseFiles);