Searched refs:inputFile (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Frontend/ |
| H A D | CompilerInstanceTest.cpp | 23 std::string inputFile = "buffer-file-test.f"; in TEST() local 30 new llvm::raw_fd_ostream(inputFile, ec, llvm::sys::fs::OF_None)}; in TEST() 43 testFilePath += "/" + inputFile; in TEST() 61 ec = llvm::sys::fs::remove(inputFile); in TEST()
|
| /llvm-project-15.0.7/polly/utils/ |
| H A D | jscop2cloog.py | 62 inputFile = args.inputFile 63 scop = json.load(inputFile)
|
| /llvm-project-15.0.7/polly/utils/pyscop/ |
| H A D | jscop2iscc.py | 54 inputFile = args.inputFile 55 scop = json.load(inputFile)
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | CompilationDatabase.cpp | 83 std::unique_ptr<llvm::MemoryBuffer> inputFile = in loadDatabase() local 85 if (!inputFile) { in loadDatabase() 89 llvm::yaml::Input yaml(inputFile->getBuffer()); in loadDatabase()
|
| /llvm-project-15.0.7/clang/www/demo/ |
| H A D | index.cgi | 348 my $inputFile = writeIntoFile( $extension, $source ); 360 "stkrc $stats -o $bytecodeFile $inputFile > $outputFile 2>&1", 367 "llvm-gcc -emit-llvm -W -Wall -O2 $stats -o $bytecodeFile -c $inputFile > $outputFile 2>&1", 442 chomp( $lines = `wc -l < $inputFile` ); 457 unlink( $inputFile, $bytecodeFile, $outputFile, $disassemblyFile );
|
| /llvm-project-15.0.7/mlir/tools/mlir-pdll/ |
| H A D | mlir-pdll.cpp | 166 std::unique_ptr<llvm::MemoryBuffer> inputFile = in main() local 168 if (!inputFile) { in main() 189 if (failed(splitAndProcessBuffer(std::move(inputFile), processFn, outputStrOS, in main()
|
| /llvm-project-15.0.7/mlir/cmake/modules/ |
| H A D | AddMLIR.cmake | 134 function(add_mlir_pdll_library target inputFile ofn) 135 set(LLVM_TARGET_DEFINITIONS ${inputFile}) 150 set(LLVM_TARGET_DEFINITIONS_ABSOLUTE ${inputFile}) 152 set(LLVM_TARGET_DEFINITIONS_ABSOLUTE ${CMAKE_CURRENT_SOURCE_DIR}/${inputFile})
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | SyntheticSections.cpp | 822 for (const InputFile *inputFile : inputFiles) { in collectDataInCodeEntries() local 823 if (!isa<ObjFile>(inputFile)) in collectDataInCodeEntries() 825 const ObjFile *objFile = cast<ObjFile>(inputFile); in collectDataInCodeEntries()
|