Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp360 const json::Value *SectionValue = RootObj->get(Key); in parseVocabSection() local
361 if (!SectionValue) in parseVocabSection()
365 if (!json::fromJSON(*SectionValue, TargetVocab, Path)) in parseVocabSection()