Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1390 std::string OutFileName = opts::exportstream::OutputFile; in exportStream() local
1402 << OutFileName << ".\n"; in exportStream()
1410 << "' (index " << Index << ") to file " << OutFileName << ".\n"; in exportStream()
1415 FileOutputBuffer::create(OutFileName, SourceStream->getLength())); in exportStream()