Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp43 VocabFile("ir2vec-vocab-path", cl::Optional, variable
391 auto BufOrError = MemoryBuffer::getFileOrSTDIN(VocabFile, /*IsText=*/true); in readVocabulary()
393 return createFileError(VocabFile, BufOrError.getError()); in readVocabulary()
502 if (VocabFile.empty()) { in run()