Home
last modified time | relevance | path

Searched refs:getRawRetainedTypes (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1130 ValueMap.MD()[CU->getRawRetainedTypes()].reset(nullptr); in prepareCompileUnitsForImport()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1265 return cast_or_null<MDTuple>(getRawRetainedTypes()); in getRetainedTypes()
1289 Metadata *getRawRetainedTypes() const { return getOperand(5); } in getRawRetainedTypes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1938 Printer.printMetadata("retainedTypes", N->getRawRetainedTypes()); in writeDICompileUnit()
DVerifier.cpp1071 if (auto *Array = N.getRawRetainedTypes()) { in visitDICompileUnit()