Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1207 if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() && in beginModule()
1232 for (auto *Ty : CUNode->getEnumTypes()) { in beginModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp172 for (auto *ET : CU->getEnumTypes()) in processCompileUnit()
H A DVerifier.cpp1203 for (Metadata *Op : N.getEnumTypes()->operands()) { in visitDICompileUnit()
1206 "invalid enum type", &N, N.getEnumTypes(), Op); in visitDICompileUnit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1404 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
1464 DICompositeTypeArray getEnumTypes() const { in getEnumTypes() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1773 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()