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