Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1105 for (auto Scope : DIUnit->getRetainedTypes()) in getOrCreateDwarfCompileUnit()
1208 CUNode->getRetainedTypes().empty() && in beginModule()
1237 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
H A DCodeViewDebug.cpp3144 for (auto *Ty : cast<DICompileUnit>(Node)->getRetainedTypes()) { in emitDebugInfoForRetainedTypes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp174 for (auto *RT : CU->getRetainedTypes()) in processCompileUnit()
H A DVerifier.cpp1211 for (Metadata *Op : N.getRetainedTypes()->operands()) { in visitDICompileUnit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1404 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
1467 DIScopeArray getRetainedTypes() const { in getRetainedTypes() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1774 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()