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.cpp1200 CUNode->getEnumTypes().empty() && CUNode->getRetainedTypes().empty() && in beginModule()
1224 for (auto *Ty : CUNode->getEnumTypes()) in beginModule()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp31 if (const auto &ETs = CUNode->getEnumTypes()) in DIBuilder()
H A DDebugInfo.cpp237 for (auto *ET : CU->getEnumTypes()) in processCompileUnit()
H A DVerifier.cpp1476 for (Metadata *Op : N.getEnumTypes()->operands()) { in visitDICompileUnit()
1479 "invalid enum type", &N, N.getEnumTypes(), Op); in visitDICompileUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2060 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
2120 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.cpp2119 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()