Searched refs:GET_OR_DISTINCT (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1904 #define GET_OR_DISTINCT(CLASS, DISTINCT, ARGS) \ in parseMetadata() macro 2043 GET_OR_DISTINCT(DILocation, Record[0], in parseMetadata() 2063 MDValueList.assignValue(GET_OR_DISTINCT(GenericDINode, Record[0], in parseMetadata() 2073 GET_OR_DISTINCT(DISubrange, Record[0], in parseMetadata() 2082 MDValueList.assignValue(GET_OR_DISTINCT(DIEnumerator, Record[0], in parseMetadata() 2093 GET_OR_DISTINCT(DIBasicType, Record[0], in parseMetadata() 2104 GET_OR_DISTINCT(DIDerivedType, Record[0], in parseMetadata() 2118 GET_OR_DISTINCT(DICompositeType, Record[0], in parseMetadata() 2134 GET_OR_DISTINCT(DISubroutineType, Record[0], in parseMetadata() 2145 GET_OR_DISTINCT(DIModule, Record[0], in parseMetadata() [all …]
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3571 #define GET_OR_DISTINCT(CLASS, ARGS) \ macro 3585 Result = GET_OR_DISTINCT( in ParseDILocation() 3600 Result = GET_OR_DISTINCT(GenericDINode, in ParseGenericDINode() 3614 Result = GET_OR_DISTINCT(DISubrange, (Context, count.Val, lowerBound.Val)); in ParseDISubrange() 3627 Result = GET_OR_DISTINCT(DIEnumerator, (Context, value.Val, name.Val)); in ParseDIEnumerator() 3643 Result = GET_OR_DISTINCT(DIBasicType, (Context, tag.Val, name.Val, size.Val, in ParseDIBasicType() 3668 Result = GET_OR_DISTINCT(DIDerivedType, in ParseDIDerivedType() 3695 Result = GET_OR_DISTINCT( in ParseDICompositeType() 3710 Result = GET_OR_DISTINCT(DISubroutineType, (Context, flags.Val, types.Val)); in ParseDISubroutineType() 3723 Result = GET_OR_DISTINCT(DIFile, (Context, filename.Val, directory.Val)); in ParseDIFile() [all …]
|