Searched refs:getRawEnumTypes (Results 1 – 3 of 3) sorted by relevance
1515 return cast_or_null<MDTuple>(getRawEnumTypes()); in getEnumTypes()1543 Metadata *getRawEnumTypes() const { return getOperand(4); } in getRawEnumTypes() function
2176 Printer.printMetadata("enums", N->getRawEnumTypes()); in writeDICompileUnit()
1359 if (auto *Array = N.getRawEnumTypes()) { in visitDICompileUnit()