reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DebugInfoMetadata.h
 1200         getEmissionKind(), getEnumTypes(), getRetainedTypes(),
lib/Bitcode/Writer/BitcodeWriter.cpp
 1652   Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get()));
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  987     if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() &&
 1011     for (auto *Ty : CUNode->getEnumTypes()) {
lib/IR/DebugInfo.cpp
   86   for (auto *ET : CU->getEnumTypes())
lib/IR/Verifier.cpp
 1063     for (Metadata *Op : N.getEnumTypes()->operands()) {
 1066                "invalid enum type", &N, N.getEnumTypes(), Op);
unittests/IR/MetadataTest.cpp
 1726   EXPECT_EQ(EnumTypes, N->getEnumTypes().get());
 1743   EXPECT_EQ(EnumTypes, Temp->getEnumTypes().get());