Home
last modified time | relevance | path

Searched refs:getRawEnumTypes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1462 return cast_or_null<MDTuple>(getRawEnumTypes()); in getEnumTypes()
1490 Metadata *getRawEnumTypes() const { return getOperand(4); } in getRawEnumTypes() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2093 Printer.printMetadata("enums", N->getRawEnumTypes()); in writeDICompileUnit()
H A DVerifier.cpp1262 if (auto *Array = N.getRawEnumTypes()) { in visitDICompileUnit()