Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp1366 std::string OutFileName = opts::exportstream::OutputFile; in exportStream() local
1378 << OutFileName << ".\n"; in exportStream()
1386 << "' (index " << Index << ") to file " << OutFileName << ".\n"; in exportStream()
1391 FileOutputBuffer::create(OutFileName, SourceStream->getLength())); in exportStream()