Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
151 auto NewSymbolBufOrError = MemoryBuffer::getFileOrSTDIN(NewSymbolFile); in main()
153 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main()