Home
last modified time | relevance | path

Searched defs:FileOutputBuffer (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h80 FileOutputBuffer(StringRef Path) : FinalPath(Path) {} in FileOutputBuffer() function
/llvm-project/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp33 TEST(FileOutputBuffer, Test) { in TEST() argument