/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 1187 #define GET_OR_DISTINCT(CLASS, ARGS) \ in parseOneMetadata() macro 1315 GET_OR_DISTINCT(DILocation, (Context, Line, Column, Scope, InlinedAt, in parseOneMetadata() 1337 GET_OR_DISTINCT(GenericDINode, (Context, Tag, Header, DwarfOps)), in parseOneMetadata() 1354 Val = GET_OR_DISTINCT(DISubrange, in parseOneMetadata() 1358 Val = GET_OR_DISTINCT(DISubrange, (Context, getMDOrNull(Record[1]), in parseOneMetadata() 1362 Val = GET_OR_DISTINCT( in parseOneMetadata() 1377 Val = GET_OR_DISTINCT(DIGenericSubrange, in parseOneMetadata() 1404 GET_OR_DISTINCT(DIEnumerator, in parseOneMetadata() 1419 GET_OR_DISTINCT(DIBasicType, in parseOneMetadata() 1432 GET_OR_DISTINCT(DIStringType, in parseOneMetadata() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 1101 #define GET_OR_DISTINCT(CLASS, ARGS) \ in parseOneMetadata() macro 1229 GET_OR_DISTINCT(DILocation, (Context, Line, Column, Scope, InlinedAt, in parseOneMetadata() 1251 GET_OR_DISTINCT(GenericDINode, (Context, Tag, Header, DwarfOps)), in parseOneMetadata() 1263 Val = GET_OR_DISTINCT(DISubrange, in parseOneMetadata() 1267 Val = GET_OR_DISTINCT(DISubrange, (Context, getMDOrNull(Record[1]), in parseOneMetadata() 1286 GET_OR_DISTINCT(DIEnumerator, (Context, unrotateSign(Record[1]), in parseOneMetadata() 1301 GET_OR_DISTINCT(DIBasicType, in parseOneMetadata() 1321 GET_OR_DISTINCT(DIDerivedType, in parseOneMetadata() 1389 CT = GET_OR_DISTINCT(DICompositeType, in parseOneMetadata() 1414 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/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4608 #define GET_OR_DISTINCT(CLASS, ARGS) \ macro 4625 GET_OR_DISTINCT(DILocation, (Context, line.Val, column.Val, scope.Val, in parseDILocation() 4640 Result = GET_OR_DISTINCT(GenericDINode, in parseGenericDINode() 4681 Result = GET_OR_DISTINCT(DISubrange, in parseDISubrange() 4714 Result = GET_OR_DISTINCT(DIGenericSubrange, in parseDIGenericSubrange() 4740 GET_OR_DISTINCT(DIEnumerator, (Context, Value, isUnsigned.Val, name.Val)); in parseDIEnumerator() 4759 Result = GET_OR_DISTINCT(DIBasicType, (Context, tag.Val, name.Val, size.Val, in parseDIBasicType() 4778 Result = GET_OR_DISTINCT(DIStringType, in parseDIStringType() 4811 Result = GET_OR_DISTINCT(DIDerivedType, in parseDIDerivedType() 4865 Result = GET_OR_DISTINCT( in parseDICompositeType() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4409 #define GET_OR_DISTINCT(CLASS, ARGS) \ macro 4426 GET_OR_DISTINCT(DILocation, (Context, line.Val, column.Val, scope.Val, in ParseDILocation() 4441 Result = GET_OR_DISTINCT(GenericDINode, in ParseGenericDINode() 4457 Result = GET_OR_DISTINCT( in ParseDISubrange() 4460 Result = GET_OR_DISTINCT( in ParseDISubrange() 4485 GET_OR_DISTINCT(DIEnumerator, (Context, Value, isUnsigned.Val, name.Val)); in ParseDIEnumerator() 4504 Result = GET_OR_DISTINCT(DIBasicType, (Context, tag.Val, name.Val, size.Val, in ParseDIBasicType() 4535 Result = GET_OR_DISTINCT(DIDerivedType, in ParseDIDerivedType() 4577 Result = GET_OR_DISTINCT( in ParseDICompositeType() 4594 Result = GET_OR_DISTINCT(DISubroutineType, in ParseDISubroutineType() [all …]
|