Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp30 cl::opt<std::string> OldSymbolFile(cl::Positional, cl::Required, variable
87 static void remapSymbols(MemoryBuffer &OldSymbolFile, in remapSymbols() argument
121 for (line_iterator LineIt(OldSymbolFile, /*SkipBlanks=*/true, '#'); in remapSymbols()
131 OldSymbolFile.getBufferIdentifier() + ":" + in remapSymbols()
148 MemoryBuffer::getFileOrSTDIN(OldSymbolFile, /*IsText=*/true); in main()
150 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile); in main()