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