Home
last modified time | relevance | path

Searched refs:GET_OR_DISTINCT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1294 #define GET_OR_DISTINCT(CLASS, ARGS) \ in parseOneMetadata() macro
1434 GET_OR_DISTINCT(DILocation, (Context, Line, Column, Scope, InlinedAt, in parseOneMetadata()
1456 GET_OR_DISTINCT(GenericDINode, (Context, Tag, Header, DwarfOps)), in parseOneMetadata()
1473 Val = GET_OR_DISTINCT(DISubrange, in parseOneMetadata()
1477 Val = GET_OR_DISTINCT(DISubrange, (Context, getMDOrNull(Record[1]), in parseOneMetadata()
1481 Val = GET_OR_DISTINCT( in parseOneMetadata()
1496 Val = GET_OR_DISTINCT(DIGenericSubrange, in parseOneMetadata()
1523 GET_OR_DISTINCT(DIEnumerator, in parseOneMetadata()
1539 GET_OR_DISTINCT(DIBasicType, in parseOneMetadata()
1557 GET_OR_DISTINCT(DIStringType, in parseOneMetadata()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5164 #define GET_OR_DISTINCT(CLASS, ARGS) \ macro
5181 GET_OR_DISTINCT(DILocation, (Context, line.Val, column.Val, scope.Val, in parseDILocation()
5214 Result = GET_OR_DISTINCT(GenericDINode, in parseGenericDINode()
5251 Result = GET_OR_DISTINCT(DISubrange, in parseDISubrange()
5284 Result = GET_OR_DISTINCT(DIGenericSubrange, in parseDIGenericSubrange()
5310 GET_OR_DISTINCT(DIEnumerator, (Context, Value, isUnsigned.Val, name.Val)); in parseDIEnumerator()
5329 Result = GET_OR_DISTINCT(DIBasicType, (Context, tag.Val, name.Val, size.Val, in parseDIBasicType()
5349 Result = GET_OR_DISTINCT( in parseDIStringType()
5398 Result = GET_OR_DISTINCT(DIDerivedType, in parseDIDerivedType()
5453 Result = GET_OR_DISTINCT( in parseDICompositeType()
[all …]