Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DFileOutputBuffer.cpp73 SmallString<128> TempFilePath; in create() local
76 TempFilePath, Mode); in create()
93 new FileOutputBuffer(std::move(MappedFile), FilePath, TempFilePath)); in create()