Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1193 CUNode->getEnumTypes().empty() && CUNode->getRetainedTypes().empty() && in beginModule()
1220 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
H A DCodeViewDebug.cpp3334 for (auto *Ty : cast<DICompileUnit>(Node)->getRetainedTypes()) { in emitDebugInfoForRetainedTypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp35 if (const auto &RTs = CUNode->getRetainedTypes()) in DIBuilder()
H A DDebugInfo.cpp217 for (auto *RT : CU->getRetainedTypes()) in processCompileUnit()
H A DVerifier.cpp1369 for (Metadata *Op : N.getRetainedTypes()->operands()) { in visitDICompileUnit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1454 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
1517 DIScopeArray getRetainedTypes() const { in getRetainedTypes() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1520 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1892 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()