Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1200 CUNode->getRetainedTypes().empty() && in beginModule()
1227 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
H A DCodeViewDebug.cpp3268 for (auto *Ty : cast<DICompileUnit>(Node)->getRetainedTypes()) { in emitDebugInfoForRetainedTypes()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp906 for (auto *RT : CU->getRetainedTypes()) in TEST_F()
H A DMetadataTest.cpp2195 EXPECT_EQ(RetainedTypes, N->getRetainedTypes().get()); in TEST_F()
2214 EXPECT_EQ(RetainedTypes, Temp->getRetainedTypes().get()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp38 if (const auto &RTs = CUNode->getRetainedTypes()) in DIBuilder()
H A DDebugInfo.cpp173 for (auto *RT : CU->getRetainedTypes()) in processCompileUnit()
H A DVerifier.cpp1272 for (Metadata *Op : N.getRetainedTypes()->operands()) { in visitDICompileUnit()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1401 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
1464 DIScopeArray getRetainedTypes() const { in getRetainedTypes() function
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1532 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1807 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()