Searched refs:GET_OR_DISTINCT (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1573 #define GET_OR_DISTINCT(CLASS, DISTINCT, ARGS) \ in ParseMetadata() macro 1709 GET_OR_DISTINCT(MDLocation, Record[0], in ParseMetadata() 1729 MDValueList.AssignValue(GET_OR_DISTINCT(GenericDebugNode, Record[0], in ParseMetadata() 1739 GET_OR_DISTINCT(MDSubrange, Record[0], in ParseMetadata() 1748 MDValueList.AssignValue(GET_OR_DISTINCT(MDEnumerator, Record[0], in ParseMetadata() 1759 GET_OR_DISTINCT(MDBasicType, Record[0], in ParseMetadata() 1770 GET_OR_DISTINCT(MDDerivedType, Record[0], in ParseMetadata() 1784 GET_OR_DISTINCT(MDCompositeType, Record[0], in ParseMetadata() 1800 GET_OR_DISTINCT(MDSubroutineType, Record[0], in ParseMetadata() 1810 GET_OR_DISTINCT(MDFile, Record[0], (Context, getMDString(Record[1]), in ParseMetadata() [all …]
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3369 #define GET_OR_DISTINCT(CLASS, ARGS) \ macro 3383 Result = GET_OR_DISTINCT( in ParseMDLocation() 3398 Result = GET_OR_DISTINCT(GenericDebugNode, in ParseGenericDebugNode() 3412 Result = GET_OR_DISTINCT(MDSubrange, (Context, count.Val, lowerBound.Val)); in ParseMDSubrange() 3425 Result = GET_OR_DISTINCT(MDEnumerator, (Context, value.Val, name.Val)); in ParseMDEnumerator() 3441 Result = GET_OR_DISTINCT(MDBasicType, (Context, tag.Val, name.Val, size.Val, in ParseMDBasicType() 3466 Result = GET_OR_DISTINCT(MDDerivedType, in ParseMDDerivedType() 3493 Result = GET_OR_DISTINCT( in ParseMDCompositeType() 3508 Result = GET_OR_DISTINCT(MDSubroutineType, (Context, flags.Val, types.Val)); in ParseMDSubroutineType() 3521 Result = GET_OR_DISTINCT(MDFile, (Context, filename.Val, directory.Val)); in ParseMDFile() [all …]
|