Lines Matching refs:GET_OR_DISTINCT

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()
2448 GET_OR_DISTINCT(DIFile, (Context, getMDString(Record[1]), in parseMetadata()
2492 DISubprogram *SP = GET_OR_DISTINCT( in parseMetadata()
2536 GET_OR_DISTINCT(DILexicalBlock, in parseMetadata()
2548 GET_OR_DISTINCT(DILexicalBlockFile, in parseMetadata()
2560 GET_OR_DISTINCT(DINamespace, (Context, getMDOrNull(Record[1]), in parseMetadata()
2572 GET_OR_DISTINCT(DIMacro, in parseMetadata()
2584 GET_OR_DISTINCT(DIMacroFile, in parseMetadata()
2595 MetadataList.assignValue(GET_OR_DISTINCT(DITemplateTypeParameter, in parseMetadata()
2607 GET_OR_DISTINCT(DITemplateValueParameter, in parseMetadata()
2620 GET_OR_DISTINCT(DIGlobalVariable, in parseMetadata()
2639 GET_OR_DISTINCT(DILocalVariable, in parseMetadata()
2654 GET_OR_DISTINCT(DIExpression, in parseMetadata()
2665 GET_OR_DISTINCT(DIObjCProperty, in parseMetadata()
2679 GET_OR_DISTINCT(DIImportedEntity, in parseMetadata()
2720 #undef GET_OR_DISTINCT in parseMetadata()