Home
last modified time | relevance | path

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

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