Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp1193 CUNode->getEnumTypes().empty() && CUNode->getRetainedTypes().empty() && in beginModule()
1220 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
HDCodeViewDebug.cpp3334 for (auto *Ty : cast<DICompileUnit>(Node)->getRetainedTypes()) { in emitDebugInfoForRetainedTypes()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDDIBuilder.cpp35 if (const auto &RTs = CUNode->getRetainedTypes()) in DIBuilder()
HDDebugInfo.cpp221 for (auto *RT : CU->getRetainedTypes()) in processCompileUnit()
HDVerifier.cpp1413 for (Metadata *Op : N.getRetainedTypes()->operands()) { in visitDICompileUnit()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1512 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
1575 DIScopeArray getRetainedTypes() const { in getRetainedTypes() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp1519 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1983 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()