Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-undname/
H A Dllvm-undname.cpp52 cl::opt<std::string> RawFile("raw-file", cl::Optional, variable
98 if (!RawFile.empty()) { in main()
100 MemoryBuffer::getFileOrSTDIN(RawFile); in main()
102 WithColor::error() << "Could not open input file \'" << RawFile in main()
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp239 const DIASourceFile &RawFile = static_cast<const DIASourceFile &>(File); in findLineNumbers() local
243 RawFile.getDiaFile(), &LineNumbers)) in findLineNumbers()