Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp909 for (auto Scope : DIUnit->getRetainedTypes()) in getOrCreateDwarfCompileUnit()
1016 CUNode->getRetainedTypes().empty() && in beginModule()
1044 for (auto *Ty : CUNode->getRetainedTypes()) { in beginModule()
DCodeViewDebug.cpp3059 for (auto *Ty : cast<DICompileUnit>(Node)->getRetainedTypes()) { in emitDebugInfoForRetainedTypes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp88 for (auto *RT : CU->getRetainedTypes()) in processCompileUnit()
DVerifier.cpp1073 for (Metadata *Op : N.getRetainedTypes()->operands()) { in visitDICompileUnit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1200 getEmissionKind(), getEnumTypes(), getRetainedTypes(), in cloneImpl()
1264 DIScopeArray getRetainedTypes() const { in getRetainedTypes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1655 Record.push_back(VE.getMetadataOrNullID(N->getRetainedTypes().get())); in writeDICompileUnit()