Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h318 bool ParseGlobalValueVector(SmallVectorImpl<Constant*> &Elts);
DLLParser.cpp1938 if (ParseGlobalValueVector(Elts) || in ParseValID()
1956 if (ParseGlobalValueVector(Elts) || in ParseValID()
1993 if (ParseGlobalValueVector(Elts) || in ParseValID()
2297 ParseGlobalValueVector(Elts) || in ParseValID()
2370 bool LLParser::ParseGlobalValueVector(SmallVectorImpl<Constant*> &Elts) { in ParseGlobalValueVector() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h414 bool ParseGlobalValueVector(SmallVectorImpl<Constant *> &Elts);
DLLParser.cpp2726 if (ParseGlobalValueVector(Elts) || in ParseValID()
2745 if (ParseGlobalValueVector(Elts) || in ParseValID()
2784 if (ParseGlobalValueVector(Elts) || in ParseValID()
3160 if (ParseGlobalValueVector(Elts) || in ParseValID()
3284 bool LLParser::ParseGlobalValueVector(SmallVectorImpl<Constant *> &Elts) { in ParseGlobalValueVector() function in LLParser