Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h321 bool ParseMDNodeVector(SmallVectorImpl<Value*> &, PerFunctionState *PFS);
DLLParser.cpp532 ParseMDNodeVector(Elts, NULL) || in ParseStandaloneMetadata()
2395 if (ParseMDNodeVector(Elts, PFS) || in ParseMetadataListValue()
3983 bool LLParser::ParseMDNodeVector(SmallVectorImpl<Value*> &Elts, in ParseMDNodeVector() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h423 bool ParseMDNodeVector(SmallVectorImpl<Metadata *> &MDs);
DLLParser.cpp3306 if (ParseMDNodeVector(Elts)) in ParseMDTuple()
3700 if (ParseMDNodeVector(MDs)) in ParseMDField()
6333 bool LLParser::ParseMDNodeVector(SmallVectorImpl<Metadata *> &Elts) { in ParseMDNodeVector() function in LLParser