Home
last modified time | relevance | path

Searched refs:getRetainedTypes (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1200 CUNode->getEnumTypes().empty() && CUNode->getRetainedTypes().empty() && in beginModule()
1227 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
H A DCodeViewDebug.cpp3348 for (auto *Ty : cast<DICompileUnit>(Node)->getRetainedTypes()) { in emitDebugInfoForRetainedTypes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp33 if (const auto &RTs = CUNode->getRetainedTypes()) in DIBuilder()
H A DDebugInfo.cpp239 for (auto *RT : CU->getRetainedTypes()) in processCompileUnit()
H A DVerifier.cpp1484 for (Metadata *Op : N.getRetainedTypes()->operands()) { in visitDICompileUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2060 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
2123 DIScopeArray getRetainedTypes() const { in getRetainedTypes() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1519 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2120 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()