Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1392 std::string OutFileName = opts::exportstream::OutputFile; in exportStream() local
1404 << OutFileName << ".\n"; in exportStream()
1412 << "' (index " << Index << ") to file " << OutFileName << ".\n"; in exportStream()
1417 FileOutputBuffer::create(OutFileName, SourceStream->getLength())); in exportStream()