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.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 emitConstantSymbolRecord()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp35 if (const auto &RTs = CUNode->getRetainedTypes()) in DIBuilder()
H A DDebugInfo.cpp221 for (auto *RT : CU->getRetainedTypes()) in processCompileUnit()
H A DVerifier.cpp1413 for (Metadata *Op : N.getRetainedTypes()->operands()) { in visitDICompileUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1512 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
1575 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.cpp1983 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()