Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1220 if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() && in beginModule()
1244 for (auto *Ty : CUNode->getEnumTypes()) { in beginModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp172 for (auto *ET : CU->getEnumTypes()) in processCompileUnit()
H A DVerifier.cpp1200 for (Metadata *Op : N.getEnumTypes()->operands()) { in visitDICompileUnit()
1203 "invalid enum type", &N, N.getEnumTypes(), Op); in visitDICompileUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1404 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
1464 DICompositeTypeArray getEnumTypes() const { in getEnumTypes() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1769 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()