Searched refs:tempFilename (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/tools/mlir-rocm-runner/ |
D | mlir-rocm-runner.cpp | 245 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/ |
D | CompilerInstance.h | 160 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/ |
D | CompilerInstance.h | 169 OutputFile(std::string filename, std::string tempFilename) in OutputFile() 170 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) { in OutputFile()
|