Searched refs:SectionsN (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp305 bool parseSections(yaml::Node *SectionsN) { argument
306 yaml::SequenceNode *SN = dyn_cast<yaml::SequenceNode>(SectionsN);
308 YS.printError(SectionsN, "Sections must be a sequence");

Completed in 61 milliseconds