Home
last modified time | relevance | path

Searched refs:getEnumTypes (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1199 if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() && in beginModule()
1224 for (auto *Ty : CUNode->getEnumTypes()) in beginModule()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp904 for (auto *ET : CU->getEnumTypes()) in TEST_F()
H A DMetadataTest.cpp2194 EXPECT_EQ(EnumTypes, N->getEnumTypes().get()); in TEST_F()
2213 EXPECT_EQ(EnumTypes, Temp->getEnumTypes().get()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp36 if (const auto &ETs = CUNode->getEnumTypes()) in DIBuilder()
H A DDebugInfo.cpp171 for (auto *ET : CU->getEnumTypes()) in processCompileUnit()
H A DVerifier.cpp1264 for (Metadata *Op : N.getEnumTypes()->operands()) { in visitDICompileUnit()
1267 "invalid enum type", &N, N.getEnumTypes(), Op); in visitDICompileUnit()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1401 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
1461 DICompositeTypeArray getEnumTypes() const { in getEnumTypes() function
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1531 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1806 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()