Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.cpp588 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in ParseStandaloneMetadata() local
590 if (ParseSpecializedMDNode(Init, IsDistinct)) in ParseStandaloneMetadata()
593 ParseMDTuple(Init, IsDistinct)) in ParseStandaloneMetadata()
2963 bool LLParser::ParseMDTuple(MDNode *&MD, bool IsDistinct) { in ParseMDTuple() argument
2968 MD = (IsDistinct ? MDTuple::getDistinct : MDTuple::get)(Context, Elts); in ParseMDTuple()
3339 bool LLParser::ParseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in ParseSpecializedMDNode() argument
3344 return Parse##CLASS(N, IsDistinct); in ParseSpecializedMDNode()
3370 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS)
3374 bool LLParser::ParseMDLocation(MDNode *&Result, bool IsDistinct) { in ParseMDLocation() argument
3390 bool LLParser::ParseGenericDebugNode(MDNode *&Result, bool IsDistinct) { in ParseGenericDebugNode() argument
[all …]
DLLParser.h391 bool ParseMDTuple(MDNode *&MD, bool IsDistinct = false);
404 bool ParseSpecializedMDNode(MDNode *&N, bool IsDistinct = false);
407 bool Parse##CLASS(MDNode *&Result, bool IsDistinct);
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1595 bool IsDistinct = false; in ParseMetadata() local
1687 IsDistinct = true; in ParseMetadata()
1694 MDValueList.AssignValue(IsDistinct ? MDNode::getDistinct(Context, Elts) in ParseMetadata()