Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp33 cl::opt<std::string> NewSymbolFile(cl::Positional, cl::Required, variable
88 MemoryBuffer &NewSymbolFile, in remapSymbols() argument
99 for (line_iterator LineIt(NewSymbolFile, /*SkipBlanks=*/true, '#'); in remapSymbols()
114 NewSymbolFile.getBufferIdentifier() + ":" + in remapSymbols()
153 MemoryBuffer::getFileOrSTDIN(NewSymbolFile, /*IsText=*/true); in main()
155 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main()