Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp29 static cl::opt<std::string> DumpInput(cl::Positional, variable
38 auto FDOrErr = sys::fs::openNativeFileForRead(DumpInput); in __anoneb974aca0102()
43 if (auto EC = sys::fs::file_size(DumpInput, FileSize)) in __anoneb974aca0102()
45 DumpInput.c_str()); in __anoneb974aca0102()