Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-rocm-runner/
Dmlir-rocm-runner.cpp245 SmallString<128> tempFilename; in configTargetChip() local
246 ec = sys::fs::createTemporaryFile("rocm_agent", "txt", tempFd, tempFilename); in configTargetChip()
253 FileRemover cleanup(tempFilename); in configTargetChip()
258 Optional<StringRef> redirects[3] = {{""}, tempFilename.str(), {""}}; in configTargetChip()
270 auto gfxIsaList = mlir::openInputFile(tempFilename); in configTargetChip()
/external/clang/include/clang/Frontend/
DCompilerInstance.h160 OutputFile(std::string filename, std::string tempFilename, in OutputFile()
162 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)), in OutputFile()
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h169 OutputFile(std::string filename, std::string tempFilename) in OutputFile()
170 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) { in OutputFile()