Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1193 CUNode->getEnumTypes().empty() && CUNode->getRetainedTypes().empty() && in beginModule()
1217 for (auto *Ty : CUNode->getEnumTypes()) in beginModule()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp33 if (const auto &ETs = CUNode->getEnumTypes()) in DIBuilder()
H A DDebugInfo.cpp219 for (auto *ET : CU->getEnumTypes()) in processCompileUnit()
H A DVerifier.cpp1405 for (Metadata *Op : N.getEnumTypes()->operands()) { in visitDICompileUnit()
1408 "invalid enum type", &N, N.getEnumTypes(), Op); in visitDICompileUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1512 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
1572 DICompositeTypeArray getEnumTypes() const { in getEnumTypes() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1518 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1982 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()