Searched refs:IsDistinct (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 1140 bool IsDistinct = false; in parseOneMetadata() local 1144 if (!IsDistinct) { in parseOneMetadata() 1187 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS) in parseOneMetadata() 1290 IsDistinct = true; in parseOneMetadata() 1297 MetadataList.assignValue(IsDistinct ? MDNode::getDistinct(Context, Elts) in parseOneMetadata() 1307 IsDistinct = Record[0]; in parseOneMetadata() 1324 IsDistinct = Record[0]; in parseOneMetadata() 1370 IsDistinct = Record[0] & 1; in parseOneMetadata() 1382 IsDistinct = Record[0] & 1; in parseOneMetadata() 1390 IsDistinct = Record[0] & 1; in parseOneMetadata() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 810 bool IsDistinct = EatIfPresent(lltok::kw_distinct); in parseStandaloneMetadata() local 812 if (parseSpecializedMDNode(Init, IsDistinct)) in parseStandaloneMetadata() 815 parseMDTuple(Init, IsDistinct)) in parseStandaloneMetadata() 4025 bool LLParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple() argument 4030 MD = (IsDistinct ? MDTuple::getDistinct : MDTuple::get)(Context, Elts); in parseMDTuple() 4668 bool LLParser::parseSpecializedMDNode(MDNode *&N, bool IsDistinct) { in parseSpecializedMDNode() argument 4673 return parse##CLASS(N, IsDistinct); in parseSpecializedMDNode() 4702 (IsDistinct ? CLASS::getDistinct ARGS : CLASS::get ARGS) 4707 bool LLParser::parseDILocation(MDNode *&Result, bool IsDistinct) { in parseDILocation() argument 4725 bool LLParser::parseGenericDINode(MDNode *&Result, bool IsDistinct) { in parseGenericDINode() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 521 bool parseMDTuple(MDNode *&MD, bool IsDistinct = false); 536 bool parseSpecializedMDNode(MDNode *&N, bool IsDistinct = false); 539 bool parse##CLASS(MDNode *&Result, bool IsDistinct); 541 bool parseDIArgList(MDNode *&Result, bool IsDistinct,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 804 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&... Args) { in getSubprogram() argument 805 if (IsDistinct) in getSubprogram()
|