Searched refs:GET_OR_DISTINCT (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 1029 #define GET_OR_DISTINCT(CLASS, ARGS) \ in parseOneMetadata() macro 1151 GET_OR_DISTINCT(DILocation, (Context, Line, Column, Scope, InlinedAt)), in parseOneMetadata() 1172 GET_OR_DISTINCT(GenericDINode, (Context, Tag, Header, DwarfOps)), in parseOneMetadata() 1184 Val = GET_OR_DISTINCT(DISubrange, in parseOneMetadata() 1188 Val = GET_OR_DISTINCT(DISubrange, (Context, getMDOrNull(Record[1]), in parseOneMetadata() 1207 GET_OR_DISTINCT(DIEnumerator, (Context, unrotateSign(Record[1]), in parseOneMetadata() 1219 GET_OR_DISTINCT(DIBasicType, in parseOneMetadata() 1239 GET_OR_DISTINCT(DIDerivedType, in parseOneMetadata() 1307 CT = GET_OR_DISTINCT(DICompositeType, in parseOneMetadata() 1332 GET_OR_DISTINCT(DISubroutineType, (Context, Flags, CC, Types)), in parseOneMetadata() [all …]
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2149 #define GET_OR_DISTINCT(CLASS, ARGS) \ in parseMetadata() macro 2294 GET_OR_DISTINCT(DILocation, in parseMetadata() 2315 GET_OR_DISTINCT(GenericDINode, (Context, Tag, Header, DwarfOps)), in parseMetadata() 2325 GET_OR_DISTINCT(DISubrange, in parseMetadata() 2336 GET_OR_DISTINCT(DIEnumerator, (Context, unrotateSign(Record[1]), in parseMetadata() 2347 GET_OR_DISTINCT(DIBasicType, in parseMetadata() 2359 GET_OR_DISTINCT( in parseMetadata() 2400 CT = GET_OR_DISTINCT(DICompositeType, in parseMetadata() 2423 GET_OR_DISTINCT(DISubroutineType, (Context, Record[1], CC, Types)), in parseMetadata() 2434 GET_OR_DISTINCT(DIModule, in parseMetadata() [all …]
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3777 #define GET_OR_DISTINCT(CLASS, ARGS) \ macro 3791 Result = GET_OR_DISTINCT( in ParseDILocation() 3806 Result = GET_OR_DISTINCT(GenericDINode, in ParseGenericDINode() 3820 Result = GET_OR_DISTINCT(DISubrange, (Context, count.Val, lowerBound.Val)); in ParseDISubrange() 3833 Result = GET_OR_DISTINCT(DIEnumerator, (Context, value.Val, name.Val)); in ParseDIEnumerator() 3849 Result = GET_OR_DISTINCT(DIBasicType, (Context, tag.Val, name.Val, size.Val, in ParseDIBasicType() 3874 Result = GET_OR_DISTINCT(DIDerivedType, in ParseDIDerivedType() 3914 Result = GET_OR_DISTINCT( in ParseDICompositeType() 3930 Result = GET_OR_DISTINCT(DISubroutineType, in ParseDISubroutineType() 3944 Result = GET_OR_DISTINCT(DIFile, (Context, filename.Val, directory.Val)); in ParseDIFile() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4205 #define GET_OR_DISTINCT(CLASS, ARGS) \ macro 4219 Result = GET_OR_DISTINCT( in ParseDILocation() 4234 Result = GET_OR_DISTINCT(GenericDINode, in ParseGenericDINode() 4250 Result = GET_OR_DISTINCT( in ParseDISubrange() 4253 Result = GET_OR_DISTINCT( in ParseDISubrange() 4278 GET_OR_DISTINCT(DIEnumerator, (Context, Value, isUnsigned.Val, name.Val)); in ParseDIEnumerator() 4295 Result = GET_OR_DISTINCT(DIBasicType, (Context, tag.Val, name.Val, size.Val, in ParseDIBasicType() 4326 Result = GET_OR_DISTINCT(DIDerivedType, in ParseDIDerivedType() 4368 Result = GET_OR_DISTINCT( in ParseDICompositeType() 4385 Result = GET_OR_DISTINCT(DISubroutineType, in ParseDISubroutineType() [all …]
|