Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1357 std::string OutFileName = opts::exportstream::OutputFile; in exportStream() local
1369 << OutFileName << ".\n"; in exportStream()
1377 << "' (index " << Index << ") to file " << OutFileName << ".\n"; in exportStream()
1383 FileOutputBuffer::create(OutFileName, SourceStream->getLength())); in exportStream()