Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1225 if (!HasNonLocalImportedEntities && CUNode->getEnumTypes().empty() && in beginModule()
1250 for (auto *Ty : CUNode->getEnumTypes()) in beginModule()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp36 if (const auto &ETs = CUNode->getEnumTypes()) in DIBuilder()
H A DDebugInfo.cpp187 for (auto *ET : CU->getEnumTypes()) in processCompileUnit()
H A DVerifier.cpp1293 for (Metadata *Op : N.getEnumTypes()->operands()) { in visitDICompileUnit()
1296 "invalid enum type", &N, N.getEnumTypes(), Op); in visitDICompileUnit()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1442 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
1502 DICompositeTypeArray getEnumTypes() const { in getEnumTypes() function
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1524 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1845 Record.push_back(VE.getMetadataOrNullID(N->getEnumTypes().get())); in writeDICompileUnit()